Bump commons-text to 1.15.0 and commons-lang3 to 3.20.0#230
Merged
tonygermano merged 2 commits intoOpenIntegrationEngine:mainfrom Dec 26, 2025
Merged
Bump commons-text to 1.15.0 and commons-lang3 to 3.20.0#230tonygermano merged 2 commits intoOpenIntegrationEngine:mainfrom
tonygermano merged 2 commits intoOpenIntegrationEngine:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Apache Commons dependencies across all modules: bumping commons-text from 1.10.0 to 1.15.0 and commons-lang3 from 3.13.0 to 3.20.0. The update also adds the previously missing commons-text classpath entry to the donkey module's IDE configuration.
- Updated commons-text from 1.10.0 to 1.15.0 across all modules
- Updated commons-lang3 from 3.13.0 to 3.20.0 across all modules
- Added missing commons-text classpath entry to donkey/.classpath for IDE support
Reviewed changes
Copilot reviewed 8 out of 30 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| server/build.xml | Updated Class-Path attribute with new versions of commons-lang3 (3.20.0) and commons-text (1.15.0) |
| server/.classpath | Updated library references to commons-lang3-3.20.0.jar and commons-text-1.15.0.jar |
| manager/ant-build.xml | Updated Class-Path attribute with new versions of commons-lang3 (3.20.0) and commons-text (1.15.0) |
| manager/.classpath | Updated library references to commons-lang3-3.20.0.jar and commons-text-1.15.0.jar |
| generator/.classpath | Updated library reference to commons-lang3-3.20.0.jar |
| donkey/.classpath | Updated library reference to commons-lang3-3.20.0.jar and added missing commons-text-1.15.0.jar entry |
| command/.classpath | Updated library reference to commons-lang3-3.20.0.jar |
| client/.classpath | Updated library references to commons-lang3-3.20.0.jar and commons-text-1.15.0.jar |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mgaffigan
approved these changes
Dec 25, 2025
kayyagari
approved these changes
Dec 26, 2025
gibson9583
approved these changes
Dec 26, 2025
Contributor
gibson9583
left a comment
There was a problem hiding this comment.
LGTM - no issues found in build
Signed-off-by: Tony Germano <tony@germano.name>
This commit also adds the library to `donkey/.classpath` for IDE support. Depends on commons-lang3-3.20.0 Signed-off-by: Tony Germano <tony@germano.name>
d287b8c to
cccc181
Compare
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.
This commit also adds commons-text to
donkey/.classpathfor IDE support. This was missing when the library was added to donkey in #48 .https://mvnrepository.com/artifact/org.apache.commons/commons-text/1.15.0
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.20.0
Related to PR #219 and issue #218