-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(guava): update guava
→ 33.4.x
#300
Conversation
repository/com/google/guava/guava/33.4.0-jre-jpms/guava-33.4.0-jre-jpms.pom
Show resolved
Hide resolved
repository/com/google/guava/guava/33.4.0-jre-jpms/guava-33.4.0-jre-jpms.pom
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #300 +/- ##
=======================================
Coverage 91.26% 91.26%
=======================================
Files 32 32
Lines 7419 7419
Branches 442 442
=======================================
Hits 6771 6771
Misses 639 639
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
9eb3560
to
a6f7b25
Compare
repository/dev/javamodules/jpms-catalog/1.0.10/jpms-catalog-1.0.10.module.asc.sha1
Outdated
Show resolved
Hide resolved
repository/dev/javamodules/jpms-catalog/1.0.10/jpms-catalog-1.0.10.toml
Outdated
Show resolved
Hide resolved
repository/dev/javamodules/jpms-platform/1.0.10/jpms-platform-1.0.10.module
Outdated
Show resolved
Hide resolved
repository/dev/javamodules/jpms-platform/1.0.10/jpms-platform-1.0.10.pom
Outdated
Show resolved
Hide resolved
68d0910
to
fc3dc3b
Compare
Updates the JPMS-enabled version of Guava to the current latest release (33.4.x), and patches the `gson` dependency to build against patched Guava during integration testing. - feat(guava): update `guava` → `33.4.0` (trunk) - fix: usage of `mvnw` on linux while building bom - test: patch `gson` for testing guava integration - chore: update `gson` to latest mainline revision - chore: bump and rebuild catalog tools → `1.0.10` - chore: update gradle catalog versions + lib pins Signed-off-by: Sam Gammon <[email protected]>
fc3dc3b
to
d7f1539
Compare
Summary
Updates the JPMS-enabled version of Guava to the current latest release (33.4.x), and patches the
gson
dependency to build against patched Guava during integration testing.Relates to sgammon/guava#43 and google/guava#7094.
Changelog
gson
to latest mainline revisionmvnw
on linux while building bomgson
for testing guava integration