FasterXML / jackson-core

Core part of Jackson that defines Streaming API as well as basic shared abstractions
Apache License 2.0
2.25k stars 773 forks source link

Fix #1277: add JDK 22 optimizations back to FDP #1285

Closed cowtowncoder closed 4 months ago

cowtowncoder commented 4 months ago

@pjfanning Is this what is needed or #1277 ?

cowtowncoder commented 4 months ago

Ok, there seems to be an issue; maybe due to Shade plugin not working with JDK 22 bytecode. There's a newer version; need to update version via oss-parent now.

cowtowncoder commented 4 months ago

Ok so either Shade plugin, or latest Maven, fixed the problem: CI passes now.