[hibernate-commits] [hibernate/hibernate-validator] 9e3e8e: HV-1519 Make protected fields private in Annotatio...

GitHub noreply at github.com
Fri Nov 3 16:59:15 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 9e3e8e2e0fa81c329434ed8b1e16d470b4e17773
      https://github.com/hibernate/hibernate-validator/commit/9e3e8e2e0fa81c329434ed8b1e16d470b4e17773
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/cfg/AnnotationDef.java

  Log Message:
  -----------
  HV-1519 Make protected fields private in AnnotationDef

We don't need to access them directly in the subclasses, we have methods
to do that.


  Commit: dca5612d4964d2d3da3ed2e8d80e0c6d4448f2b8
      https://github.com/hibernate/hibernate-validator/commit/dca5612d4964d2d3da3ed2e8d80e0c6d4448f2b8
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    R engine/src/test/java/org/hibernate/validator/bugs/TooBigMessageTest.java
    A engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TooBigMessageTest.java

  Log Message:
  -----------
  HV-1519 Move a test inside the test hierarchy


  Commit: b6897dc0cd3ec04612ebd06bac02e0552416a5c6
      https://github.com/hibernate/hibernate-validator/commit/b6897dc0cd3ec04612ebd06bac02e0552416a5c6
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HV-1519 Upgrade the jqassistant Maven plugin


  Commit: 31b3bcefc5c63c02defdadad3c404f34b4eb62e3
      https://github.com/hibernate/hibernate-validator/commit/31b3bcefc5c63c02defdadad3c404f34b4eb62e3
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  HV-1519 Add some documentation about jqassistant in the root pom.xml


  Commit: c095e9d13c4821a1292f13691f20c1a7fc020306
      https://github.com/hibernate/hibernate-validator/commit/c095e9d13c4821a1292f13691f20c1a7fc020306
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M jqassistant/rules.xml

  Log Message:
  -----------
  HV-1519 Exclude the test classes from the jqassistant rules


Compare: https://github.com/hibernate/hibernate-validator/compare/16207b95060a...c095e9d13c48


More information about the hibernate-commits mailing list