[hibernate-commits] [hibernate/hibernate-validator] 067d8c: HV-1154 Allowing documentation build to pass on JD...

GitHub noreply at github.com
Thu Nov 10 11:17:23 EST 2016


  Branch: refs/heads/5.3
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 067d8ca175dd9e7dc18b77c0bd9deabd68807b08
      https://github.com/hibernate/hibernate-validator/commit/067d8ca175dd9e7dc18b77c0bd9deabd68807b08
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M cdi/pom.xml
    M documentation/pom.xml
    M engine/pom.xml
    M pom.xml
    M tck-runner/pom.xml

  Log Message:
  -----------
  HV-1154 Allowing documentation build to pass on JDK 9 by

* upgrading used JRuby version
* amending Surefire arg line with required module exports


  Commit: 656d89bbc2aba993ddc149053c1e0e960ac6ba2b
      https://github.com/hibernate/hibernate-validator/commit/656d89bbc2aba993ddc149053c1e0e960ac6ba2b
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M distribution/pom.xml
    M engine/src/main/java/org/hibernate/validator/overview.html

  Log Message:
  -----------
  HV-1154 Making distribution build work on JDK 9 by adding required "--add-modules" to javadoc execution


  Commit: 2b949b74b0bd9512d42cb459ca4ea571e92dda97
      https://github.com/hibernate/hibernate-validator/commit/2b949b74b0bd9512d42cb459ca4ea571e92dda97
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M engine/pom.xml
    R engine/src/test/suite/unit-tests.xml

  Log Message:
  -----------
  HV-1154 Removing superfluous suite file; only using parallelism on tests level;

The presence of the suite file suppressed the parallel=methods config.
Removing the file makes the parallel config kick in which made some tests
fail that aren't prepared for parallel execution on the method level. The
same issue would have appeared before when running a single test via
"-Dtest=..." as in that case also the parallel config was applied.


Compare: https://github.com/hibernate/hibernate-validator/compare/9afcc3e23fdb...2b949b74b0bd


More information about the hibernate-commits mailing list