1527.ve41b3ce15c05
·
428 commits
to master
since this release
Note to any external users: Stapler is now being published directly to the Jenkins Artifactory server; we no longer publish to Maven Central via OSSRH. (Publishing to Central was already spotty—security releases did not make it there.) If your project uses Stapler and does not already inherit from a Jenkins project parent POM, you will need to add
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
to receive updates.
🚀 New features and improvements
- JENKINS-65442 - json api improve performance when encoding unicode characters (#214) @scddev
📦 Dependency updates
- Inline Guava's
Iterators#limit
(#216) @basil - Migrate from Guava's cache to
ConcurrentHashMap
inJellyClassLoaderTearOff
(#215) @basil
👻 Maintenance
- INFRA-2908 - Prepare to publish Stapler via JEP-229 - (#218) @jglick