hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-14968 - Support for auto-enabled filters

Open gregoriopalama opened this issue 1 year ago • 1 comments

https://hibernate.atlassian.net/browse/HHH-14968

gregoriopalama avatar Jan 23 '24 10:01 gregoriopalama

This looks quite good. But I would not introduce the new FilterParamResolver interface, since it's isomorphic to java.util.function.Supplier.

Sounds good. I've added the changes

gregoriopalama avatar Jan 23 '24 11:01 gregoriopalama

Any updates when it will be merged?

kingan379 avatar Feb 26 '24 22:02 kingan379

I pulled this locally and fixed a conflict. Pushed upstream as https://github.com/hibernate/hibernate-orm/commit/527beb0bdb0ca65bba076e800ea55271abe972f8

sebersole avatar Mar 20 '24 21:03 sebersole