-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Currently using milton in a project, that uses the Java 9 module system with module-path instead of class-path, is not possible due to the split package problem:
milton-server-cedepends oncommons-beanutils:1.8.2which is not compatible with the module system due to split-package problemmilton-server-cedepends onmilton-api. Both contain packages with the same name, e.g.io.milton.http.
Please add support for the Java 9 module system by adding module information and define clear exports for packages.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels