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 INTEGRATION FIXES CORS DEFAULTS TO MATCH MVC, SPRING AI SHEDS CLOUD BINDINGS

By RepoJournal · Filed · About Spring

Spring Integration shipped a critical CORS alignment fix that brings HTTP and WebFlux modules into sync with Spring MVC's stricter defaults, while Spring AI removes a deprecated cloud bindings dependency in a significant API cleanup.

The CORS fix [1] addresses a security-relevant mismatch where Spring Integration was allowing origins and credentials that Spring MVC now blocks by default. This auto-cherrypicks to 7.0.x and 6.5.x branches, meaning your existing integrations may need configuration review if you rely on permissive CORS settings. Over in Spring AI, the removal of spring-ai-spring-cloud-bindings [2] signals a strategic move away from cloud-specific binding patterns; if you're using those bindings for Kubernetes or CloudFoundry deployments, migration planning starts now. Spring GraphQL also shipped a fix for a JSON syntax error in GraphiQL's XSRF support [4] that was silently breaking token injection on cookie presence. The rest of the briefing is maintenance work: Spring Integration adds message_store pattern support [3], Spring AMQP improves ack failure visibility with warn-level logging [5], and PostgreSQL driver gets bumped to 42.7.11 [6].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] GH-10988: Align HTTP Cross-Origin with Spring MVC ↗ spring-projects/spring-integration
  2. [2] Remove spring-ai-spring-cloud-bindings spring-projects/spring-ai
  3. [3] Add message_store pattern in `IntegrationPatternType` ↗ spring-projects/spring-integration
  4. [4] Fix JSON syntax error in GraphiQL XSRF support spring-projects/spring-graphql
  5. [5] GH-3418: Warn on ack failure in the `AbstractAdaptableMessageListener` spring-projects/spring-amqp
  6. [6] Bump PostgreSQL version to `42.7.11` spring-projects/spring-integration-samples

Quick answers

What shipped in Spring on May 20, 2026?
Spring Integration shipped a critical CORS alignment fix that brings HTTP and WebFlux modules into sync with Spring MVC's stricter defaults, while Spring AI removes a deprecated cloud bindings dependency in a significant API cleanup. In total, 15 commits and 3 pull requests landed.
Who contributed to Spring on May 20, 2026?
2 developers shipped this update, including artembilan and mjd507.
What were the notable Spring updates?
GH-10988: Align HTTP Cross-Origin with Spring MVC, Remove spring-ai-spring-cloud-bindings, and Add message_store pattern in `IntegrationPatternType`.

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?