Skip to content

Task 5: Upgrade JAXB, commons-lang3, javax.el, Micrometer#198

Open
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin/task5-upgrade-jaxb-commons-el-micrometer
Open

Task 5: Upgrade JAXB, commons-lang3, javax.el, Micrometer#198
devin-ai-integration[bot] wants to merge 1 commit intomasterfrom
devin/task5-upgrade-jaxb-commons-el-micrometer

Conversation

@devin-ai-integration
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot commented May 1, 2026

Summary

Upgrades four dependency groups to more modern, maintained versions while staying on the javax namespace (Spring Boot 2.x compatibility):

1. JAXB (ftgo-common/build.gradle)

  • Replaced jaxb-api:2.2.11, jaxb-core:2.2.11, jaxb-impl:2.2.11, and javax.activation:1.1.1 with jaxb-api:2.3.1 + jaxb-runtime:2.3.9 (GlassFish reference implementation)

2. commons-lang → commons-lang3

  • Updated dependency from commons-lang:commons-lang:2.6 to org.apache.commons:commons-lang3:3.14.0 in both ftgo-common/build.gradle and buildSrc/build.gradle
  • Updated all 8 Java source files (24 import statements) from org.apache.commons.lang.builder.* to org.apache.commons.lang3.builder.*

3. javax.el

  • Upgraded javax.el:javax.el-api from 2.2.5 to 3.0.0 in:
    • ftgo-order-service/build.gradle
    • ftgo-consumer-service/build.gradle
    • ftgo-restaurant-service/build.gradle
    • ftgo-courier-service/build.gradle

4. Micrometer

  • Upgraded micrometerVersion from 1.0.4 to 1.13.0 in gradle.properties

Review & Testing Checklist for Human

  • Verify the application compiles successfully with ./gradlew build
  • Confirm JAXB XML binding still works at runtime (serialization/deserialization)
  • Verify commons-lang3 EqualsBuilder, HashCodeBuilder, ToStringBuilder behave identically to commons-lang2 equivalents
  • Check Micrometer 1.13.0 Prometheus metrics endpoint still functions correctly

Notes

  • The JAXB upgrade stays on javax.xml.bind namespace since the project targets Spring Boot 2.x (not Jakarta EE)
  • commons-lang3 is a drop-in replacement for the builder classes used in this project
  • 15 files changed across build configs and Java source files

Link to Devin session: https://app.devin.ai/sessions/555aa3c579804511b0180f68bc0d5124
Requested by: @WesternConcrete


Devin Review

Status Commit
⚪ Not started

Run Devin Review

💡 Connect your GitHub account to enable automatic code reviews.

Open in Devin Review (Staging)
Open in Devin Review

- JAXB: Replace jaxb-api 2.2.11 + jaxb-core/jaxb-impl with jaxb-api 2.3.1 + jaxb-runtime 2.3.9
- commons-lang: Migrate from commons-lang 2.6 to commons-lang3 3.14.0 (build files and all Java imports)
- javax.el: Upgrade javax.el-api from 2.2.5 to 3.0.0 in 4 service modules
- Micrometer: Upgrade from 1.0.4 to 1.13.0

Co-Authored-By: Wes Convery <2wconvery@gmail.com>
@devin-ai-integration
Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Copy Markdown
Author

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

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.

1 participant