ajaypaul-ibm commented on code in PR #141:
URL: https://github.com/apache/openjpa/pull/141#discussion_r2735344650
##########
pom.xml:
##########
@@ -506,9 +506,9 @@
<version>1.0.4</version>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.4</version>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
Review Comment:
Hi @ilgrosso I thought upgrading to the latest version could introduce
breaking changes or require updates to other dependencies, which could
destabilize the build and require extensive testing across the entire OpenJPA
codebase. Also the java 7 compatibility.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]