libhibernate-validator-java 4.0.2.GA-8 source package in Ubuntu

Changelog

libhibernate-validator-java (4.0.2.GA-8) unstable; urgency=low


  * Team upload.
  * add patch to remove jdk15 classifier from testng dependency from pom.xml
  * fix testng version handling in d/maven.rules

  [ Sylvestre Ledru ]
  * Standards-Version updated to 3.9.4

 -- Eugene Zhukov <email address hidden>  Fri, 04 Oct 2013 05:58:30 +0000

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhibernate-validator-java_4.0.2.GA-8.dsc 1.7 KiB 5c86e60b46da1daa512ec32d43133257546221d28363baf5e501f68dc88fd186
libhibernate-validator-java_4.0.2.GA.orig.tar.gz 560.9 KiB ff1873d6b8be28ad9016f2de87e9ead4a5c8060542afc4df2447f891319fea89
libhibernate-validator-java_4.0.2.GA-8.debian.tar.gz 7.3 KiB 750a2f0997404804a6949abe2525756dbb1789b154b1cdb998088e87b00c0b11

Available diffs

No changes file available.

Binary packages built by this source

libhibernate-validator-java: Hibernate Validator

 Hibernate Validator aims at defining and checking a domain model
 level constraints. It supports custom constraints definitions as well
 as full internationalization. Annotations are used to define
 constraints on object level. The validation mechanism can be executed
 in different layers in your application without having to duplicate
 any of these rules (presentation layer, data access layer, Database
 schema).
 .
 Hibernate Validator integrates with Hibernate by applying the
 constraints on the database schema (DDL generation) and by checking
 entity validity before Hibernate inserts or updates instances. You
 can use Hibernate Validator with any Java Persistence provider, not
 only Hibernate, although you will not be able to use automatic DDL
 alteration for constraint generation outside of Hibernate
 EntityManager.