Skip to content

Releases: jenkinsci/stapler

1532.vfcf95addcb5f

08 May 14:25
fcf95ad
Compare
Choose a tag to compare

📦 Dependency updates

  • Replacing Guava’s CacheBuilder with Java Platform equivalents (#220) @jglick
  • Bump commons-io from 2.4 to 2.7 in /core (#217) @dependabot

1527.ve41b3ce15c05

06 May 22:59
e41b3ce
Compare
Choose a tag to compare

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

1.263

07 Apr 16:27
8b022a8
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

👻 Maintenance

  • Migrate from com.google.common.util.concurrent.SettableFuture to Java 8 java.util.concurrent.CompletableFuture (#210) @basil
  • Removing usages of Guava from tests (#206) @basil
  • Migrate from com.google.common.base.Function to java.util.function.Function (#207) @basil
  • Migrate from com.google.common.base.Predicate to java.util.function.Predicate (#208) @basil

1.262

22 Dec 21:19
cf2cf20
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Handle more cases of illegal reflective access (#201) @timja
  • Convert GString to String when bridging to jelly. (#202) @Vlatombe
  • Quieter log (#199) @timja
  • Don't use setAccessible, fixes illegal reflective access warnings (#197) @timja

📝 Documentation updates

👻 Maintenance

1.261

30 Oct 17:34
f0a99b5
Compare
Choose a tag to compare

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

1.260

15 Jun 19:04
e0f00f1
Compare
Choose a tag to compare

🚀 New features and improvements

  • Improve message regarding duplicated annotated constructors (II) (#190) @jglick
  • Implement a cache in AbstractTearOff even when MetaClass.NO_CACHE is set (#184) @jglick

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

1.259

10 Feb 20:27
fb443a7
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Failure to close gzip stream in JsonHttpResponse yielded an empty/broken response (#170) @jglick

1.258

19 Aug 18:46
6a24386
Compare
Choose a tag to compare