what does PR integrated means?
I was asking that you basically build the Hibernate source with my pull request fix integrated. That means that you would clone the github repository for Hibernate, fetch the pull request found https://github.com/hibernate/hibernate-orm/pull/2322 into a local branch, and then rebase & merge that branch ontop of master before you build. This way you locally integrate the PR and can test it by using the built jars in your project to see if you run into any other issues or to test that I did not overlook something specific for GlassFish. Make sense? |