mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #234] [MERGED] Support building with JDK 21 #470
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/234
Author: @odenix
Created: 2/22/2024
Status: ✅ Merged
Merged: 4/12/2024
Merged by: @bioball
Base:
main← Head:jdk-21📝 Commits (1)
5ab72f3Support building with JDK 21📊 Changes
13 files changed (+69 additions, -35 deletions)
View changed files
📝
.circleci/config.pkl(+4 -0)📝
.circleci/config.yml(+33 -0)📝
.circleci/jobs/GradleCheckJob.pkl(+1 -1)📝
buildSrc/src/main/kotlin/BuildInfo.kt(+1 -2)📝
buildSrc/src/main/kotlin/GradleVersionInfo.kt(+4 -4)📝
gradle/libs.versions.toml(+1 -1)📝
patches/graalVm23.patch(+1 -1)📝
pkl-codegen-java/src/test/kotlin/org/pkl/codegen/java/CliJavaCodeGeneratorTest.kt(+9 -10)📝
pkl-core/src/main/java/org/pkl/core/resource/ResourceReaders.java(+1 -2)📝
pkl-core/src/main/java/org/pkl/core/util/IoUtils.java(+4 -4)📝
pkl-core/src/test/kotlin/org/pkl/core/util/HttpUtilsTest.kt(+4 -5)📝
pkl-core/src/test/kotlin/org/pkl/core/util/IoUtilsTest.kt(+4 -4)📝
pkl-tools/src/dummy/java/org/pkl/tools/Empty.java(+2 -1)📄 Description
JDK 21 is an LTS release that reached GA in September 2023.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.