Skip to content

Commit

Permalink
Changelog and readme updates prior to release 4.3.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Jul 25, 2014
1 parent 763feff commit 17aef88
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Hibernate Validator

*Version: 4.3.1.Final, 28.11.2012*
*Version: 4.3.2.Final, 25.07.2014*


## What is it?

This is the reference implementation of JSR 303 - Bean Validation.
Bean Validation defines a metadata model and API for JavaBean validation.
The default metadata source is annotations, with the ability to override and extend
This is the reference implementation of JSR 303 - Bean Validation.
Bean Validation defines a metadata model and API for JavaBean validation.
The default metadata source is annotations, with the ability to override and extend
the meta-data through the use of XML validation descriptors.

## A bit of history

Prior to version 4.x Hibernate Validators was based on a different source base which
Prior to version 4.x Hibernate Validators was based on a different source base which
is not based on JSR 303. This code can be accessed via [this](https://github.com/hibernate/hibernate-validator/tree/pre-validator3-removal/hibernate-validator-legacy) GitHub tag.

## Documentation
Expand Down Expand Up @@ -40,7 +40,7 @@ Logging will delegate any log requests to that provider.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.3.1.Final</version>
<version>4.3.2.Final</version>
</dependency>


Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Hibernate Validator Changelog
=============================


4.3.2.Final (25.07.2014)
------------------------

** Improvement
* [HV-885] - Contention generated on runtime lookup for @GroupSequence annotation

** Task
* [HV-912] - Improve integration with Java's security manager


4.3.1.Final (28.11.2012)
------------------------

Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 17aef88

Please sign in to comment.