Was there a breaking change in `5.6.0`? All of a s...
# kotest
s
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
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
Still trying to get the release fully out before I do the changelog
j
@sam currently it is possible to publish everything from one machine if that machine is macos. Maybe you can simplify the publishing workflow
s
thre's so many artifacts sonatype often times out mid release