-
Type:
Enhancement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.0.0.CR1
-
Component/s: Core
-
Labels:None
-
Estimated Difficulty:Medium
Basically this amounts to creating a JAR module loader on boot, which uses the "Dependencies" MANIFEST property to establish initial dependencies.
Implement via a -jar CLI option, which makes the final argument into a JAR file instead of a module name. The JAR file can reference modules in the LocalModuleLoader.
The Class-Path of the executed JAR should be respected, unless -ignore-class-path is specified on the command line.
- relates to
-
MODULES-3 Support loading modules from a single JAR
-
- Resolved
-