[hibernate-commits] [hibernate/hibernate-validator] d341bf: HV-953 Allow for PlatformResourceBundleLocator to ...

GitHub noreply at github.com
Thu Feb 19 03:58:17 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: d341bfb7c1dd7b2493d14d4855a2a5353a528fde
      https://github.com/hibernate/hibernate-validator/commit/d341bfb7c1dd7b2493d14d4855a2a5353a528fde
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    A engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResources.java
    A engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundle.java
    M engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundleLocator.java
    M engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
    A engine/src/test/java/org/hibernate/validator/test/resourceloading/PlatformResourceBundleLocatorTest.java
    A engine/src/test/resources/org/hibernate/validator/test/resourceloading/TestMessages1.properties
    A engine/src/test/resources/org/hibernate/validator/test/resourceloading/TestMessages2.properties
    A engine/src/test/resources/org/hibernate/validator/test/resourceloading/TestMessages_de.properties

  Log Message:
  -----------
  HV-953 Allow for PlatformResourceBundleLocator to aggregate resource bundles of the same name contributed by different jars


  Commit: 20898fa6d03c485928eff38c151db59389b14aef
      https://github.com/hibernate/hibernate-validator/commit/20898fa6d03c485928eff38c151db59389b14aef
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M documentation/src/main/asciidoc/ch11.asciidoc
    M engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java
    M engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResources.java
    M engine/src/main/java/org/hibernate/validator/messageinterpolation/AbstractMessageInterpolator.java
    M engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java
    M engine/src/test/java/org/hibernate/validator/ValidationMessages.java
    M engine/src/test/java/org/hibernate/validator/test/constraintvalidator/ConstraintDefinitionContributorTest.java
    M engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatch.java
    A engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustNotMatch.java
    A engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustNotMatchValidator.java
    A engine/src/test/resources/ContributorValidationMessages.properties
    M engine/src/test/resources/META-INF/services/javax.validation.ConstraintValidator
    A engine/src/test/resources/ValidationMessages.properties

  Log Message:
  -----------
  HV-953 Changing message interpolation algorithm to allow constraint definition contributors to provide default message bundles

- Changing AbstractMessageInterpolator to deal handle contributor message bundles
- Bundles must be named ContributorValidationMessages and be placed into the root of the classpath
- Adding tests for default messages to ConstraintDefinitionContributorTest
- Updating docs
- Adding comments to org.hibernate.validator.ValidationMessages.java


  Commit: f2348bf7d2da779c73f37be295822f59ecc928d3
      https://github.com/hibernate/hibernate-validator/commit/f2348bf7d2da779c73f37be295822f59ecc928d3
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M integration/pom.xml
    A integration/src/test/java/org/hibernate/validator/integration/util/AcmeConstraint.java
    A integration/src/test/java/org/hibernate/validator/integration/util/AcmeConstraintValidator.java
    M integration/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java
    A integration/src/test/java/org/hibernate/validator/integration/util/OxBerryConstraint.java
    A integration/src/test/java/org/hibernate/validator/integration/util/OxBerryConstraintValidator.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/ConstraintDefinitionContributorUnitIT.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/TestEntity.java
    A integration/src/test/resources/ContributorValidationMessages.properties-Acme
    A integration/src/test/resources/ContributorValidationMessages.properties-OxBerry
    M integration/src/test/resources/arquillian.xml
    A integration/src/test/resources/javax.validation.ConstraintValidator-Acme
    A integration/src/test/resources/javax.validation.ConstraintValidator-OxBerry
    M pom.xml

  Log Message:
  -----------
  HV-953 Adding Wildfly integration test for adding multiple constraint definition contributor jars


  Commit: 893080e03f4f964784c3479636b771e0f445af04
      https://github.com/hibernate/hibernate-validator/commit/893080e03f4f964784c3479636b771e0f445af04
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M documentation/src/main/asciidoc/ch11.asciidoc
    M engine/src/main/java/org/hibernate/validator/messageinterpolation/AbstractMessageInterpolator.java
    R engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundle.java
    M engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java

  Log Message:
  -----------
  HV-953 Removing unused class; Some doc fixes


  Commit: 20ee5e8a3d57beeff46a5ceaa0ccde0a81eb286a
      https://github.com/hibernate/hibernate-validator/commit/20ee5e8a3d57beeff46a5ceaa0ccde0a81eb286a
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M integration/pom.xml

  Log Message:
  -----------
  HV-953 Avoiding logged exception in integration test due to presence of TestNG


Compare: https://github.com/hibernate/hibernate-validator/compare/1b458c339b6d...20ee5e8a3d57


More information about the hibernate-commits mailing list