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

Changelog

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

  * Team upload.
  * Add Build-Depends on libmaven-reporting-impl-java. (Closes: #644341).
  * Disable maven-surefire-report-plugin usage during build time.
  * Fix clean target to allow two builds in a row.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  31 Oct 2011 09:54:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhibernate-validator-java_4.0.2.GA.orig.tar.gz 560.9 KiB ff1873d6b8be28ad9016f2de87e9ead4a5c8060542afc4df2447f891319fea89
libhibernate-validator-java_4.0.2.GA-5.debian.tar.gz 4.8 KiB 57a392b2b2acacb779c13ec7a30224740371345dd5eddf97608c563f84959bcb
libhibernate-validator-java_4.0.2.GA-5.dsc 1.7 KiB 2fe8649ec581ffb2873fae8bac18828a7030c5f189fd21ccd337b5da4d215695

Available diffs

View changes file

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.