Skip to content
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

Merged
merged 4 commits into from
Dec 30, 2019

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Dec 19, 2019

#4225

Reworked all module-info.java files to take into
account JPMS transitivity.

Signed-off-by: Simone Bordet simone.bordet@gmail.com

@sbordet sbordet force-pushed the jetty-10.0.x-4225-jpms_transitivity branch from 04305d0 to f561bb0 Compare December 19, 2019 17:16
Reworked all module-info.java files to take into
account JPMS transitivity.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet force-pushed the jetty-10.0.x-4225-jpms_transitivity branch from f561bb0 to e3bb5a7 Compare December 19, 2019 17:17
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>
@lachlan-roberts
Copy link
Contributor

Could not get this to build, and when I load it up in intellij there are errors everywhere.

Error from command line build:

[ERROR] Failed to execute goal on project jetty-http: Could not resolve dependencies for project org.eclipse.jetty:jetty-http:jar:10.0.0-SNAPSHOT: Could not find artifact org.eclipse.jetty.toolchain:jetty-servlet-api:jar:4.0.3 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

Integrated Jetty WebSocket API 1.1.2.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet
Copy link
Contributor Author

sbordet commented Dec 20, 2019

@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.

Copy link
Contributor

@lachlan-roberts lachlan-roberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sbordet sbordet merged commit 3f175a1 into jetty-10.0.x Dec 30, 2019
@sbordet sbordet deleted the jetty-10.0.x-4225-jpms_transitivity branch December 30, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants