[hibernate-commits] [hibernate/hibernate-validator] e5a9e4: HV-1131 Adding test, fixing test class loader

GitHub noreply at github.com
Tue Oct 18 10:05:36 EDT 2016


  Branch: refs/heads/5.3
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: e5a9e4c7e70a7e9c8f4538e96c32c436b852cd9f
      https://github.com/hibernate/hibernate-validator/commit/e5a9e4c7e70a7e9c8f4538e96c32c436b852cd9f
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java

  Log Message:
  -----------
  HV-1131 Adding test, fixing test class loader


  Commit: 5a8a9553e10b90c07cc6ff460272030888c65312
      https://github.com/hibernate/hibernate-validator/commit/5a8a9553e10b90c07cc6ff460272030888c65312
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java

  Log Message:
  -----------
  HV-1131 Implementing test routines without reflection


  Commit: 9fddff6de0c0c79857089f2222a0f17217edcdd5
      https://github.com/hibernate/hibernate-validator/commit/9fddff6de0c0c79857089f2222a0f17217edcdd5
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorContextImpl.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ElTermResolver.java
    M engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java

  Log Message:
  -----------
  HV-1131 Deferring instantiation of default message interpolator until it's actually used


  Commit: 4daee7527a97ba9a09ffa77e56564793673b9217
      https://github.com/hibernate/hibernate-validator/commit/4daee7527a97ba9a09ffa77e56564793673b9217
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java

  Log Message:
  -----------
  HV-1131 Add org.xml and jdk.internal to pass through packages

It is needed for JDK9.


  Commit: 138e196d4c9caa3a09d436bf93335460e9dab054
      https://github.com/hibernate/hibernate-validator/commit/138e196d4c9caa3a09d436bf93335460e9dab054
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M engine-jdk8-tests/pom.xml

  Log Message:
  -----------
  HV-1131 Add javax.el implementation as a dependency

Until now, we only needed the API until we had to interpolate a message
but now that the ExpressionFactory is instantiated in the constructor of
ResourceBundleMessageInterpolator, we need the impl as soon as we
instantiate a ResourceBundleMessageInterpolator.


  Commit: 9ba40cc5511f05361e659e8ad57125b1597f52d4
      https://github.com/hibernate/hibernate-validator/commit/9ba40cc5511f05361e659e8ad57125b1597f52d4
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-10-18 (Tue, 18 Oct 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java

  Log Message:
  -----------
  HV-1131 Clean up the static that should have been removed


Compare: https://github.com/hibernate/hibernate-validator/compare/b889b5b92f0e...9ba40cc5511f


More information about the hibernate-commits mailing list