Stefano Cordio
Stefano Cordio
The more I think about it, the more I feel like a solution might require a level of complexity that doesn't justify the gain... I mentioned as a deliverable: >...
> If `StringToBytesConverter` would just implement `ArgumentConverter` instead of `TypedArgumentConverter`, it could allow `byte[]` to pass through, right? First and foremost, I apologize for mixing up two things. I mentioned:...
According to [this pipeline execution](https://github.com/assertj/assertj/actions/runs/19196508553/job/54878251896), 2.0.21 fails with: ``` [INFO] --- kotlin:2.0.21:test-compile (default) @ assertj-core-kotlin --- [ERROR] java.lang.IllegalArgumentException: 25.0.1 at com.intellij.util.lang.JavaVersion.parse(JavaVersion.java:307) at com.intellij.util.lang.JavaVersion.current(JavaVersion.java:176) at org.jetbrains.kotlin.cli.jvm.modules.JavaVersionUtilsKt.isAtLeastJava9(javaVersionUtils.kt:11) at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem.globalJrtFsCache$lambda$2(CoreJrtFileSystem.kt:83) at org.jetbrains.kotlin.cli.jvm.modules.CoreJrtFileSystem.globalJrtFsCache$lambda$3(CoreJrtFileSystem.kt:74) ```...
Hi @fahmikudo, regarding https://github.com/scordio/spring-batch-notion/issues/37#issuecomment-2454026113: > Interested > Can you explain which part needs to be improved integration test? Or maybe there is an explanatory document? > Maybe if I have...
There is now a [new Notion API version](https://developers.notion.com/docs/upgrade-guide-2025-09-03) that impacts database queries.
Hi @vlsi, besides soft assertions, do you have other AssertJ features in mind where you see the benefit of a Kotlin-first API?
Got it, thanks for the feedback!
Indeed, @meistermeier – I wasn't thinking about checking if the SDN version was the latest available. To guarantee interoperability, I let Spring Boot drive all the dependency versions in the...
Raised #158.
We might want to wait for #159 before releasing.