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 DOCS POINT TO DEAD WEB SECURITY CLASS

By RepoJournal · Filed · About Spring

A merged PR fixes docs that referenced a SpringBootWebSecurityConfiguration class that no longer exists, and it's the closest thing to a story across an otherwise quiet Spring ecosystem in the last day.

Spring Boot 4.0.x documentation cleanup landed overnight: a merged PR [1] removes a dangling reference to SpringBootWebSecurityConfiguration, which was dropped when servlet web security moved to ServletWebSecurityAutoConfiguration. The same fix, polished and closed as gh-51411 [2], mirrors an identical PR [3] targeting the same stale text, so if you maintain forks or downstream docs, sync before they drift further. Beyond the docs, the team tightened test tooling: GsonTester now closes its reader, harmonizing stream handling across JSON marshaller testers and closing gh-51417 [4]. A separate PR [5] re-submits a file-handle fix for SpringBootJoranConfigurator, with the maintainer noting it's an identical change rebased onto 4.0.x, so reviewers should focus on the code, not the commit hash. Over on Spring LDAP, dependabot churned through five dependency bumps, including the notable spring-core 7.0.9 [6], which comes with a warning about ForwardedHeaderFilter, so that's the one to read before merging. The other bumps, micrometer-bom 1.17.1 [8], gradle-wrapper 9.7.1 [9], reactor-core 3.8.7 [10], and apollo-runtime 5.1.0 [7], are routine patch-level moves. As the release notes for Apollo 5.1.0 put it, the version "adds a lot of performance improvements" [7], but nothing here demands your attention today. Period totals: 13 commits, 10 PRs across the two repos, all low-risk housekeeping.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Remove reference to SpringBootWebSecurityConfiguration spring-projects/spring-boot
  2. [2] Merge pull request #51411 from MacAlsandair spring-projects/spring-boot
  3. [3] Remove reference to removed SpringBootWebSecurityConfiguration ↗ spring-projects/spring-boot
  4. [4] Close reader in GsonTester spring-projects/spring-boot
  5. [5] File handle in SpringBootJoranConfigurator should be closed ↗ spring-projects/spring-boot
  6. [6] Bump org.springframework:spring-core from 7.0.8 to 7.0.9 ↗ spring-projects/spring-ldap
  7. [7] Bump com.apollographql.apollo:apollo-runtime from 5.0.1 to 5.1.0 ↗ spring-projects/spring-ldap
  8. [8] Bump io.micrometer:micrometer-bom from 1.17.0 to 1.17.1 ↗ spring-projects/spring-ldap
  9. [9] Bump gradle-wrapper from 9.7.0 to 9.7.1 ↗ spring-projects/spring-ldap
  10. [10] Bump io.projectreactor:reactor-core from 3.8.6 to 3.8.7 ↗ spring-projects/spring-ldap

Quick answers

What shipped in Spring on August 24, 2026?
A merged PR fixes docs that referenced a SpringBootWebSecurityConfiguration class that no longer exists, and it's the closest thing to a story across an otherwise quiet Spring ecosystem in the last day. In total, 13 commits and 10 pull requests landed.
Who contributed to Spring on August 24, 2026?
4 developers shipped this update, including Alexander Makarov, Stéphane Nicoll, dlwldn30, and dependabot.
What were the notable Spring updates?
Remove reference to SpringBootWebSecurityConfiguration, Merge pull request #51411 from MacAlsandair, and Remove reference to removed SpringBootWebSecurityConfiguration.

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?