https://kotlinlang.org logo
Title
s

simon.vergauwen

04/17/2023, 2:41 PM
Was there a breaking change in
5.6.0
? All of a sudden my tests are failing with
java.lang.NoSuchMethodError
. Is there a changelog anywhere? The one on Github seems empty.
a

Adam S

04/17/2023, 2:51 PM
here’s all the commits since v5.5.5, if it helps https://github.com/kotest/kotest/compare/v5.5.5...v5.6.0 Perhaps it might be related to updating to Kotlin 1.8 https://github.com/kotest/kotest/pull/3468 or maybe something to do with JDK 17? https://github.com/kotest/kotest/commit/29aac29f5948d32008954eca2f765c806badf294
s

sam

04/17/2023, 3:06 PM
Still trying to get the release fully out before I do the changelog
j

Javier

04/17/2023, 5:18 PM
@sam currently it is possible to publish everything from one machine if that machine is macos. Maybe you can simplify the publishing workflow
s

sam

04/17/2023, 9:51 PM
thre's so many artifacts sonatype often times out mid release