[
https://issues.apache.org/jira/browse/HADOOP-19259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17929340#comment-17929340
] ASF GitHub Bot commented on HADOOP-19259: ----------------------------------------- pjfanning commented on PR #7022: URL: https://github.com/apache/hadoop/pull/7022#issuecomment-2676148588 The upgrade of Jackson is affecting the Timeline web service response - just for one method. https://github.com/apache/hadoop/blob/ca08047a9258c862d638f67b80512fecc6dc5e86/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/webapp/TimelineWebServices.java#L90-L98 The `@XmlRootElement(name = "about")` on TimelineAbout is being ignored so that the JSON does not end up getting wrapped with an `about` element. https://github.com/apache/hadoop/blob/ca08047a9258c862d638f67b80512fecc6dc5e86/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/timeline/TimelineAbout.java#L30 > upgrade to jackson 2.18.2 > ------------------------- > > Key: HADOOP-19259 > URL: https://issues.apache.org/jira/browse/HADOOP-19259 > Project: Hadoop Common > Issue Type: Task > Components: common > Reporter: PJ Fanning > Priority: Major > Labels: pull-request-available > > see HADOOP-19230 and HADOOP-18332 > Jackson 2.18 has https://github.com/FasterXML/jackson-jaxrs-providers/pull/192 -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
