Skip to content

scholzi100/modulelayer-incubator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModuleLayer isolation over Maven-Artifact-Resolving

Idea

Allowing Java-Apps to resolve its (module-)dependencies at or before runtime and isolating those using ModuleLayers.

This could be done by using maven-resolver-api. Isolating application layers in ModuleLayers, this can enable using the same artifact with multiple version on the same JVM.

Creating a module-name to artifact mapping maybe using a Maven plugin. This could also be used to store dependency checksums to be checked later, when ModuleLayers are loaded.

Inspirations

Related foreign project issues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages