This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a change to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


    from 796890113 TAP5-2792: fixing test failures
     new 154b293d6 added an entity with compound ids to TestApp0 to reproduce 
the problem described in TAP5-2783
     new dacf0ce26 Fix for TAP5-2783 (NPE on init of the HibernateModule when 
entities with compound ids are used)
     new 15676f0d3 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

Reply via email to