Branch: refs/heads/5.2
Home: https://github.com/hibernate/hibernate-orm
Commit: 63e08d4ab2c9ad310e68bc9a8be2991b8885d9f7
https://github.com/hibernate/hibernate-orm/commit/63e08d4ab2c9ad310e68bc9...
Author: Klauswk <klauswk1(a)hotmail.com>
Date: 2018-04-30 (Mon, 30 Apr 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/event/spi/PersistEvent.java
Log Message:
-----------
Fix Typo in PersistEvent
Just fixing a typo i found while using Hibernate, feel free to accept or just fix in master.
Cheers.
(cherry picked from commit 83b2780)
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 83b2780482478cca6e1c2bea8b5230b5cbe492d8
https://github.com/hibernate/hibernate-orm/commit/83b2780482478cca6e1c2be...
Author: Klauswk <klauswk1(a)hotmail.com>
Date: 2018-04-30 (Mon, 30 Apr 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/event/spi/PersistEvent.java
Log Message:
-----------
Fix Typo in PersistEvent
Just fixing a typo i found while using Hibernate, feel free to accept or just fix in master.
Cheers.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: f496413effc427deb1f904de9c0057e5d733adf9
https://github.com/hibernate/hibernate-search/commit/f496413effc427deb1f9...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
M orm/src/test/java/org/hibernate/search/test/configuration/integration/DuplicationStrategyTest.java
M pom.xml
Log Message:
-----------
HSEARCH-3143 Update to Hibernate ORM 5.3.0.CR2
Commit: 134ff5c6d5f253d9dd49543151ac13ec8a3072ad
https://github.com/hibernate/hibernate-search/commit/134ff5c6d5f253d9dd49...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
R jbossmodules/hibernate-orm/assembly.xml
R jbossmodules/hibernate-orm/pom.xml
R jbossmodules/hibernate-orm/src/main/aliases/org/hibernate/core/module.xml
R jbossmodules/hibernate-orm/src/main/aliases/org/hibernate/jipijapa-hibernate5/module.xml
R jbossmodules/hibernate-orm/src/main/feature-pack-def/feature-pack-template.xml
R jbossmodules/hibernate-orm/src/main/modules/org/hibernate/core/module.xml
R jbossmodules/hibernate-orm/src/main/modules/org/hibernate/jipijapa-hibernate5/module.xml
M jbossmodules/orm/pom.xml
M jbossmodules/orm/src/main/feature-pack-def/feature-pack-template.xml
M jbossmodules/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3146 Use the feature packs produced by Hibernate ORM
Compare: https://github.com/hibernate/hibernate-search/compare/3f163d009f73...134f...
Branch: refs/heads/5.1
Home: https://github.com/hibernate/hibernate-orm
Commit: bb6524a94546e52b8d84c0baf4c48e23a3a67e17
https://github.com/hibernate/hibernate-orm/commit/bb6524a94546e52b8d84c0b...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
A hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/lock/StatementIsClosedAfterALockExceptionTest.java
Log Message:
-----------
HHH-11617 : test case
Commit: 95e3ca183109f53400a00461e2dbd96dfe9dcd22
https://github.com/hibernate/hibernate-orm/commit/95e3ca183109f53400a0046...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/lock/StatementIsClosedAfterALockExceptionTest.java
Log Message:
-----------
HHH-11617 : Change test timeout to 10 seconds
Commit: 34df2149814c544ade4f50dbd62b1439c3b8031c
https://github.com/hibernate/hibernate-orm/commit/34df2149814c544ade4f50d...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/util/jdbc/PreparedStatementProxyConnectionProvider.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/lock/StatementIsClosedAfterALockExceptionTest.java
Log Message:
-----------
HHH-11617 : Update test to work on 5.1
Commit: 0fbaac84800cd30ec5f8c526e752724fbde552ad
https://github.com/hibernate/hibernate-orm/commit/0fbaac84800cd30ec5f8c52...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/internal/AbstractLoadPlanBasedLoader.java
Log Message:
-----------
HHH-11617 - Statement leak in case of 'SQLGrammarException: could not extract ResultSet'
Commit: d6ab67ac506a8fc83e397416709bb6fe7c18666e
https://github.com/hibernate/hibernate-orm/commit/d6ab67ac506a8fc83e39741...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-04-27 (Fri, 27 Apr 2018)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/insertordering/BatchCountingPreparedStatementObserver.java
M hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingWithBidirectionalMapsIdOneToOne.java
M hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingWithBidirectionalOneToOne.java
M hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingWithMultipleManyToOne.java
M hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingWithUnidirectionalOneToOne.java
M hibernate-core/src/test/java/org/hibernate/test/querytimeout/QueryTimeOutTest.java
R hibernate-core/src/test/java/org/hibernate/test/util/jdbc/BasicPreparedStatementObserver.java
R hibernate-core/src/test/java/org/hibernate/test/util/jdbc/PreparedStatementObserver.java
R hibernate-core/src/test/java/org/hibernate/test/util/jdbc/PreparedStatementProxyConnectionProvider.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/lock/StatementIsClosedAfterALockExceptionTest.java
A hibernate-testing/src/main/java/org/hibernate/testing/jdbc/BasicPreparedStatementObserver.java
A hibernate-testing/src/main/java/org/hibernate/testing/jdbc/PreparedStatementObserver.java
A hibernate-testing/src/main/java/org/hibernate/testing/jdbc/PreparedStatementProxyConnectionProvider.java
Log Message:
-----------
HHH-11617 : Move helpers to hibernate-testing so tests in hibernate-entitymanager can access them
Compare: https://github.com/hibernate/hibernate-orm/compare/f507a5bd7256...d6ab67a...