-
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
Fix JPMS transitivity #4225
Comments
sbordet
added a commit
that referenced
this issue
Dec 19, 2019
Reworked all module-info.java files to take into account JPMS transitivity. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Dec 19, 2019
Reworked all module-info.java files to take into account JPMS transitivity. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Dec 19, 2019
Reworked all module-info.java files to take into account JPMS transitivity. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Dec 19, 2019
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>
sbordet
added a commit
that referenced
this issue
Dec 20, 2019
Integrated Jetty WebSocket API 1.1.2. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
added a commit
that referenced
this issue
Dec 30, 2019
…vity Issue #4225 - Fix JPMS transitivity.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many JPMS modules in Jetty 10 do not declare
requires transitive
even if they should.The text was updated successfully, but these errors were encountered: