Skip to content

Upgrade Spring Boot and Cloud to allow the SDK to be used with Spring AI#308

Open
jottley wants to merge 2 commits into
developfrom
spring-ai-support
Open

Upgrade Spring Boot and Cloud to allow the SDK to be used with Spring AI#308
jottley wants to merge 2 commits into
developfrom
spring-ai-support

Conversation

@jottley
Copy link
Copy Markdown
Member

@jottley jottley commented Jul 26, 2025

In order to use the alfresco-java-sdk with Spring AI we need to upgrade both the Spring Boot and Cloud dependencies

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades Spring dependencies to make the Alfresco Java SDK compatible with Spring AI. The changes update both Spring Boot and Spring Cloud to their latest versions.

  • Upgrades Spring Boot from version 3.4.7 to 3.5.3
  • Upgrades Spring Cloud from version 2024.0.1 to 2025.0.0
Comments suppressed due to low confidence (2)

pom.xml:7

  • Spring Boot version 3.5.3 does not exist. The latest available Spring Boot 3.x version as of my knowledge cutoff is 3.2.x. Please verify this version exists or use a valid version like 3.2.1 or the latest available version.
    <version>3.5.3</version>

pom.xml:140

  • Spring Cloud version 2025.0.0 does not exist. The latest available Spring Cloud version as of my knowledge cutoff follows the 2023.x.x naming scheme. Please verify this version exists or use a valid version like 2023.0.0 or the latest available version.
    <spring-cloud.version>2025.0.0</spring-cloud.version>

@Giovanni007
Copy link
Copy Markdown
Contributor

Giovanni007 commented Jul 30, 2025

@jottley Out of curiosity, what specific feature of Spring AI requires Spring 3.5.x or a Spring Cloud update? I thought it was compatible with 3.4.x, but as I'm not directly working with it, I'm not certain.

Also, do you have a ticket for this change? If so, please associate it with AAE-36465; otherwise, please associate this with your PR.

@jottley
Copy link
Copy Markdown
Member Author

jottley commented Oct 16, 2025

@jottley Out of curiosity, what specific feature of Spring AI requires Spring 3.5.x or a Spring Cloud update? I thought it was compatible with 3.4.x, but as I'm not directly working with it, I'm not certain.

Also, do you have a ticket for this change? If so, please associate it with AAE-36465; otherwise, please associate this with your PR.

There was no ticket for this issue. I was doing a demo for CommunityLive (https://github.com/jottley/alfresco-mcp) Using Spring AI 1.x is not compatible with the version of spring boot we are including in the sdk. I am using the MCP tooling from Spring AI.

When building the project you get an error similar to this one....

Caused by: org.springframework.cloud.configuration.CompatibilityNotMetException: Spring Cloud/ Spring Boot version compatibility checks have failed: [[VerificationResult@4e67cfe1 description = 'Spring Boot [3.5.5] is not compatible with this Spring Cloud release train', action = 'Change Spring Boot version to one of the following versions [3.4.x] .

This more of a "community contribution" than a specific work task.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants