Christian Beikov
Christian Beikov
Superseded by https://github.com/hibernate/hibernate-orm/pull/8323
Sorry, but we only backport critical bug fixes at this point. Read more about this on the [5.6 release page](https://hibernate.org/orm/releases/5.6/) or the [maintenance policy page](https://hibernate.org/community/maintenance-policy/).
If you are a Red Hat customer, then you can request a backport through support channels. The maintenance policy is quite clear, so if you want to stick to community...
This will have to wait until https://github.com/hibernate/hibernate-orm/pull/7735 is merged. Also, @sebersole mentioned that he dislikes the annotation member name. Let's wait what he proposes as alternative.
After todays team discussion, we concluded that we prefer the `applyToLoadByKey` member name. We decided that it is best to always apply filters on finds, regardless of whether it is...
Could you please rename the annotation member and do a rebase @gregoriopalama ? I'll take care of implementing the part about > apply the same technique that we use for...
The rebase didn't work as you can see on the UI based on the message about conflicting files. You need to `git fetch` from the "upstream" repository https://github.com/hibernate/hibernate-orm first, then...
IMO we should not concern ourselves with problems with deprecated datatypes that can be worked around with a JDBC URL flag.
Please rebase