[hibernate-commits] [hibernate/hibernate-validator] 096c6e: HV-1478 Fix the Fragment-Host header to reference ...

GitHub noreply at github.com
Mon Sep 18 03:07:16 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 096c6eef07773df6690e5869efb418b83a205fd3
      https://github.com/hibernate/hibernate-validator/commit/096c6eef07773df6690e5869efb418b83a205fd3
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M cdi/pom.xml
    M engine/pom.xml
    M pom.xml

  Log Message:
  -----------
  HV-1478 Fix the Fragment-Host header to reference the correct bundle
name

Note: in 6.1, we will make the Java 9 module names and the bundle names
identical but it seemed like a bad idea to do that in a micro.


  Commit: 5a6556fbf46e746aedf3ad9ca98b52e9d653c4e2
      https://github.com/hibernate/hibernate-validator/commit/5a6556fbf46e746aedf3ad9ca98b52e9d653c4e2
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    A cdi/src/main/java/org/hibernate/validator/cdi/ValidationExtension.java
    M cdi/src/main/java/org/hibernate/validator/cdi/internal/InheritedMethodsHelper.java
    M cdi/src/main/java/org/hibernate/validator/cdi/internal/ValidationExtension.java
    M cdi/src/main/java/org/hibernate/validator/cdi/internal/ValidationProviderHelper.java
    M cdi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
    M cdi/src/test/java/org/hibernate/validator/test/cdi/internal/ValidationExtensionTest.java
    M cdi/src/test/java/org/hibernate/validator/test/cdi/internal/methodvalidation/inheritance/InvalidConfiguredClassInheritanceMethodValidationTest.java

  Log Message:
  -----------
  HV-1478 Move ValidationExtension to the exported package


  Commit: 24f3169d779229cd148a4f7ea105377ef59cffda
      https://github.com/hibernate/hibernate-validator/commit/24f3169d779229cd148a4f7ea105377ef59cffda
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M cdi/pom.xml

  Log Message:
  -----------
  HV-1478 Only import the necessary packages to avoid importing cdi


  Commit: 545f0eab6262b6c6b4f9c219673308cdda70b0d6
      https://github.com/hibernate/hibernate-validator/commit/545f0eab6262b6c6b4f9c219673308cdda70b0d6
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M cdi/pom.xml

  Log Message:
  -----------
  HV-1478 Allow CDI 2.0 as it will be the base for Java EE 8


  Commit: 0e435fed9334e12dca3febea65d1fd162bdd201c
      https://github.com/hibernate/hibernate-validator/commit/0e435fed9334e12dca3febea65d1fd162bdd201c
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M cdi/pom.xml

  Log Message:
  -----------
  HV-1478 Import the javax.validation package


  Commit: 3ec4577518805adab46bb6a71639442481ed1090
      https://github.com/hibernate/hibernate-validator/commit/3ec4577518805adab46bb6a71639442481ed1090
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M cdi/pom.xml

  Log Message:
  -----------
  HV-1478 Remove the packages coming from the org.hibernate.validator bundle

As it is the host, we don't need to declare them here.


  Commit: 3207cf0201995d2864e886c5531f340f0fa28ede
      https://github.com/hibernate/hibernate-validator/commit/3207cf0201995d2864e886c5531f340f0fa28ede
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M cdi/pom.xml

  Log Message:
  -----------
  HV-1478 Import the javax.inject package


  Commit: eb78300a30e50ea78f7e163605521c52d76494e9
      https://github.com/hibernate/hibernate-validator/commit/eb78300a30e50ea78f7e163605521c52d76494e9
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M cdi/src/main/java/org/hibernate/validator/cdi/ValidationExtension.java

  Log Message:
  -----------
  HV-1478 Making method only meant for internal usage private


Compare: https://github.com/hibernate/hibernate-validator/compare/b2c698768442...eb78300a30e5


More information about the hibernate-commits mailing list