Skip to content
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

CRaC to Java 21 #209

Merged
merged 7 commits into from
Oct 12, 2023
Merged

CRaC to Java 21 #209

merged 7 commits into from
Oct 12, 2023

Conversation

timyates
Copy link
Contributor

@timyates timyates commented Oct 6, 2023

These are the things that need to change to build with Java 21 on CI

  • Kapt doesn't support Java 21 (and probably wont), so Kotlin modules are excluded for 21+
  • A new test module was added that is identical to test-suite-kotlin but using KSP
  • Set the source levels to 17 for the ksp module (as Kotlin itself currently fails on Java 21)
  • Updated to Gradle 8.4
  • Added v21 to the CI runner matrix

@sdelamo sdelamo changed the title Java 21 spike CRaC to Java 21 Oct 6, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sdelamo sdelamo merged commit 34ed8a2 into master Oct 12, 2023
9 checks passed
@sdelamo sdelamo deleted the java-21-spike branch October 12, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants