From: Frank Schimmel Date: Wed, 12 Feb 2014 14:16:18 +0000 (+0100) Subject: Properly support constraints expressed by bean validation (jsr303) annotations. X-Git-Tag: hibernate4-maven-plugin-1.0.4~12 X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=1979c6349fc2a9e0fe3f028fa1cc76557b32031c;hp=1979c6349fc2a9e0fe3f028fa1cc76557b32031c Properly support constraints expressed by bean validation (jsr303) annotations. * Access public method of package-visible TypeSafeActivator class without reflection. * Fix arguments to call of TypeSafeActivator.applyRelationalConstraints(). * Use hibernate version 4.3.1.Final for all components. * Minor refactorings in exception handling. ---