[hibernate-commits] [hibernate/hibernate-validator] b48108: Add .checkstyle to .gitignore

GitHub noreply at github.com
Wed Mar 15 09:18:38 EDT 2017


  Branch: refs/heads/5.2
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: b48108c32057e0fdf6ff7994279c5a535d10c6ec
      https://github.com/hibernate/hibernate-validator/commit/b48108c32057e0fdf6ff7994279c5a535d10c6ec
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Add .checkstyle to .gitignore


  Commit: ee0accec99fce4274051fe17084d7175b6a27f60
      https://github.com/hibernate/hibernate-validator/commit/ee0accec99fce4274051fe17084d7175b6a27f60
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M .gitignore
    M distribution/src/main/assembly/dist.xml

  Log Message:
  -----------
  HV-1281 Properly ignore hibernate-noorm-release-scripts directory


  Commit: 192dddb9ae631a92a9360916548a306677ce5d11
      https://github.com/hibernate/hibernate-validator/commit/192dddb9ae631a92a9360916548a306677ce5d11
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    A settings-example.xml

  Log Message:
  -----------
  HV-1281 Provide a settings-example.xml


  Commit: 8b5e5daa6a1f76177a5ffed0427a0e0e5195c9e7
      https://github.com/hibernate/hibernate-validator/commit/8b5e5daa6a1f76177a5ffed0427a0e0e5195c9e7
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/util/TypeHelper.java
    A engine/src/test/java/org/hibernate/validator/test/internal/util/ChildEntity.java
    A engine/src/test/java/org/hibernate/validator/test/internal/util/ParentEntity.java
    M engine/src/test/java/org/hibernate/validator/test/internal/util/TypeHelperTest.java

  Log Message:
  -----------
  HV-1032 Avoid infinite loop in TypeHelper.isAssignable


  Commit: 6ab387ded094ba2a3422f942c570181f2c032161
      https://github.com/hibernate/hibernate-validator/commit/6ab387ded094ba2a3422f942c570181f2c032161
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M tck-runner/src/test/resources/test.policy

  Log Message:
  -----------
  HV-1098 Adapting test.policy file


  Commit: 7fa6c6e5deb5a6806b5f36ce69879e4e9eb7fa8c
      https://github.com/hibernate/hibernate-validator/commit/7fa6c6e5deb5a6806b5f36ce69879e4e9eb7fa8c
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  -----------
  HV-1282 Update the JAXB maven plugin to 2.2


  Commit: 39c7b9f9bdc411a2a83b915b30def957f3c2fae7
      https://github.com/hibernate/hibernate-validator/commit/39c7b9f9bdc411a2a83b915b30def957f3c2fae7
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M documentation/src/main/asciidoc/ch01.asciidoc
    A engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/SetContextClassLoader.java
    M engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java
    M engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/xml/Camera.java
    A integration/src/test/java/org/hibernate/validator/integration/wildfly/xml/JaxpContainedInDeploymentIT.java
    M tck-runner/src/test/resources/test.policy

  Log Message:
  -----------
  HV-1280 Setting context class loader to HV's defining CL before calling into JAXB/JAXP;

This makes sure we don't get in touch with a JAXP implementation provided as part of the
deployed application when running on WF.


  Commit: 81c21407be51a516899aafb47dd119496071ff35
      https://github.com/hibernate/hibernate-validator/commit/81c21407be51a516899aafb47dd119496071ff35
  Author: Mert ÇALIŞKAN <mert at t2.com.tr>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/util/StringHelper.java
    M engine/src/test/java/org/hibernate/validator/test/internal/util/StringHelperTest.java

  Log Message:
  -----------
  HV-1140 Use ROOT locale in StringHelper#decapitalize

Before that, we could have locale specific behaviors when lowercasing.
It was especially true for the Turkish locale - which is often cited as
an example of this issue.


Compare: https://github.com/hibernate/hibernate-validator/compare/2bd13c864992...81c21407be51


More information about the hibernate-commits mailing list