-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Milestone
Description
Is your feature request related to a problem? Please describe.
When trying to integarte Eclipse Store 1.1.0 in Helidon 4, the lack of proper Java 9 module definitions (module-info.java) generates compiler warnings from automatic module assumptions, based on jar names, etc.
Describe the solution you'd like
Put back module definitions (that were removed for some reason). Or, as a temporary solution, add Automatic-Module-Name: to jar's manifests.
Describe alternatives you've considered
I ma currently trying to suppress a lot fo the warnings as part of the Eclipse Sore integration with Helidon
Additional context
I think these module definitions were in MicroStream at asome point, not sure why they were removed?
Metadata
Metadata
Assignees
Labels
No labels