Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hibernate-validator from 4.2.0.Final to 4.3.2.Final #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2022

Bumps hibernate-validator from 4.2.0.Final to 4.3.2.Final.

Changelog

Sourced from hibernate-validator's 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)

** Bug * [HV-591] - EmailValidator throws an IllegalArgumentException for long email addresses * [HV-601] - NPE w/ overloaded methods on class validated with MethodValidationInterceptor * [HV-607] - Email Validator producing error for large email addresses * [HV-609] - EmailValidator fails where email address is large * [HV-613] - email handles complete address as idn label and fails for valid longer addresses * [HV-622] - Assumes all getX/setX methods are bean properties and errors with "wrong number of arguments" * [HV-623] - Wrong constraint validator type resolution in case of constraint placed on parameterized type in class hierachy * [HV-625] - EmailValidator.isValid sometimes throws an exception instead of returning false * [HV-626] - AnnotationMetaDataProvider should use #getDeclaredAnnotations instead of #getAnnotations when reading metadata from class and members

** Task * [HV-639] - Evaluation of composed constraints should stops on first validation error when @​ReportAsSingleViolation is used

4.3.0.Final (09.05.2012)

** Improvement * [HV-568] - Perform a profiling of the annotation processor code and make use of caching where appropriate * [HV-577] - Include javadoc jar in Maven repo

** Task * [HV-578] - Remove remaining references to slf4j * [HV-580] - Remove deprecation of package org.hibernate.validator.group

4.3.0.CR1 (30.04.2012)

** Bug * [HV-572] - Ensure the docs directory gets properly included into the distribution * [HV-573] - Need graceful handling of return value constraint applied to method with void return type * [HV-574] - Annotations processing fails with 4.3.0 Beta1 * [HV-575] - NPE in annotation processor ConstraintHelper.getName()

** Improvement

... (truncated)

Commits
  • 8a14556 [maven-release-plugin] prepare release 4.3.2.Final
  • 17aef88 Changelog and readme updates prior to release 4.3.2.Final
  • 763feff HV-843 Making sure non public annotation members are accessible. Unifying han...
  • ab21ca9 HV-912 Not exposing accessible-made members
  • ea88f45 HV-912 Reducing accessibility of some classes and methods
  • cc782d6 HV-912 Wrapping call to JAXBContext#newInstance() and Unmarshaller#unmarshal(...
  • 43936f8 HV-912 Wrapping call to SchemaFactory#newSchema() into privileged action
  • e59d080 HV-912 Adding doPrivileged() block around ClassLoader#loadResource() call
  • 7796507 HV-912 Removing methods from ReflectionHelper which make privileged operation...
  • 4628c49 HV-621 Treating Default group (which is probably most often used) special to ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 4.2.0.Final to 4.3.2.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/4.3.2.Final/changelog.txt)
- [Commits](hibernate/hibernate-validator@4.2.0.Final...4.3.2.Final)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants