-
Notifications
You must be signed in to change notification settings - Fork 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
HADOOP-19259. upgrade to jackson 2.18.2 #7022
base: trunk
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
some of those tests have jackson in the stack trace...
|
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
this is not ready yet - the latest issue breaking some unit tests is happening with jettison - it seems like the upgraded jackson may be serializing some messages differently - and this needs investigation |
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.
might be good to isolate maven change to its own PR...we can merge in earlier, see what surprises surface etc
...s-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
Outdated
Show resolved
Hide resolved
I'll create a separate PR for that. I'm relatively pessimistic about this PR generally. The exception handling changes fixed one set of issues but there are other issues that appear to suggest that Jersey 1 does not work well with this version of Jackson. |
b34b9d1
to
e368a54
Compare
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
d4a4a7a
to
79456c9
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
725d7d7
to
5bf565b
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
The upgrade of Jackson is affecting the Timeline web service response - just for one method. Lines 90 to 98 in ca08047
The Line 30 in ca08047
|
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
switching to #7428 - not a full upgrade but Jackson 2.18 is breaking the timeline web service |
4d3e355
to
7a99dff
Compare
💔 -1 overall
This message was automatically generated. |
Description of PR
Use 2.18.0-rc1 until full release is made. Not for merge until 2.18.0 is out.
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?