-
Notifications
You must be signed in to change notification settings - Fork 472
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
JDK 22 migraiton #775
JDK 22 migraiton #775
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev4 #775 +/- ##
============================================
+ Coverage 70.32% 70.34% +0.02%
- Complexity 2951 2988 +37
============================================
Files 346 347 +1
Lines 15392 15586 +194
Branches 1736 1771 +35
============================================
+ Hits 10824 10964 +140
- Misses 3728 3767 +39
- Partials 840 855 +15 ☔ View full report in Codecov by Sentry. |
…Mostly useful for not killing workspace reading when looking at embedded files.
For cases like Jar2Exe
What's new
Migrate to JDK 22. Blocked on Col-E/LL-Java-Zip#28
Pros:
Cons:
ReflectUtil
at some point..