-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-15984. Update jersey from 1.19 to 2.x. #7019
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
92160ab
HADOOP-15984. Update jersey from 1.19 to 2.x.
slfan1989 fc8f03e
HADOOP-15984. Improve Some Code.
slfan1989 fff1b6a
HADOOP-15984. Improve Some Code.
slfan1989 3237736
HADOOP-15984. Improve Some Code.
slfan1989 31d28a7
HADOOP-15984. Fix CheckStyle.
slfan1989 9601cb9
HADOOP-15984. Improve Some Code.
slfan1989 c1eca7e
HADOOP-15984. Improve Some Code.
slfan1989 96a29fc
Merge branch 'apache:trunk' into HADOOP-15984
slfan1989 f8530cb
HADOOP-15984. Improve Some Code.
slfan1989 c2484ae
HADOOP-15984. Improve Some Code.
slfan1989 290cae1
HADOOP-15984. Improve Some Code.
slfan1989 ffd73e4
HADOOP-15984. Improve Some Code.
slfan1989 dde4dee
HADOOP-15984. Improve Some Code.
slfan1989 0dee8ac
HADOOP-15984. Improve Some Code.
slfan1989 842886f
HADOOP-15984. Improve Some Code.
slfan1989 29fdc9c
HADOOP-15984. Improve Some Code.
slfan1989 8d636ce
HADOOP-15984. Revert Jenkinsfile.
slfan1989 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -159,6 +159,24 @@ | |
| <exclude>org.xerial.snappy:*</exclude> | ||
| <!-- leave out kotlin classes --> | ||
| <exclude>org.jetbrains.kotlin:*</exclude> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do these no longer need to be cut?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have completed the fixes in the latest version. |
||
| <exclude>org.glassfish.jersey.test-framework:*</exclude> | ||
| <exclude>org.glassfish.jersey.media:*</exclude> | ||
| <exclude>org.glassfish.jersey.containers:*</exclude> | ||
| <exclude>org.glassfish.jersey.test-framework.providers:*</exclude> | ||
| <exclude>org.glassfish.hk2:*</exclude> | ||
| <exclude>org.glassfish.jersey.inject:*</exclude> | ||
| <exclude>org.glassfish.grizzly:*</exclude> | ||
| <exclude>org.glassfish.jersey.core:*</exclude> | ||
| <exclude>org.glassfish.hk2.external:*</exclude> | ||
| <exclude>org.glassfish.jaxb:*</exclude> | ||
| <exclude>jakarta.ws.rs:*</exclude> | ||
| <exclude>jakarta.annotation:*</exclude> | ||
| <exclude>jakarta.validation:*</exclude> | ||
| <exclude>jakarta.servlet:*</exclude> | ||
| <exclude>javax.annotation:*</exclude> | ||
| <exclude>org.hamcrest:*</exclude> | ||
| <exclude>aopalliance:*</exclude> | ||
| <exclude>javassist:*</exclude> | ||
| </excludes> | ||
| </artifactSet> | ||
| <filters> | ||
|
|
@@ -184,13 +202,6 @@ | |
| <exclude>org/apache/jasper/compiler/Localizer.class</exclude> | ||
| </excludes> | ||
| </filter> | ||
| <!-- We rely on jersey for our web interfaces. We want to use its java services stuff only internal to jersey --> | ||
| <filter> | ||
| <artifact>com.sun.jersey:*</artifact> | ||
| <excludes> | ||
| <exclude>META-INF/services/javax.*</exclude> | ||
| </excludes> | ||
| </filter> | ||
| <filter> | ||
| <!-- skip french localization --> | ||
| <artifact>org.apache.commons:commons-math3</artifact> | ||
|
|
@@ -247,6 +258,7 @@ | |
| <exclude>META-INF/versions/9/module-info.class</exclude> | ||
| <exclude>META-INF/versions/11/module-info.class</exclude> | ||
| <exclude>META-INF/versions/18/module-info.class</exclude> | ||
| <exclude>META-INF/versions/9/javax/xml/bind/ModuleUtil.class</exclude> | ||
| </excludes> | ||
| </filter> | ||
|
|
||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It is better to link Hadoop repo rather than Ayushtkn's personal repo.
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.
@Hexiaoqiao Thank you very much for your message! I have carefully checked the agreement for the new package we introduced, as follows:
cc: @pjfanning