FrameworkBenchmarks icon indicating copy to clipboard operation
FrameworkBenchmarks copied to clipboard

[Ktor] Latest Ktor, serializer, html dsl versions

Open inemtsev opened this issue 1 year ago • 3 comments

Updated all Ktor tests to use latest versions and JVM 17.

Kotlin 1.6.21 -> 1.9.22 Ktor 2.0.1 -> 2.3.11 Kotlinx Serializer 1.3.2 -> 1.6.3 Kotlinx Html 0.7.3 -> 0.11.0

JVM 11 -> 17

inemtsev avatar Jun 20 '24 15:06 inemtsev

Looks much more up-to-date. Ready to merge.

inemtsev avatar Jun 22 '24 14:06 inemtsev

Modernized other Ktor-related apps to use the same JVM version and latest dependencies, fixed breaking changes

inemtsev avatar Jun 29 '24 07:06 inemtsev

reactivepg-client test is redundant because that library has evolved into pg-client, and there is already a test for that. I removed it, I think worthy cleanup (haven't been touched in 5 years)

inemtsev avatar Jun 29 '24 13:06 inemtsev

Should be ready for tests, runs fine on my machine 😛

inemtsev avatar Jun 30 '24 12:06 inemtsev

I fixed the config, ready to go

inemtsev avatar Jul 03 '24 04:07 inemtsev

My apologies, there was more cleanup required to remove legacy test. Should be good now 👍

inemtsev avatar Jul 08 '24 15:07 inemtsev

No worries!

NateBrady23 avatar Jul 08 '24 16:07 NateBrady23