-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #4225 - Fix JPMS transitivity. #4436
Conversation
04305d0
to
f561bb0
Compare
Reworked all module-info.java files to take into account JPMS transitivity. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
f561bb0
to
e3bb5a7
Compare
Removed methods that were overridden to workaround jakartaee/servlet#228 in servlet-api 4.0.2, but that are now fixed in servlet-api 4.0.3. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Could not get this to build, and when I load it up in intellij there are errors everywhere. Error from command line build:
|
Integrated Jetty WebSocket API 1.1.2. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@lachlan-roberts building with Maven would have downloaded the new artifact from the staging repository. In any case now it's in Maven Central, as the build passed fine on CI. |
…4225-jpms_transitivity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#4225
Reworked all module-info.java files to take into
account JPMS transitivity.
Signed-off-by: Simone Bordet simone.bordet@gmail.com