Dennis Effing
Dennis Effing
@jonatan-ivanov Do you have working workarounds to disable every Observation that was triggered through a specific HTTP endpoint for WebFlux as well? ☺️
@capricorn86 I think this issue still exists _if_ the submit button is not inside of the actual `` tag using HTML5. Check out the following reproducible sample: https://stackblitz.com/edit/vitejs-vite-zhgfzj?file=src%2FApp.jsx Run the...
We have a similar (small) issue where this would have been helpful as well.
Strimzi should also support cert-manager as CA.
Are there any plans on updating the image, fixing this issue or did you abandon this project?
Thanks for the fast answer! I didn't even realize they offer their own docker images, so I guess this project is kind of redundant now.
@odrotbohm I tried includind a `WebTestClient` in an integration test using `@ApplicationModuleTest` like this: ```kotlin @ApplicationModuleTest @AutoConfigureWebTestClient class HabitControllerIntegrationTest { @Autowired private lateinit var webTestClient: WebTestClient @Test fun `should return...
Thank you for pointing me to the `WebTestClientContextCustomizer`, I didn't know how the `@AutoConfigureWebTestClient` annotation works internally. I totally agree with you that it should™ only work with `webEnvironment=RANDOM_PORT /...
Wow you are fast. 😄 ❤️ As luck would have it, I set up a sample project today anyways to evaluate Spring Modulith for us. Here it is: https://github.com/denniseffing/spring-modulith-test Oh...
Well I guess this explains why the Spring Modulith reference is Java/Maven only, considering almost all Spring references have documentation samples for Kotlin and Gradle as well. 😄 But no...