JinwooHwang opened a new pull request, #7949:
URL: https://github.com/apache/geode/pull/7949

   ## Summary
   This PR upgrades the Apache Commons IO library from version 2.18.0 to 2.19.0 
to incorporate the latest bug fixes and improvements.
   
   ## Changes
   This upgrade updates the Commons IO dependency across the entire Geode 
project:
   
   ### Dependency Management
   - 
**`build-tools/geode-dependency-management/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy`**
     - Updated `commons-io.version` from `2.18.0` to `2.19.0`
   
   ### Test Resources
   Updated expected dependency versions in integration test resources to 
reflect the new Commons IO version:
   
   - **`boms/geode-all-bom/src/test/resources/expected-pom.xml`**
     - Updated expected Commons IO version in generated POM
   
   - **`geode-assembly/src/integrationTest/resources/assembly_content.txt`**
     - Updated jar filename from `commons-io-2.18.0.jar` to 
`commons-io-2.19.0.jar`
   
   - 
**`geode-assembly/src/integrationTest/resources/gfsh_dependency_classpath.txt`**
     - Updated jar filename in gfsh classpath expectations
   
   - 
**`geode-server-all/src/integrationTest/resources/dependency_classpath.txt`**
     - Updated jar filename in server-all classpath expectations
   
   ## Testing
   All changes have been validated:
   
   ✅ **Build Tasks**: `./gradlew build`
   - Build successful
   - Javadoc generation successful
   - Code formatting checks (spotlessCheck) passed
   - License header checks (rat) passed
   - POM validation (checkPom) passed
   - Dependency resolution successful
   - Static code analysis (pmdMain) passed
   
   ✅ **Tests**: `./gradlew test`
   - All unit tests passed
   
   ## Compatibility
   This is a minor version upgrade within the same major version (2.x), 
maintaining backward compatibility. Commons IO 2.19.0 includes:
   - Bug fixes and performance improvements
   - No breaking API changes
   - Continued Java 8+ compatibility
   
   ## Related
   This PR follows the same pattern as previous Commons IO upgrades in the 
project (e.g., PR #7943).
   
   ## Files Changed
   - 5 files changed
   - 5 insertions(+), 5 deletions(-)
   
   
   <!-- Thank you for submitting a contribution to Apache Geode. -->
   
   <!-- In order to streamline review of your contribution we ask that you
   ensure you've taken the following steps. -->
   
   ### For all changes, please confirm:
   - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in 
the commit message?
   - [x] Has your PR been rebased against the latest commit within the target 
branch (typically `develop`)?
   - [x] Is your initial contribution a single, squashed commit?
   - [x] Does `gradlew build` run cleanly?
   - [ ] Have you written or updated unit tests to verify your changes?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   


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

Reply via email to