Skip to content

Releases: jenkinsci/stapler

1630.vf4c5d3a183cc

28 Dec 04:38
f4c5d3a
Compare
Choose a tag to compare

🚨 Removed

👻 Maintenance

1627.v5c244c19f85f

22 Dec 21:15
5c244c1
Compare
Choose a tag to compare

💥 Breaking changes

📦 Dependency updates

👻 Maintenance

  • As of Java 9, _ is a keyword and may not be used as an identifier (#299) @basil
  • Run CI build on Java 11 (#303) @basil
  • Use @code rather than <tt> (#302) @basil
  • Replace deprecated org.eclipse.jetty.util.ajax.JSON with non-deprecated net.sf.json (#297) @basil
  • Suppress a spurious SpotBugs warning that only appears on Java 11 (#298) @basil
  • INFRA-2908 - Update URLs for new home in jenkinsci (#296) @timja

🚦 Tests

1612.v2a13b906bf3a

16 Dec 19:32
2a13b90
Compare
Choose a tag to compare

📦 Dependency updates

👻 Maintenance

1602.vc3566a1d3c95

29 Nov 17:06
c3566a1
Compare
Choose a tag to compare

🐛 Bug fixes

  • Prevent 500 response when adjunct is empty (#283) @Wadeck

📦 Dependency updates

👻 Maintenance

1593.v0e838714faae

12 Sep 07:29
0e83871
Compare
Choose a tag to compare

🚀 New features and improvements

  • Bump jenkins-infra/jenkins-maven-cd-action from 1.1.0 to 1.2.0 (#271) @dependabot

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🚦 Tests

1563.v3da2d02f9572

01 Jun 20:05
3da2d02
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

1539.v2f05ce93882d

24 May 22:07
2f05ce9
Compare
Choose a tag to compare

🚀 New features and improvements

  • Stop using repackaged ASM; upgrade ASM to 9.1 (#225) @basil

📦 Dependency updates

  • Bump various dependencies to latest versions (#223) @basil
  • Bump commons-discovery from 0.4 to 0.5 (#222) @basil

👻 Maintenance

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