RepoJournal
Spring

@spring-projects

Spring Framework, Spring Boot, and the JVM enterprise layer

Keep up with Spring in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Java Full archive →

The Wire · Showcase

SPRING-AI STRIPS BLOAT, SPRING-BOOT PATCHES FILE DESCRIPTOR LEAK

By RepoJournal · Filed · About Spring

Spring AI is cutting unnecessary dependencies and deprecating its ChatClient customizer in a cleanup push that signals cleaner architecture ahead.

Spring AI merged four cleanup commits that remove transitive dependency bloat [1][2][3], including spring-boot-jdbc from Redis modules and redundant starter dependencies that were already inherited. These removals ship alongside a ChatClient customizer deprecation [4] that introduces ChatClientBuilderCustomizer to replace it, updating the entire builder pattern in one sweep. Over in Spring Boot, a critical file descriptor leak in InspectingOutputStream went unpatched until now [5], with the stream failing to close its underlying FileOutputStream delegate when content exceeds the 4KB memory limit, leaving handles dangling. The same session also fixed an RSocket-specific null pointer exception in SSL bundle lookups [6] that was already corrected in the shared customizer but missed in RSocket's modularized copy. Rounding out the day: Jackson bumped to 3.1.4 across both Security and Session [7][8][9], mockk updated to 1.14.11 with matcher improvements [10], and documentation corrections landed for Gradle module replacement references [11][12][13].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Remove accidental spring-boot-jdbc from redis related modules spring-projects/spring-ai
  2. [2] Remove spring-boot-starter-test spring-projects/spring-ai
  3. [3] Remove spring-boot-starter spring-projects/spring-ai
  4. [4] Deprecate and rename ChatClient customizer ↗ spring-projects/spring-ai
  5. [5] Close FileOutputStream delegate in InspectingOutputStream ↗ spring-projects/spring-boot
  6. [6] NullPointerException in reactor-netty SniProvider and unmapped SSL bundle with RSocket ↗ spring-projects/spring-boot
  7. [7] Bump tools.jackson:jackson-bom from 3.1.3 to 3.1.4 ↗ spring-projects/spring-security
  8. [8] Bump tools.jackson:jackson-bom from 3.1.3 to 3.1.4 ↗ spring-projects/spring-session
  9. [9] Bump tools.jackson.core:jackson-databind from 3.1.3 to 3.1.4 ↗ spring-projects/spring-session
  10. [10] Bump io.mockk:mockk from 1.14.9 to 1.14.11 ↗ spring-projects/spring-security
  11. [11] Merge pull request #50641 from ngocnhan-tran1996 spring-projects/spring-boot
  12. [12] Fix reference to Gradle's module replacement section spring-projects/spring-boot
  13. [13] Fix reference to Gradle documentation for module replacement ↗ spring-projects/spring-boot

Quick answers

What shipped in Spring on June 1, 2026?
Spring AI is cutting unnecessary dependencies and deprecating its ChatClient customizer in a cleanup push that signals cleaner architecture ahead. In total, 23 commits and 8 pull requests landed.
Who contributed to Spring on June 1, 2026?
5 developers shipped this update, including ilayaperumalg, SebTardif, dlwldnjs1009, dependabot[bot], and ngocnhan-tran1996.
What were the notable Spring updates?
Remove accidental spring-boot-jdbc from redis related modules, Remove spring-boot-starter-test, and Remove spring-boot-starter.

More from @spring-projects

Daily updates, in your inbox

Follow Spring

Keep up with Spring in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?