libhibernate-validator-java 5.3.6-2 source package in Ubuntu

Changelog

libhibernate-validator-java (5.3.6-2) unstable; urgency=medium

  * Team upload.
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.6.1.
  * Fix FTBFS with jsoup 1.15.1.

 -- Markus Koschany <email address hidden>  Tue, 24 May 2022 00:55:06 +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
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhibernate-validator-java_5.3.6-2.dsc 2.7 KiB 108a16435c77400b32c6849d4cfe1b250cc6de10fecadff9d6124c5c0bca497d
libhibernate-validator-java_5.3.6.orig.tar.xz 1.7 MiB 35d5b88dfca455d02598bfe4783d3ab12b1ad85f7bdae7aa14453e1b684f3043
libhibernate-validator-java_5.3.6-2.debian.tar.xz 7.2 KiB 4b8b8141d8510aee57b215245bdd516197d344b997713a89ff6c8b8636cdd7b6

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.