mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #295] [MERGED] Clean up http-client changes #492
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/295
Author: @bioball
Created: 3/6/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @bioball
Base:
main← Head:http-client-cleanup📝 Commits (3)
b6e153dClean up http-client changes5b9eba0Address PR comments0d2601eSwitch to creating symlinks for creating historical distributions📊 Changes
7 files changed (+84 additions, -66 deletions)
View changed files
📝
pkl-core/src/main/java/org/pkl/core/http/HttpClientBuilder.java(+9 -8)📝
pkl-core/src/main/java/org/pkl/core/service/ExecutorSpiImpl.java(+12 -5)📝
pkl-core/src/main/java/org/pkl/core/util/Exceptions.java(+2 -4)📝
pkl-core/src/test/kotlin/org/pkl/core/http/HttpClientTest.kt(+25 -24)📝
pkl-core/src/test/kotlin/org/pkl/core/util/ExceptionsTest.kt(+2 -2)📝
pkl-executor/pkl-executor.gradle.kts(+24 -7)📝
pkl-executor/src/test/kotlin/org/pkl/executor/EmbeddedExecutorTest.kt(+10 -16)📄 Description
IoUtils.getPklHomeDirin HttpClientBuilder(CC @translatenix)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.