Upgrade to Jackson 2.17 #945
-
Hi, It seems that the used Jackson version of 2.12.7 in dependency management is quite old (released over 2 years ago), and that version is no longer maintained (as that was the last in that series). Can we upgrade to the Jackson 2.17.x line? (If yes, I'll do the PR.) Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi Joe - thanks for discussing first! I'd definitely appreciate a PR, but it'll have to pass our build/CI matrix (naturally), and that includes JDK 7, so as long as that all passes, we're fine. Thanks! |
Beta Was this translation helpful? Give feedback.
-
JDK 7? Yeah, there will be a problem with this upgrade, then... https://github.com/FasterXML/jackson-core/blob/jackson-core-2.17.1/pom.xml#L37 says:
So this request seems like a big no. |
Beta Was this translation helpful? Give feedback.
Yes, there are a few issues labeled as jdk8. However, we cannot work on any of them until non-compact JWTs (i.e. full JSON, not comma-delimited) is finished. That's the last feature required before moving to 1.0, at which time we'll remove JDK 7 compatibility.