Open Sanne opened 1 year ago
/cc @DavideD (hibernate-reactive), @gavinking (hibernate-reactive)
Looks like https://github.com/quarkusio/quarkus/pull/31947 (configurable default optimizer, defaulting to pooled-lo
) would need to be ported to Reactive as well
Looks like #31947 (configurable default optimizer, defaulting to
pooled-lo
) would need to be ported to Reactive as well
This particular issue is being addressed in #32044, but the rest isn't.
Adding: we should add the integration tests provided in https://github.com/quarkusio/quarkus/issues/32040#issuecomment-1480803506
Description
For sake of iterarive development and re-enabling CI monitoring on the Hibernate Reactive modules, we're merging pr #31454 with some pending tasks still open:
extensions/panache/hibernate-reactive-rest-data-panache/deployment/src/test/java/io/quarkus/hibernate/reactive/rest/data/panache/deployment/openapi/OpenApiIntegrationTest.java
)Implementation ideas
No response