[hibernate-commits] [hibernate/hibernate-validator] 6cbf4a: HV-924 Restore compatibility with Java 6

GitHub noreply at github.com
Fri Sep 12 08:14:11 EDT 2014


  Branch: refs/heads/5.1
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 6cbf4aca0f54886feef7cc76e912aae630214fb3
      https://github.com/hibernate/hibernate-validator/commit/6cbf4aca0f54886feef7cc76e912aae630214fb3
  Author: Craig Andrews <candrews at integralblue.com>
  Date:   2014-09-10 (Wed, 10 Sep 2014)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java

  Log Message:
  -----------
  HV-924 Restore compatibility with Java 6

Restore compatibility with Java 6 by not using Collections#emptyIterator() and instead using Collections.emptyList().iterator()


  Commit: b2b2f9ae065af8545cbf12128ff138d637d3f767
      https://github.com/hibernate/hibernate-validator/commit/b2b2f9ae065af8545cbf12128ff138d637d3f767
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2014-09-12 (Fri, 12 Sep 2014)

  Changed paths:
    M annotation-processor/pom.xml
    M cdi/pom.xml
    M engine/pom.xml
    M pom.xml

  Log Message:
  -----------
  HV-924 Making sure AnimalSniffer plugin runs on each build


Compare: https://github.com/hibernate/hibernate-validator/compare/2c6def1f6628...b2b2f9ae065a


More information about the hibernate-commits mailing list