Alexey Shirmanov
Alexey Shirmanov
hello, I have detected that thanks to Spring 5 and Project Reactor more and more projects use so-called reactive approach. To be able to use an existing Launch Darkly client...
Our gradle action config looks as the following ``` - name: Setup Gradle uses: gradle/[email protected] with: gradle-version: wrapper gradle-home-cache-cleanup: true cache-read-only: false ``` so assumption is that in post-action gradle...
We use DataDog Java Test gradle plugin (Gradle version 7.3 using Open JDK 17) to report unit tests results to DataDog. Read more about it here https://docs.datadoghq.com/continuous_integration/setup_tests/java/?tab=maven As results when...
Our gradle action config looks as the following ``` - name: Setup Gradle uses: gradle/[email protected] with: gradle-version: wrapper gradle-home-cache-cleanup: true cache-read-only: false ``` so assumption is that in post-action gradle...
###### Which version and edition of Flyway are you using? 10.13.0 ###### If this is not the latest version, can you reproduce the issue with the latest one as well?...
Hello, I am creating spring-boot application (`version 2.0.1.RELEASE`) using kotlin (`1.2.41`), java 8 (Oracle's JDK `1.8.0.172`) and webflux provided by `boot:spring-boot-starter-webflux` starter. The application entry point looks like following ```...