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 SSL Reload Bug Exposed

By RepoJournal · Filed · About Spring

If you reload an SSL bundle on Tomcat, you are silently dropping custom host configuration.

Spring Boot's SSL host config customizations are lost when reloading SSL bundles [1], a bug that can break SNI setups in production. Meanwhile, Micrometer Tracing gets configurable MDC keys, so you can use `trace_id`/`span_id` instead of `traceId`/`spanId` [2]. Spring Data Commons removes the warn logging about `@ProjectedPayload` params, signaling the migration is complete [3], and fixes nested `KPropertyPath` rendering with a new internal `NestedKPropertyPath` interface [4]. Spring Integration cuts UDP multicast test retries from 20 to 3, and then disables them entirely on Windows CI runners, because "neither of the previous two mitigations can tell a bad host from a good one" [5][6]. RestTemplate removal warnings are suppressed across Spring Integration until the client is removed [7].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] SSL host config customizations are lost when reloading SSL bundles ↗ spring-projects/spring-boot
  2. [2] Allow configuring Micrometer Tracing MDC keys ↗ spring-projects/spring-boot
  3. [3] Remove the warn logging about params not annotated with `@ProjectedPayload`. spring-projects/spring-data-commons
  4. [4] Fix nested `KPropertyPath` rendering. spring-projects/spring-data-commons
  5. [5] Reduce the `@RetryingTest` budget for the UDP multicast tests spring-projects/spring-integration
  6. [6] Disable UDP multicast tests on Windows CI runners spring-projects/spring-integration
  7. [7] GH-11268: Suppress RestTemplate removal warnings ↗ spring-projects/spring-integration

Quick answers

What shipped in Spring on August 26, 2026?
If you reload an SSL bundle on Tomcat, you are silently dropping custom host configuration. In total, 56 commits and 10 pull requests landed.
Who contributed to Spring on August 26, 2026?
10 developers shipped this update, including Mark Paluch, Jens Schauder, Alexander Makarov, Moritz Halbritter, scottfrederick, philsttr, Josh Cummings, and kalayciburak, and 2 more.
What were the notable Spring updates?
SSL host config customizations are lost when reloading SSL bundles, Allow configuring Micrometer Tracing MDC keys, and Remove the warn logging about params not annotated with `@ProjectedPayload`.

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?