Branch: refs/heads/bug/HHH-11502-NPE-In-ModelBinder
Home:
https://github.com/hibernate/hibernate-orm
Commit: e866503f9b66d64ca945e8c981c07eb9068a8479
https://github.com/hibernate/hibernate-orm/commit/e866503f9b66d64ca945e8c...
Author: Russ Tennant <russ(a)venturetech.net>
Date: 2017-02-17 (Fri, 17 Feb 2017)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/boot/model/source/internal/hbm/AnnotationEntity.java
A
hibernate-core/src/test/java/org/hibernate/boot/model/source/internal/hbm/HBMEntity.java
A
hibernate-core/src/test/java/org/hibernate/boot/model/source/internal/hbm/HBMManyToOneAnnotationMissingPrimaryKeyTest.java
A
hibernate-core/src/test/resources/org/hibernate/boot/model/source/internal/hbm/HBMEntity.hbm.xml
Log Message:
-----------
Test case for HHH-11502
Commit: 1004caa3d71b0d892cb4a7b4848e03ac0272428c
https://github.com/hibernate/hibernate-orm/commit/1004caa3d71b0d892cb4a7b...
Author: Chris Cranford <chris(a)hibernate.org>
Date: 2017-02-27 (Mon, 27 Feb 2017)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
Log Message:
-----------
HHH-11502 - Fix NPE.
Compare:
https://github.com/hibernate/hibernate-orm/compare/e866503f9b66^...1004ca...