Skip to content

Conversation

@tonygermano
Copy link
Member

@tonygermano tonygermano commented Dec 22, 2025

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

@tonygermano tonygermano requested review from a team, NicoPiel, gibson9583, jonbartels, kayyagari, mgaffigan, pacmano1 and ssrowe and removed request for a team December 22, 2025 08:20
@pacmano1 pacmano1 requested a review from Copilot December 22, 2025 14:23
Copy link

Copilot AI left a comment

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
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.

Copy link
Contributor

@gibson9583 gibson9583 left a comment

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:main Dec 26, 2025
2 checks passed
@tonygermano tonygermano deleted the update-commons-text branch December 26, 2025 13:52
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.

4 participants