[hibernate-dev] Custom EventType and listeners

2020-03-04 Thread Gail Badner
There has been some discussion that it may be useful for hibernate-rx to be able to define RX-specific event types and listeners. I've created a POC [1] that adds this support. I still need to do some testing, but I would like some feedback before I spend too much time on this. Please let me

[hibernate-dev] Property using field access and has final getter/setter method

2020-03-04 Thread Gail Badner
This commit [1] for HHH-11838 [2] causes an error to get logged by ProxyFactoryHelper#validateProxyability [3] for a property that uses field access and has a corresponding final getter/setter method. The logged error does not cause any failure, and the ByteBuddyProxyFactory gets built. Should