RepoJournal
Spring

@spring-projects

Spring Framework, Spring Boot, and the JVM enterprise layer

What actually shipped in Spring, written up every day — commits, pull requests, releases, and security advisories.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Java Full archive →

The Wire · Showcase

SPRING BOOT TIGHTENS NULLABILITY CHECKS, FRAMEWORK CLEANS HOUSE

By RepoJournal · Filed · About Spring

Spring Boot merged improvements to Nullaway 0.13.8 that correctly handle Map#remove nullability, while Spring Framework shipped targeted fixes for logging clarity and documentation.

Spring Boot landed a critical nullability adaptation [1] that polishes how the framework handles @Nullable annotations when calling Map#remove, leveraging Nullaway 0.13.8's improved type checking [2]. This keeps the codebase safer from null pointer surprises. Separately, Boot fixed a long-standing logging gap where PropertiesLauncher wasn't displaying nested archive paths on first startup [3], making deployment debugging less painful [4]. Over on Spring Framework, the team corrected a package declaration issue in HandlerMethodValidationExceptionTests [5] and scrubbed Javadoc in ProtobufDecoder to remove redundant language that was rendering poorly in published API docs [6]. These are polish commits, not blockers, but they improve the developer experience across both pillars.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Merge pull request #50972 from msridhar spring-projects/spring-boot
  2. [2] Adapt to improvements in Nullaway 0.13.8 spring-projects/spring-boot
  3. [3] Merge pull request #50968 from filiphr spring-projects/spring-boot
  4. [4] Polish "Fix nested archive paths logging in PropertiesLauncher" spring-projects/spring-boot
  5. [5] Correct HandlerMethodValidationExceptionTests package spring-projects/spring-framework
  6. [6] Fix Javadoc in ProtobufDecoder's MessageSizeReader API spring-projects/spring-framework

Quick answers

What shipped in Spring on July 22, 2026?
Spring Boot merged improvements to Nullaway 0.13.8 that correctly handle Map#remove nullability, while Spring Framework shipped targeted fixes for logging clarity and documentation. In total, 14 commits and 3 pull requests landed.
Who contributed to Spring on July 22, 2026?
6 developers shipped this update, including Stéphane Nicoll, Manu Sridharan, filiphr, Tran Ngoc Nhan, BAE JAE HYEON, and Sam Brannen.
What were the notable Spring updates?
Merge pull request #50972 from msridhar, Adapt to improvements in Nullaway 0.13.8, and Merge pull request #50968 from filiphr.

More from @spring-projects

Daily updates, in your inbox

Follow Spring

What actually shipped in Spring, written up every day — commits, pull requests, releases, and security advisories.

or

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

Elsewhere on the wire

Want every project, not just this one?