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.
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. Read a past issue →
Action items
- → Merge the Spring Boot 4.0.x docs fix if you haven't already, to avoid stale references in your docs spring-projects/spring-boot [plan]
- → Review spring-core 7.0.9 release notes before adopting in Spring LDAP spring-projects/spring-ldap [monitor]
- → Skip the dependabot bumps in Spring LDAP unless you need the specific bug fixes spring-projects/spring-ldap [monitor]
References
- [1] Remove reference to SpringBootWebSecurityConfiguration spring-projects/spring-boot
- [2] Merge pull request #51411 from MacAlsandair spring-projects/spring-boot
- [3] Remove reference to removed SpringBootWebSecurityConfiguration ↗ spring-projects/spring-boot
- [4] Close reader in GsonTester spring-projects/spring-boot
- [5] File handle in SpringBootJoranConfigurator should be closed ↗ spring-projects/spring-boot
- [6] Bump org.springframework:spring-core from 7.0.8 to 7.0.9 ↗ spring-projects/spring-ldap
- [7] Bump com.apollographql.apollo:apollo-runtime from 5.0.1 to 5.1.0 ↗ spring-projects/spring-ldap
- [8] Bump io.micrometer:micrometer-bom from 1.17.0 to 1.17.1 ↗ spring-projects/spring-ldap
- [9] Bump gradle-wrapper from 9.7.0 to 9.7.1 ↗ spring-projects/spring-ldap
- [10] Bump io.projectreactor:reactor-core from 3.8.6 to 3.8.7 ↗ spring-projects/spring-ldap