libhibernate-validator4-java 4.3.4-5 source package in Ubuntu

Changelog

libhibernate-validator4-java (4.3.4-5) unstable; urgency=medium

  * Team upload.
  * Fix FTBFS with jsoup 1.15.1.
  * Declare compliance with Debian Policy 4.6.1.

 -- Markus Koschany <email address hidden>  Tue, 24 May 2022 00:45:57 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhibernate-validator4-java_4.3.4-5.dsc 2.7 KiB 6754d12f172bd86e571fbd2ef912ee4436969792a91c5037eacd0d40e07fd15a
libhibernate-validator4-java_4.3.4.orig.tar.xz 1.5 MiB ceb44726359862246ff2b75c1ad6c580773d5615b65c259b169bd5912e96c9e4
libhibernate-validator4-java_4.3.4-5.debian.tar.xz 7.4 KiB 4d8461884d0da874c072539758390fcd00762b867150d67a2b610ad179dcbc19

Available diffs

No changes file available.

Binary packages built by this source

libhibernate-validator4-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.