Yoann Rodière

Results 404 comments of Yoann Rodière

(I don't have push access though, so someone else will have to take care of merging)

I'm not sure how to reproduce this problem. A far as I can see, the current code will log an error, but it will carry on and interpret `base` as...

> Byte Buddy cannot really override bridges the same way Understood. That's fine by me; I mentioned this because that seemed strange, but that doesn't affect me as I don't...

Note this is preventing us from enabling batch fetching by default for Hibernate Reactive in Quarkus; I ended up enabling it by default for Hibernate ORM only: https://github.com/quarkusio/quarkus/pull/16926

From the comments, it seems this code path is taken when an association has a dedicated collection table. In my case it was a one-to-many, but without a `mappedBy`, so...

> I would like us to keep one client per installation as I want to make sure no information leak. We have to anyway as each installation would require a...

@xstefank thanks, assigned to you then :)

IMO if you need to change DB credentials without downtime, you should have a load-balancer (or similar indirection) in front of your app, allowing you to simply spawn a new...

@marko-bekhta We just merged an upgrade to Hibernate ORM 6.4.5 in Quarkus. Snapshots of Quarkus should get deployed by tomorrow 2AM UTC. Testing may be easier now? Here are instructions...

Thanks for reporting. The syntax is `quarkus.elasticsearch.devservices.container-env."http.cors.allow-origin"=*`. Your configuration is wrong and the error message is right. Documentation is clearly lacking and should include an example, though.