smithy-lang / smithy-kotlin

Smithy code generator for Kotlin (in development)
Apache License 2.0
64 stars 26 forks source link

fix: support `http.nonProxyHost` JVM system property #1083

Closed lauzadis closed 2 months ago

lauzadis commented 2 months ago

This PR adds support for http.nonProxyHosts JVM system property. Previously we incorrectly supported http.noProxyHosts.

http.noProxyHosts is still supported, but http.nonProxyHosts is prioritized when both system properties are present.

Issue \

Closes https://github.com/smithy-lang/smithy-kotlin/issues/1081

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

github-actions[bot] commented 2 months ago

Affected Artifacts

Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
http-client-jvm.jar 330,656 330,607 49 0.01%
github-actions[bot] commented 2 months ago

Affected Artifacts

Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
http-client-jvm.jar 330,654 330,607 47 0.01%