libhibernate-validator-java 4.3.4-1~18.04.1 source package in Ubuntu
Changelog
libhibernate-validator-java (4.3.4-1~18.04.1) bionic; urgency=medium * Backport from Cosmic. * Update upstream release to fix missing xjc usage. (LP: #1814133) 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) libhibernate-validator-java (4.3.3-5) unstable; urgency=medium * Team upload. * Use the maven-jaxb2-plugin instead of invoking xjc directly to fix the build failure with Java 11 (Closes: #905359) * Added the missing build dependency on libeasymock-java * Standards-Version updated to 4.2.1 * Switch to debhelper level 11 * Use salsa.debian.org Vcs-* URLs -- Tiago Stürmer Daitx <email address hidden> Wed, 20 Feb 2019 09:54:47 +0000
Upload details
- Uploaded by:
- Tiago Stürmer Daitx
- Uploaded to:
- Bionic
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | libs | |
Bionic | security | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhibernate-validator-java_4.3.4.orig.tar.xz | 1.5 MiB | ceb44726359862246ff2b75c1ad6c580773d5615b65c259b169bd5912e96c9e4 |
libhibernate-validator-java_4.3.4-1~18.04.1.debian.tar.xz | 18.2 KiB | d67337f567f97d89d8e6b3a657ca99a0207c5429e1671aa605b70466b24bfa51 |
libhibernate-validator-java_4.3.4-1~18.04.1.dsc | 2.6 KiB | 3ad42a08f816cb6a42247f054b9679597a3441d52f934e3835461a6eb789a2ea |
Available diffs
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.