Skip to content

chore(deps): Bump org.springframework.ai:spring-ai-bom from 1.1.3 to 1.1.4#22291

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.springframework.ai-spring-ai-bom-1.1.4
Open

chore(deps): Bump org.springframework.ai:spring-ai-bom from 1.1.3 to 1.1.4#22291
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.springframework.ai-spring-ai-bom-1.1.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps org.springframework.ai:spring-ai-bom from 1.1.3 to 1.1.4.

Release notes

Sourced from org.springframework.ai:spring-ai-bom's releases.

Spring AI 1.1.4 Release Notes

🎯 Highlights

This release includes 1 new feature, 11 bug fixes, 1 other improvement.

⭐ New Features

  • Added capability to dynamically disable Structured Output Native functionality at runtime, providing more flexibility in configuration and usage scenarios. 45a1607

🪲 Bug Fixes

  • Resolved issues with Oracle and PgVector vector store integration tests to improve test reliability 56fa3ee
  • Corrected issue where extraBody parameter was being lost when toolDefinitions were provided in chat requests d886961
  • Improved stability of Bedrock converse integration tests by addressing flaky test scenarios fac5647
  • Updated Google GenAI embedding model to use current API and fixed flaky function call tests 6c82800
  • Resolved issues in Google GenAI text embedding model observation integration tests 650a343
  • Enhanced error handling and reliability when fetching media resources in Bedrock proxy chat model a7d3223
  • Improved filter evaluation logic in SimpleVectorStore for better performance and maintainability 04742fb
  • Resolved issue where multi-block system messages were not being properly cached in Anthropic prompt caching implementation 11bd45e
  • Corrected handling of string values for TAG and TEXT filter types in Redis filter expression converter 707e990
  • Improved key handling in Neo4j vector store filter expression converter for more accurate filtering 3a46c7d
  • Resolved issues with identifier parsing logic in FilterExpressionTextParser to ensure correct filter expression handling. 7275cba

🔩 Build Updates

  • Corrected issues in the documentation upload GitHub Actions workflow to ensure proper documentation deployment. f4984b5

🙏 Contributors

Thanks to all contributors who made this release possible:

Commits
  • 061d9a1 Release version 1.1.4
  • 56fa3ee Fix Oracle/PgVector ITs
  • d886961 Fix extraBody lost when toolDefinitions is present
  • fac5647 Fix flaky and failing Bedrock converse integration tests
  • 6c82800 Fix deprecated Google GenAI embedding model and flaky function call tests
  • 650a343 Fix GoogleGenAiTextEmbeddingModelObservationIT
  • a7d3223 Improve media fetching robustness in BedrockProxyChatModel
  • 04742fb Refactor internal filter evaluation in SimpleVectorStore
  • 11bd45e GH-5494: Fix multi-block system message caching for Anthropic prompt caching
  • 707e990 fix: RedisFilterExpressionConverter handling string values for TAG/TEXT filte...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.ai:spring-ai-bom](https://github.com/spring-projects/spring-ai) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-bom
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 27, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions
Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

ℹ️ Dependent modules were not tested because the total number of affected modules exceeded the threshold (50). Use the test-dependents label to force testing all dependents.

@apupier
Copy link
Copy Markdown
Contributor

apupier commented Mar 27, 2026

test is hanging for me locally:

[�[1;34mINFO�[m] -------------------------------------------------------
[�[1;34mINFO�[m]  T E S T S
[�[1;34mINFO�[m] -------------------------------------------------------
[�[1;34mINFO�[m] Running org.apache.camel.component.springai.image.�[1mSpringAiImageOllamaIT
Name: main
State: TIMED_WAITING
Total blocked: 0  Total waited: 16

Stack trace: 
java.base@17.0.18/java.lang.Thread.sleep(Native Method)
app//org.springframework.retry.backoff.ThreadWaitSleeper.sleep(ThreadWaitSleeper.java:31)
app//org.springframework.retry.backoff.ExponentialBackOffPolicy.backOff(ExponentialBackOffPolicy.java:257)
app//org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:377)
app//org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:230)
app//org.springframework.ai.openai.OpenAiImageModel.lambda$call$2(OpenAiImageModel.java:145)
app//org.springframework.ai.openai.OpenAiImageModel$$Lambda$1093/0x00007fc4244ad0c8.get(Unknown Source)
app//io.micrometer.observation.Observation.observe(Observation.java:634)
app//org.springframework.ai.openai.OpenAiImageModel.call(OpenAiImageModel.java:143)
app//org.apache.camel.component.springai.image.SpringAiImageProducer.process(SpringAiImageProducer.java:62)
app//org.apache.camel.support.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:65)
app//org.apache.camel.processor.SendProcessor.sendUsingProducer(SendProcessor.java:253)
app//org.apache.camel.processor.SendProcessor.process(SendProcessor.java:158)
app//org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.handleFirst(RedeliveryErrorHandler.java:440)
app//org.apache.camel.processor.errorhandler.RedeliveryErrorHandler$SimpleTask.run(RedeliveryErrorHandler.java:416)
app//org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.doRun(DefaultReactiveExecutor.java:202)
app//org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.executeReactiveWork(DefaultReactiveExecutor.java:192)
app//org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.tryExecuteReactiveWork(DefaultReactiveExecutor.java:169)
app//org.apache.camel.impl.engine.DefaultReactiveExecutor$Worker.schedule(DefaultReactiveExecutor.java:143)
app//org.apache.camel.impl.engine.DefaultReactiveExecutor.scheduleMain(DefaultReactiveExecutor.java:59)
app//org.apache.camel.processor.Pipeline.process(Pipeline.java:162)
app//org.apache.camel.impl.engine.CamelInternalProcessor.processNonTransacted(CamelInternalProcessor.java:385)
app//org.apache.camel.impl.engine.CamelInternalProcessor.process(CamelInternalProcessor.java:361)
app//org.apache.camel.component.direct.DirectProducer.process(DirectProducer.java:103)
app//org.apache.camel.impl.engine.SharedCamelInternalProcessor.processNonTransacted(SharedCamelInternalProcessor.java:156)
app//org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:133)
app//org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:89)
app//org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:81)
app//org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:86)
app//org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:180)
app//org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:175)
app//org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:171)
app//org.apache.camel.impl.engine.DefaultProducerTemplate.request(DefaultProducerTemplate.java:366)
app//org.apache.camel.component.springai.image.SpringAiImageOllamaIT.testImageGenerationWithOptions(SpringAiImageOllamaIT.java:133)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants