[PR #748] [MERGED] Convert org.pkl.core.resource POJOs to record classes #709

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

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/748
Author: @KushalP
Created: 10/29/2024
Status: Merged
Merged: 11/13/2024
Merged by: @bioball

Base: mainHead: pkl.core.resource-use-record


📝 Commits (1)

  • c065dbc Convert org.pkl.core.resource POJOs to record classes

📊 Changes

3 files changed (+14 additions, -17 deletions)

View changed files

📝 pkl-core/src/main/java/org/pkl/core/resource/Resource.java (+9 -12)
📝 pkl-core/src/main/java/org/pkl/core/runtime/ResourceManager.java (+1 -1)
📝 pkl-core/src/main/java/org/pkl/core/stdlib/base/ResourceNodes.java (+4 -4)

📄 Description

No description provided


🔄 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/748 **Author:** [@KushalP](https://github.com/KushalP) **Created:** 10/29/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `pkl.core.resource-use-record` --- ### 📝 Commits (1) - [`c065dbc`](https://github.com/apple/pkl/commit/c065dbce0768e6d8416039332eff5849139edebc) Convert `org.pkl.core.resource` POJOs to `record` classes ### 📊 Changes **3 files changed** (+14 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `pkl-core/src/main/java/org/pkl/core/resource/Resource.java` (+9 -12) 📝 `pkl-core/src/main/java/org/pkl/core/runtime/ResourceManager.java` (+1 -1) 📝 `pkl-core/src/main/java/org/pkl/core/stdlib/base/ResourceNodes.java` (+4 -4) </details> ### 📄 Description _No description provided_ --- <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:26:19 +01:00
adam closed this issue 2025-12-30 01:26:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#709