Re: [hibernate-dev] ConnectionObserver

2019-08-21 Thread Sanne Grinovero
Thanks all! Will incorporate these changes in my upcoming perfomance PR. On Wed, 21 Aug 2019 at 19:30, Steve Ebersole wrote: > > I'm fine with deprecating and removing. > > WRT changing `List` to just `ConnectionObserver` rather > we'd want to change it to `ConnectionObserverStatsBridge` to avo

Re: [hibernate-dev] ConnectionObserver

2019-08-21 Thread Steve Ebersole
I'm fine with deprecating and removing. WRT changing `List` to just `ConnectionObserver` rather we'd want to change it to `ConnectionObserverStatsBridge` to avoid the polymorphic call overhead. But otherwise I agree with everything On Tue, Aug 20, 2019 at 3:51 PM Gail Badner wrote: > In 4.2 an