Upgrade Spring Boot and Cloud to allow the SDK to be used with Spring AI#308
Upgrade Spring Boot and Cloud to allow the SDK to be used with Spring AI#308jottley wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
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>
|
@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....
This more of a "community contribution" than a specific work task. |
In order to use the alfresco-java-sdk with Spring AI we need to upgrade both the Spring Boot and Cloud dependencies