[PR #234] [MERGED] Support building with JDK 21 #470

Closed
opened 2025-12-30 01:24:40 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: jdk-21


📝 Commits (1)

  • 5ab72f3 Support 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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/234 **Author:** [@odenix](https://github.com/odenix) **Created:** 2/22/2024 **Status:** ✅ Merged **Merged:** 4/12/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `jdk-21` --- ### 📝 Commits (1) - [`5ab72f3`](https://github.com/apple/pkl/commit/5ab72f35dfc280838c4dbc48c7177e9713201efb) Support building with JDK 21 ### 📊 Changes **13 files changed** (+69 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description JDK 21 is an LTS release that reached GA in September 2023. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:40 +01:00
adam closed this issue 2025-12-30 01:24:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#470