libhibernate-validator-java 4.3.3-3 source package in Ubuntu

Changelog

libhibernate-validator-java (4.3.3-3) unstable; urgency=medium

  * Team upload.
  * Added the missing build dependency on libjsoup-java (Closes: #882317)
  * Removed the dependency on glassfish-javaee and libgeronimo-jpa-2.0-spec-java
  * Standards-Version updated to 4.1.1

 -- Emmanuel Bourg <email address hidden>  Thu, 30 Nov 2017 02:18:10 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhibernate-validator-java_4.3.3-3.dsc 2.5 KiB e879ce7a879ed73d3a621b1459cb0bb46b294d09f600ce7902c985b0a7a3f543
libhibernate-validator-java_4.3.3.orig.tar.xz 1.5 MiB 2ab49ea00657f85b8d8bf6900e59cf851f052d97b7973e04b7450e46083a9dd9
libhibernate-validator-java_4.3.3-3.debian.tar.xz 17.8 KiB 656ec3d550c0cbb439f1e2daba73b4ce8ad5493dd5846992af6da1777d1ff1cc

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.