JinwooHwang-SAS opened a new pull request, #7918:
URL: https://github.com/apache/geode/pull/7918
### Summary
- Updates only the recorded dependency snapshot resource files to reflect
current resolved versions of commons-logging (1.3.5) and snappy (0.5):
- gfsh_dependency_classpath.txt
- dependency_classpath.txt
### Rationale
- These files are used by integration / classpath verification tests. The
build already resolves commons-logging-1.3.5.jar and snappy-0.5.jar; snapshots
were stale and caused (or could cause) false negatives when asserting expected
runtime artifacts. This PR aligns the snapshot expectations with the actual
dependency graph without altering any Gradle build logic or constraints.
### Scope of Change
- Replaced old commons-logging line with: commons-logging-1.3.5.jar
- Replaced old snappy line with: snappy-0.5.jar
- No other ordering or entries modified.
### Out of Scope
- No edits to build scripts, dependency constraints, BOMs, exclusions, or
published artifacts.
- No code changes in compression or logging subsystems.
### Risk Minimal
- passive test resource update; does not affect runtime packaging or
published artifacts.
### Validation
1. Ran ./gradlew build (success).
2. Confirmed the two updated jar names exist in assembled distribution lib/
and on the resolved test classpath.
3. Ensured no duplicate older versions remain (grep for commons-logging-1.*
/ snappy-0.* in classpath output).
### Reviewer Notes
- Diff should show only two single-line substitutions (one per artifact per
file). Verify no whitespace noise.
<!-- Thank you for submitting a contribution to Apache Geode. -->
<!-- In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
-->
### For all changes:
- [ ] Is there a JIRA ticket associated with this PR? Is it referenced in
the commit message?
- [ ] Has your PR been rebased against the latest commit within the target
branch (typically `develop`)?
- [ ] 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)?
<!-- Note:
Please ensure that once the PR is submitted, check Concourse for build
issues and
submit an update to your PR as soon as possible. If you need help, please
send an
email to [email protected].
-->
--
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]