Julian

Results 2 issues of Julian

The configuration class `DefaultAsyncAutoConfiguration` enables `@Async` by using `@EnableAsync`. Is this a good pattern? I didn't expected that the library for instrumenting code is activating this functionality (per default). I...

When using `quarkus`, `smallrye-open-api` and kotlin-`suspend` functions, the generated openapi file contains all `@QueryParam` definitions (from `suspend` functions) on every path level. The issue disappears when removing `allOpen { annotation("javax.ws.rs.Path")...