Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
WalkthroughThis PR updates the Java toolchain and build configuration in three coordinated changes. It switches the GitHub Actions CI pipeline from using the Zulu JDK distribution to Temurin for Java 25, removes explicit Azul vendor specification from the Gradle test task toolchain configuration, and bumps the WALA dependency version from 1.7.0 to 1.7.1. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1539 +/- ##
=========================================
Coverage 88.48% 88.48%
Complexity 2843 2843
=========================================
Files 103 103
Lines 9489 9489
Branches 1905 1905
=========================================
Hits 8396 8396
Misses 531 531
Partials 562 562 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WALA no longer relies on running on a JDK distribution that includes
jmodfiles, so this will make running JarInfer easier.Summary by CodeRabbit