Changed: kaml now uses snakeyaml-engine-kmp for all targets, rather than using SnakeYAML for the JVM and snakeyaml-engine-kmp for JS. (#507 - thanks to @krzema12 and @aSemy for the PR)
As snakeyaml-engine-kmp is a port of SnakeYAML to multiplatform Kotlin, there should be no major behaviour differences.
⚠️ Breaking change: Yaml.decodeFromStream() no longer supports anything other than UTF-8 streams, as this is not supported by Okio. If this is a problem for you, please open an issue to discuss your use case.
Updated: use Okio 3.8.0
Updated: use kotlinx.serialization 1.6.3
Updated: use Kotlin 1.9.23
Updated: use snakeyaml-engine-kmp 2.7.3
Commits
24e1c02 Merge pull request #507 from krzema12/convert-jvm-to-use-kmp
Bumps the all-deps group with 10 updates:
1.5.3
1.5.6
0.57.0
0.58.0
1.12.3
1.12.5
2.3.9
2.3.10
2.3.9
2.3.10
2.3.9
2.3.10
2.3.9
2.3.10
2.3.9
2.3.10
2.3.9
2.3.10
2.3.9
2.3.10
Updates
ch.qos.logback:logback-classic
from 1.5.3 to 1.5.6Commits
7812a55
prepare release 1.5.6759fc25
fix issues/805 i.e. LOGBACK-1768, included file with inner conditional3d55638
start work on 1.5.6-SNAPSHOTa91d2b6
notes about javadocsc7c5e89
prepare release 1.5.57db8797
upgrade build to slf4j 2.0.13f9c04d2
test inclusion with conditionalsf32ed30
remove support for metaannotations for NoAutoStart annotation4476edd
Search for@NoAutoStart
annotations in ancestor hierarchy, implemented interf...a649c60
rename IncludeActionTest as IncludeModelHandlerTestUpdates
com.charleskorn.kaml:kaml
from 0.57.0 to 0.58.0Release notes
Sourced from com.charleskorn.kaml:kaml's releases.
Commits
24e1c02
Merge pull request #507 from krzema12/convert-jvm-to-use-kmpcfc2a74
update yarn.lock45fd53c
convert BufferDataWriter to BufferedSinkDataWriter, which avoids creating an ...d95367c
Merge remote-tracking branch 'forks/krzema12/convert-jvm-to-use-kmp' into con...d9c1821
renameparseToYamlNodeFromSource()
toparseToYamlNode()
861c1b9
Update actions/setup-java action to v4.2.12965573
Update actions/setup-java action to v4.2.0011f6e4
Merge branch 'main' into convert-jvm-to-use-kmp147a9b5
Update dependency com.squareup.okio:okio to v3.9.0190a481
Update softprops/action-gh-release action to v2.0.4Updates
io.micrometer:micrometer-registry-prometheus
from 1.12.3 to 1.12.5Release notes
Sourced from io.micrometer:micrometer-registry-prometheus's releases.
Commits
52d1d12
Merge branch '1.11.x' into 1.12.xf24e045
Merge branch '1.9.x' into 1.11.x649e03b
Bump com.gradle.enterprise from 3.16.2 to 3.1756df9a7
Bump org.aspectj:aspectjweaver from 1.9.21.1 to 1.9.22 (#4929)d330240
Bump org.mongodb:mongodb-driver-sync from 4.11.1 to 4.11.2 (#4939)0b8eef2
Merge branch '1.11.x' into 1.12.x6c3e95c
Merge branch '1.9.x' into 1.11.x0b69986
Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.691 to 1.12.696 (#4927)9245116
Bump com.netflix.spectator:spectator-reg-atlas from 1.7.8 to 1.7.11 (#4925)80063c3
Bump io.projectreactor:reactor-bom from 2022.0.16 to 2022.0.17 (#4900)Updates
io.ktor:ktor-server-content-negotiation
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-serialization-kotlinx-json
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
Changelog
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-status-pages
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-status-pages's releases.
Changelog
Sourced from io.ktor:ktor-server-status-pages's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-core
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-core's releases.
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-netty
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-metrics-micrometer
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-metrics-micrometer's releases.
Changelog
Sourced from io.ktor:ktor-server-metrics-micrometer's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-server-test-host
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-server-test-host's releases.
Changelog
Sourced from io.ktor:ktor-server-test-host's changelog.
Commits
f8f8fe8
Add changelog for 2.3.10 (#4019)2cd05c6
KTOR-6850 Fix the query parameters object for each engine but Netty t… (#4015)dc0d311
KTOR-6839 Fix double logging response in CallLogging (#4016)4b0ed38
KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (#4009)28f1d00
KTOR-6883 Add callbacks before waiting for connection establishment to preven...df04b16
KTOR-5383 Fix parsing server host and port when using NettyConnection… (#4014)7d3f6a9
[ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...9b69332
Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...182386a
KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (#4008)0c0e0a3
KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (#4007)Updates
io.ktor:ktor-serialization-kotlinx-json
from 2.3.9 to 2.3.10Release notes
Sourced from io.ktor:ktor-serialization-kotlinx-json's releases.
Changelog
Sourced from io.ktor:ktor-serialization-kotlinx-json's changelog.
Commits
f8f8fe8
... _Description has been truncated_