Skip to content

1527.ve41b3ce15c05

Compare
Choose a tag to compare
@release-drafter release-drafter released this 06 May 22:59
· 428 commits to master since this release
e41b3ce

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

📦 Dependency updates

  • Inline Guava's Iterators#limit (#216) @basil
  • Migrate from Guava's cache to ConcurrentHashMap in JellyClassLoaderTearOff (#215) @basil

👻 Maintenance