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-AI PATCHES ANTHROPIC STREAM TRUNCATION BUG, FIXES OLLAMA MODEL INHERITANCE

By RepoJournal · Filed · About Spring

Spring AI shipped fixes for two production issues that break AI integrations: Anthropic thinking blocks disappearing on stream truncation and Ollama requests failing when prompt options don't inherit the configured model.

The Anthropic thinking signature fix [1] prevents data loss when streams terminate early by guarding against missing signatures before they reach the replay buffer, with logging to surface when this happens. More critically, OllamaChatModel now correctly inherits its base model configuration when prompt-level options are provided [2], fixing the 404 failures that occur when environments lack the default Mistral model. Spring AI also hardened against locale-specific string comparisons [3] by using Locale.ROOT for protocol operations like uppercase/lowercase on wire values, ensuring builds succeed on Turkish JVMs where 'I'.toLowerCase() incorrectly produces 'ı'. These are all targeted fixes without breaking changes. On the security desk, Spring Security bumped Jackson to 2.22.1 [5], a routine patch that includes maintenance improvements. Documentation got a minor typo correction [4].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Guard against missing Anthropic thinking signature on stream truncation spring-projects/spring-ai
  2. [2] Fix OllamaChatModel prompt options not inheriting configured model spring-projects/spring-ai
  3. [3] Use Locale.ROOT for String uppercase/lowercase operations on wire/protocol values spring-projects/spring-ai
  4. [4] Fix duplicate "is is" typo in openai-chat.adoc spring-projects/spring-ai
  5. [5] Bump com.fasterxml.jackson:jackson-bom from 2.22.0 to 2.22.1 ↗ spring-projects/spring-security

Quick answers

What shipped in Spring on July 8, 2026?
Spring AI shipped fixes for two production issues that break AI integrations: Anthropic thinking blocks disappearing on stream truncation and Ollama requests failing when prompt options don't inherit the configured model. In total, 6 commits and 2 pull requests landed.
Who contributed to Spring on July 8, 2026?
1 developer shipped this update, including dependabot[bot].
What were the notable Spring updates?
Guard against missing Anthropic thinking signature on stream truncation, Fix OllamaChatModel prompt options not inheriting configured model, and Use Locale.ROOT for String uppercase/lowercase operations on wire/protocol values.

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?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.