-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Description
Is your feature request related to a problem? Please describe.
Finatra depends on Guice 4.2.x which depends on cglib which is no longer being developed and has not been updated to the new JDK9+ module system. See this Guice issue for more discussion.
Describe the solution you'd like
Upgrade Guice from 4.2.x to 5.0.1+.
Describe alternatives you've considered
With Guice 4.2.x's use of cglib, users need to add --add-opens java.base/java.lang=ALL-UNNAMED
or something like it to their JVM startup options.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
No labels