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

Changelog

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

  * Team upload.
  * Declare compliance with Debian Policy 4.6.2.
  * Build-depend on libcglib-java to fix FTBFS with libeasymock-java 5.1.0.

 -- Markus Koschany <email address hidden>  Tue, 17 Jan 2023 17:55:20 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhibernate-validator4-java_4.3.4-7.dsc 2.7 KiB 0ac062d82d0ea27b48adb44cf0c84704d9ff30cb8d2c833642b7b31be90ac121
libhibernate-validator4-java_4.3.4.orig.tar.xz 1.5 MiB ceb44726359862246ff2b75c1ad6c580773d5615b65c259b169bd5912e96c9e4
libhibernate-validator4-java_4.3.4-7.debian.tar.xz 7.8 KiB 870db5e910bb74ef2383b6b1740f9a493df82ffb031db3e2dac7d6f7bf6555fc

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.