-
Notifications
You must be signed in to change notification settings - Fork 39
chore: upgrade → jdk25 #1669
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
chore: upgrade → jdk25 #1669
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1669 +/- ##
==========================================
+ Coverage 40.60% 40.62% +0.02%
==========================================
Files 799 798 -1
Lines 37800 37774 -26
Branches 5387 5385 -2
==========================================
- Hits 15347 15344 -3
+ Misses 20628 20606 -22
+ Partials 1825 1824 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
d97c414 to
aec7212
Compare
| with: | ||
| distribution: "graalvm" | ||
| java-version: 24 | ||
| java-version: "25" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did this become a string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consistency; makes find/replace easy for version bumps, and the predominant expression was a string
packages/graalvm-kt/src/main/kotlin/elide/runtime/gvm/kotlin/KotlinLanguage.kt
Show resolved
Hide resolved
natehak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I think you should probably get a once over from someone maybe a little more familiar with the entire code base but nothing sticking out to me as wrong except for the change from int to string in the github workflow YML files.
fix: python flags for jdk25 fix: disable detekt in ci until it supports jdk25 fix: disable jvm source loader, repack truffle libs fix: add shared espresso jar fix: renamed jvm flags chore: pin/upgrade java format chore: update all relevant api pins chore: maven updates after jdk25 Signed-off-by: Sam Gammon <sam@elide.dev>
aec7212 to
b8fee54
Compare
Summary