Package: libhibernate-validator-java / 4.0.2.GA-7

Metadata

Package Version Patches format
libhibernate-validator-java 4.0.2.GA-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 disable maven surefire report plugin.patch | (download)

hibernate-validator/pom.xml | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 disable maven-surefire-report-plugin reports tests
disable jpa persistence check.patch | (download)

hibernate-validator/src/main/java/org/hibernate/validator/engine/resolver/JPATraversableResolver.java | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 always return null as method used for persitence check does not exist in debian version of api
jaxb binding fixes.patch | (download)

hibernate-validator/src/main/java/org/hibernate/validator/xml/ValidationXmlParser.java | 11 7 + 4 - 0 !
hibernate-validator/src/main/java/org/hibernate/validator/xml/XmlMappingParser.java | 32 24 + 8 - 0 !
2 files changed, 31 insertions(+), 12 deletions(-)

 jaxb binding fixes
 Now compiles .java files depending on JAXB bindings.  These were
 intentionally disabled before as JAXB was not a part of OpenJDK.