This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from 2a357a7d0 TAP5-2792: fixing test failures new 6ca885159 added an entity with compound ids to TestApp0 to reproduce the problem described in TAP5-2783 new 2c48bb7a9 Fix for TAP5-2783 (NPE on init of the HibernateModule when entities with compound ids are used) new 404912792 Added a warning log message for entity classes without single id attribute. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../hibernate/web/modules/HibernateModule.java | 37 ++++++++++++---------- .../example/app0/entities/CompoundIdEntity.java | 16 ++++++++++ .../example/app0/entities/CompoundIdEntityPK.java | 13 ++++++++ 3 files changed, 50 insertions(+), 16 deletions(-) create mode 100644 tapestry-hibernate/src/test/java/org/example/app0/entities/CompoundIdEntity.java create mode 100644 tapestry-hibernate/src/test/java/org/example/app0/entities/CompoundIdEntityPK.java