libhibernate-validator-java 4.3.4-1 source package in Ubuntu

Changelog

libhibernate-validator-java (4.3.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed the CVE-2017-7536 patch (fixed upstream)
  * Fixed the build failure with Java 11 (Closes: #911138)

 -- Emmanuel Bourg <email address hidden>  Wed, 17 Oct 2018 17:16:01 +0200

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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhibernate-validator-java_4.3.4-1.dsc 2.6 KiB 5b7433fe83f26d1c7a78d96a626046f92c338a0ee235603cf5f91d41c05c26e3
libhibernate-validator-java_4.3.4.orig.tar.xz 1.5 MiB ceb44726359862246ff2b75c1ad6c580773d5615b65c259b169bd5912e96c9e4
libhibernate-validator-java_4.3.4-1.debian.tar.xz 18.1 KiB ed8961958fa6d5fb8a74865f922ac7fee16afd9d596ad54a86f0c75f2a78e92a

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.