Skip to content

Bump commons-text to 1.15.0 and commons-lang3 to 3.20.0 - #230

Merged
tonygermano merged 2 commits into
OpenIntegrationEngine:mainfrom
tonygermano:update-commons-text
Dec 26, 2025
Merged

Bump commons-text to 1.15.0 and commons-lang3 to 3.20.0#230
tonygermano merged 2 commits into
OpenIntegrationEngine:mainfrom
tonygermano:update-commons-text

Conversation

@tonygermano

@tonygermanotonygermano commented Dec 22, 2025

Copy link
Copy Markdown
Member

This commit also adds commons-text to donkey/.classpath for IDE support. This was missing when the library was added to donkey in #48 .

  • commons-lang3-3.20.0 is a dependency of commons-text-1.15.0
  • commons-lang3-3.20.0 has no dependencies

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

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
FileDescription
server/build.xmlUpdated Class-Path attribute with new versions of commons-lang3 (3.20.0) and commons-text (1.15.0)
server/.classpathUpdated library references to commons-lang3-3.20.0.jar and commons-text-1.15.0.jar
manager/ant-build.xmlUpdated Class-Path attribute with new versions of commons-lang3 (3.20.0) and commons-text (1.15.0)
manager/.classpathUpdated library references to commons-lang3-3.20.0.jar and commons-text-1.15.0.jar
generator/.classpathUpdated library reference to commons-lang3-3.20.0.jar
donkey/.classpathUpdated library reference to commons-lang3-3.20.0.jar and added missing commons-text-1.15.0.jar entry
command/.classpathUpdated library reference to commons-lang3-3.20.0.jar
client/.classpathUpdated 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.

@gibson9583gibson9583 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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>
@tonygermano
tonygermano merged commit cccc181 into OpenIntegrationEngine:mainDec 26, 2025
2 checks passed
@tonygermano
tonygermano deleted the update-commons-text branch December 26, 2025 13:52
Sign up for freeto 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.

5 participants

@tonygermano@kayyagari@gibson9583@mgaffigan