Davin Kevin
                                            Davin Kevin
                                        
                                    I have to drop this plugin due to its incompatibility with Gradle 8.0, with the following error: ``` * What went wrong: | Â Â | An exception occurred applying plugin request...
+1 on this one, especially to use `kover` instead of Jacoco
👋 /unstale
+1 with intelliJ, Spring-Boot 1.2.3 (same version of springloaded, Oracle JDK 1.8.40 on Mac OS X 10.10) and with the parameters used in the following tutorial : http://byorns.blogspot.fr/2015/03/how-to-hot-deploy-spring-mvc-spring.html When I...
Small up because with all evolutions in Java 17 and 21 now, just using Jackson with the java client is something I do a lot, in addition with `native` compilation...
I did that in Kotlin: ```kotlin class JsonBody { companion object { val defaultObjectMapper = ObjectMapper().findAndRegisterModules()!! fun publisher(body: Any, objectMapper: ObjectMapper? = null): BodyPublisher { val mapper = objectMapper ?:...
+1 with also round-robin to prevent rate limiting
Thank you for the solution, it works like a charm!
The solution proposed doesn't work with tools like `asdf` 😓. I'm still looking for simple solution for this 😇