feat(build): dual Spring Boot profile support & local one-click dual-version verify#3
Merged
lk-keep-fighting merged 2 commits intoNov 24, 2025
Conversation
…lick script Enable project-wide verification against both Spring Boot 2 and 3.2.x using new Maven profiles and a local helper script to improve compatibility assurance prior to automation pipeline implementation. - Introduce `spring-boot-2` (default) and `spring-boot-3` profiles in the parent pom to centralize Spring Boot BOM version control - Remove hardcoded boot version coordinates from logic-ide, logic-sdk, test-suite modules for inheritance from BOM - Add scripts/verify-compatibility.sh for sequential dual-profile validation via mvnw - Update documentation in README and test/release design to guide usage Developers can now validate both dependency stacks locally with a single command, facilitating cross-version assurance in the early stage of automation rollout.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces support for verifying compatibility with both Spring Boot 2.7.x and 3.2.x via Maven profiles and a local script, allowing developers to validate both versions with a single command prior to automated CI/CD rollout.
Details
spring-boot-2(default) andspring-boot-3Maven profiles at root, enabling central control of BOM version selection.logic-ide,logic-sdk,test-suite) to defer to the selected BOM for Spring Boot version resolution.scripts/verify-compatibility.shas a one-click tool to sequentially build/test logic-ide and dependencies under both profiles for local assurance.Warning: Task VM test is not passing, cto.new will perform much better if you fix the setup