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 BOOT LDAP GETS SSL BUNDLES

By RepoJournal · Filed · About Spring

Spring Boot's LDAP auto-configuration now honors named SSL bundles, closing a gap that silently shipped plaintext trust material.

Spring Boot merged SSL bundle support into LDAP auto-configuration [1], letting you point `spring.ldap.ssl.bundle` at a named bundle. The polish commit [2] matters more than it looks: it routes the bundle through the context source's base environment because the old strategy hook was skipped for anonymous read-only ops, meaning LDAPS previously fell back to JVM defaults. Docker Compose LDAP config gets the same treatment [3]. Meanwhile, spring-integration is chasing breaking changes in Spring Framework 7.1.0-SNAPSHOT [4], forcing `MessageConversionException` instead of silently dropping null converter results across JMS paths. On the equality front, `AdviceMessage` gets a fixed `equals()` contract [5]; four of six new tests fail against the old code, so this is a real hash/equals violation. spring-kafka fixes a resource leak where `DelegatingByTopicSerialization.close()` never closed its default delegate [6], and spring-ldap gardens its tooling with an automated dependabot updater [7] and a CheckstyleAll task [8]. All told, 28 commits and 10 PRs across four repos. The 7.1.0 snapshot churn is the thing to watch; if you track Spring Framework milestones, plan for those JMS behavior changes.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Add SSL bundle support to LDAP auto-configuration ↗ spring-projects/spring-boot
  2. [2] Polish "Add SSL bundle support to LDAP auto-configuration" spring-projects/spring-boot
  3. [3] Add SSL support for LDAP in Docker Compose spring-projects/spring-boot
  4. [4] Use latest Spring Framework 7.1.0-SNAPSHOT ↗ spring-projects/spring-integration
  5. [5] GH-11377: Fix `equals()` contract in the `AdviceMessage` ↗ spring-projects/spring-integration
  6. [6] Close the default delegate in DelegatingByTopicSerialization ↗ spring-projects/spring-kafka
  7. [7] Use spring-io/github-actions/update-dependabot spring-projects/spring-ldap
  8. [8] Add CheckstyleAll Task spring-projects/spring-ldap

Quick answers

What shipped in Spring on August 27, 2026?
Spring Boot's LDAP auto-configuration now honors named SSL bundles, closing a gap that silently shipped plaintext trust material. In total, 28 commits and 10 pull requests landed.
Who contributed to Spring on August 27, 2026?
10 developers shipped this update, including github-actions, Sanghyuk Jung, Josh Cummings, cppwfs, MacAlsandair, Artem Bilan, renechoi, and dhruv9b, and 2 more.
What were the notable Spring updates?
Add SSL bundle support to LDAP auto-configuration, Polish "Add SSL bundle support to LDAP auto-configuration", and Add SSL support for LDAP in Docker Compose.

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?