Upgrade Spring Boot to 3.4/3.5 and Jackson to 2.18.x
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 52/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- java, spring-boot
- Domain
- api, build-system
Research direction
Start with conductor-client-spring/build.gradle and versions.gradle to confirm the current Spring Boot, Jackson, and Afterburner declarations. Check the Spring Boot 3.4.x or 3.5.x compatibility notes and replace the deprecated Jackson module as specified, then build all modules and run the test suite. Done means the supported versions are applied, compatibility breaks are resolved, and all builds and tests pass.
Written by the indexing model from the issue text.
Description
Summary
The conductor-client-spring module currently pins Spring Boot to 3.3.0. Spring Boot 3.3.x reached end-of-OSS-support in November 2024 and has known CVEs. Jackson is pinned to 2.17.1 across the project.
This issue tracks upgrading both to currently-supported versions.
Scope
- Bump
spring-boot-starterinconductor-client-spring/build.gradlefrom3.3.0→3.4.xor3.5.x(latest supported) - Bump
jacksonversion inversions.gradlefrom2.17.1→2.18.x(latest stable) - Verify all modules build and tests pass after the upgrade
- Check for any API compatibility breaks between Spring Boot 3.3 → 3.4/3.5 affecting the SDK
Context
- Spring Boot 3.3.x is EOL; open CVEs #84 and #85 are filed against it
- PR #86 bumps Spring Boot only to
3.3.11(latest 3.3.x patch) — that is a stopgap, not the long-term fix - Jackson 2.18.x is the current stable 2.x line; upgrading Spring Boot will also pull in a compatible Jackson via the BOM
jackson-module-afterburner(currently used) was deprecated in Jackson 2.17 and removed in 2.18 — migration tojackson-module-blackbirdwill be required as part of this upgrade
Migration note
jackson-module-afterburner → jackson-module-blackbird swap required in build.gradle:
-implementation "com.fasterxml.jackson.module:jackson-module-afterburner:${versions.jackson}"
+implementation "com.fasterxml.jackson.module:jackson-module-blackbird:${versions.jackson}"
- Dominant language
- Java
- Stars
- 12
- Forks
- 10
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from conductor-oss/java-sdk
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
conductor-oss/java-sdk#135 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
conductor-oss/java-sdk#133 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 92/100
conductor-oss/java-sdk#132 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
conductor-oss/java-sdk#131 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
conductor-oss/java-sdk#130 ·
All issues in conductor-oss/java-sdk
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
checkstyle/test-configs#263 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
[BUG]茶杯方块在取茶时会引发崩溃 Open
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
1.0.0-alpha2 Type/Improvement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
wso2/dpdp-accelerator#272 ·