[hibernate-commits] [hibernate/hibernate-validator] 2830cc: HV-1155 Move SetContextClassLoader privileged acti...

GitHub noreply at github.com
Tue Nov 22 05:42:32 EST 2016


  Branch: refs/heads/5.3
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 2830ccb4232477b53366994ef2f9dc325ccbaa5b
      https://github.com/hibernate/hibernate-validator/commit/2830ccb4232477b53366994ef2f9dc325ccbaa5b
  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: 55c091e71fd7a187e813e71132e22a5e88466606
      https://github.com/hibernate/hibernate-validator/commit/55c091e71fd7a187e813e71132e22a5e88466606
  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: c3e07001d7894d738e6f8e63e9ddcec54feeb7db
      https://github.com/hibernate/hibernate-validator/commit/c3e07001d7894d738e6f8e63e9ddcec54feeb7db
  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: 91563e0b47a00e7ba387299cf3b6e6d212517d45
      https://github.com/hibernate/hibernate-validator/commit/91563e0b47a00e7ba387299cf3b6e6d212517d45
  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: 6f0da1dfbd1a36f7c02725141cad2f2da3dee9fe
      https://github.com/hibernate/hibernate-validator/commit/6f0da1dfbd1a36f7c02725141cad2f2da3dee9fe
  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: 97dacc2ce4d566276257715379844c7a642bcb9c
      https://github.com/hibernate/hibernate-validator/commit/97dacc2ce4d566276257715379844c7a642bcb9c
  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/7cda7e4d04bf...97dacc2ce4d5


More information about the hibernate-commits mailing list