[hibernate-commits] [hibernate/hibernate-validator] 08a4a7: HV-1155 Move SetContextClassLoader privileged acti...

GitHub noreply at github.com
Tue Nov 22 05:48:21 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 08a4a7b2a0b2fe43a8841f522048995149cd2975
      https://github.com/hibernate/hibernate-validator/commit/08a4a7b2a0b2fe43a8841f522048995149cd2975
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    A engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/SetContextClassLoader.java
    M engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java

  Log Message:
  -----------
  HV-1155 Move SetContextClassLoader privileged action to a shared package


  Commit: 1a9ef22716d3587782c623cf0e3e05513f60badd
      https://github.com/hibernate/hibernate-validator/commit/1a9ef22716d3587782c623cf0e3e05513f60badd
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HV-1155 Upgrade pax-exam to 4.9.2

It apparently has a stricter classloading and allows us to check OSGi
classloading issues.


  Commit: 8b2557111dbb3d8476328815f3f2a61e9b687f67
      https://github.com/hibernate/hibernate-validator/commit/8b2557111dbb3d8476328815f3f2a61e9b687f67
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java
    M osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java

  Log Message:
  -----------
  HV-1155 Fall back to the HV class loader if no ExpressionFactory impl is
found in the TCCL


  Commit: dd90652f147198bf253aa2df6dbe379870970974
      https://github.com/hibernate/hibernate-validator/commit/dd90652f147198bf253aa2df6dbe379870970974
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java
    M osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java

  Log Message:
  -----------
  HV-1155 If defined, use the externalClassLoader to load the
ExpressionFactory


  Commit: a99a2c4f49a73cb085c4eeccbad75e0d49d03cfb
      https://github.com/hibernate/hibernate-validator/commit/a99a2c4f49a73cb085c4eeccbad75e0d49d03cfb
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ElTermResolver.java
    M engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/SimpleELContext.java

  Log Message:
  -----------
  HV-1155 Initialize the ExpressionFactory properly in the ELContext


  Commit: ff2ff96b1f30f198c37109f3b7825bc9ff8c4779
      https://github.com/hibernate/hibernate-validator/commit/ff2ff96b1f30f198c37109f3b7825bc9ff8c4779
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java
    M osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java

  Log Message:
  -----------
  HV-1155 Use ELManager.getExpressionFactory() instead of
ExpressionFactory.newInstance()


  Commit: f826ae45e90a7d3d43066f3823e924b7d7c23323
      https://github.com/hibernate/hibernate-validator/commit/f826ae45e90a7d3d43066f3823e924b7d7c23323
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  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/messageinterpolation/ResourceBundleMessageInterpolator.java
    M osgi/integrationtest/src/test/java/org/hibernate/validator/osgi/integrationtest/OsgiIntegrationTest.java

  Log Message:
  -----------
  HV-1155 Limiting redefinition of TCCL to invocation of RBMI constructor; also

* Extending OSGi tests a bit
* Adding one note to the docs


Compare: https://github.com/hibernate/hibernate-validator/compare/cf07d83ceaae...f826ae45e90a


More information about the hibernate-commits mailing list