John Hardin commented on Bug HHH-7398

I've finally gotten back to this issue, and am able to build hibernate-core without issue. I re-retrieved my git repository (via "git clone ..."), and have applied my changes.

Here's the output from "git status" (which is also attached):

$ git status

  1. On branch master
  2. Changes not staged for commit:
  3. (use "git add <file>..." to update what will be committed)
  4. (use "git checkout – <file>..." to discard changes in working directory)
    #
  5. modified: hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java
  6. modified: hibernate-core/src/test/java/org/hibernate/test/fileimport/MultiLineImportFileTest.java
  7. modified: hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
    #
    no changes added to commit (use "git add" and/or "git commit -a")

As you can see, I'm pointing to master branch.

I've also attached the output from "git diff -u -w", and my build output (executing "./gradlew clean hibernate-core:build") which succeeds. (You'll note there are changes to MultiLineImportFileTest.java (commented out an assertion) because that test is failing for inexplicable reasons.)

Is there a better way I can provide the patch? Please let me know.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira