Re: [hibernate-dev] WildFly tests with ByteBuddy enhancement are failing

2019-03-28 Thread Gail Badner
PR: https://github.com/hibernate/hibernate-orm/pull/2825 On Thu, Mar 28, 2019 at 1:49 PM Gail Badner wrote: > Hi Guillaume, > > I've confirmed that my fix gets the WildFly tests to pass. I've created > https://hibernate.atlassian.net/browse/HHH-13343. > > I'm not sure I understand what you are s

Re: [hibernate-dev] WildFly tests with ByteBuddy enhancement are failing

2019-03-28 Thread Gail Badner
Hi Guillaume, I've confirmed that my fix gets the WildFly tests to pass. I've created https://hibernate.atlassian.net/browse/HHH-13343. I'm not sure I understand what you are suggesting by "default behavior". My proposed fix implements a ClassFileLocator checks if the bytecode Hibernate is attem

Re: [hibernate-dev] WildFly tests with ByteBuddy enhancement are failing

2019-03-28 Thread Guillaume Smet
Hi Gail, Thanks for looking into this. Your commit is interesting as we had people in Quarkus complaining about the fact that it was not possible to chain the ORM enhancer after other enhancers as it didn't consider the provided bytes as the "source" to consider. I wonder if what you did (i.e. c