Upgrade joda-time 2.10.13 → 2.14.0 - #197
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
Conversation
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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
Version-only bump of
joda-timeto the latest stable 2.x. No Joda →java.timemigration (explicitly out of scope).Coordinate diff
Also updated the stale version reference in
.agents/skills/java-engineering-excellence/SKILL.md(dependency table row forjoda-time).2.14.0(published 2025-03-29) is the newest non-prerelease release on Maven Central; it targets Java 5+ bytecode, so it is fine on the Java 11 / Spring Boot 2.6.3 ceiling.BOM /
extoverrideNone needed. The Spring Boot 2.6 dependency-management plugin does not pin
joda-time, and nothing else in the graph requests it, so the declared version wins unmodified.dependencyInsightevidenceSingle version on both classpaths, no conflict-resolution downgrade.
API migration
No source changes needed.
grep -rn "org.joda" src/returns 17 files using onlyorg.joda.time.DateTime,org.joda.time.DateTimeZone, andorg.joda.time.format.ISODateTimeFormat— all unchanged across 2.10 → 2.14 (that range is additive: new TZDB data,Instant/Durationconveniences, no removals or renames in the used surface).Gate
main@ 3037fa5)spotlessCheckgreen;spotlessApplyproduced no changes.Pre-existing on base, not addressed here
jacocoTestCoverageVerificationfails withinstructions covered ratio is 0.33, but expected minimum is 0.80. This is identical on untouchedmain(recorded in the phase-0 baseline) and CI excludes the task (./gradlew clean test -x jacocoTestCoverageVerification). Threshold not lowered, no coverage-padding tests added.src/test/java/io/spring/selenium) run under the separateseleniumTestTestNG task and are not part of this gate.Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/e7348497252c43919c18d4746e886242
Requested by: @mbatchelor81