Yoann Rodière

Results 404 comments of Yoann Rodière

> We can't convert a lazy proxy to "null" on initialization if we discover the _one element it's pointing to didn't actually exist. Right. Though that's only a problem for:...

> Good! If you think it might help, I can start by coding Hibernate.isInitialized tests with and without Bytecode Enhancement in Envers at hibernate-orm (5.6 or main branch ?) For...

Thanks. > Is this going to be backported to 5.6? We'll have to check how likely this is to cause regressions, but probably, yes.

Thanks for the heads-up, yes we should close this ticket. Regarding making `*ToOne` associations lazy, as we mentioned earlier, that's only possible in very specific cases (`optional = false`, ...)....

Hey @bitwiseman , thanks for allowing the CI build. It looks like the build passes, for this PR as well as for my two other PRs (#1524, #1525). I'll be...

Great to see that @bitwiseman , thanks! We're already using it in production :) I opened #1531 to address the javadoc issue.

Thanks. LGTM, feel free to merge once CI passes. I re-launched CI to execute all builds (JDK8, ...): https://ci.hibernate.org/blue/organizations/jenkins/hibernate-search/detail/PR-3266/3/pipeline

Thanks for reporting, we'll have a look. I suspect @Sanne will have a strong opinion :) Until this gets supported, feel free to force the setting through [`quarkus.hibernate-orm.unsupported-properties`](https://quarkus.io/guides/hibernate-orm#quarkus-hibernate-orm_quarkus.hibernate-orm.unsupported-properties-full-property-key). Maybe it...

> Because I can't. Do you need a reproducer? No, this is expected behavior. > Does "build-time config" means I can't set this property from external sources like Vault? Build-time...