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

GitHub noreply at github.com
Wed Mar 15 04:53:42 EDT 2017


  Branch: refs/heads/5.2-backports
  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: 906af50f9b07869eaebafe8fee17328a262d8839
      https://github.com/hibernate/hibernate-validator/commit/906af50f9b07869eaebafe8fee17328a262d8839
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    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

  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: 9dc807e301f6914e9d360e42a193925765f03fd4
      https://github.com/hibernate/hibernate-validator/commit/9dc807e301f6914e9d360e42a193925765f03fd4
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2017-03-14 (Tue, 14 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: 8b0bad57cc990b1f7b7e1fe8f63ad4651aa5fbf1
      https://github.com/hibernate/hibernate-validator/commit/8b0bad57cc990b1f7b7e1fe8f63ad4651aa5fbf1
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

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


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

  Changed paths:
    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

  Log Message:
  -----------
  HV-1280 Use privileged actions to manipulate the class loader


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

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update the JAXB maven plugin to 1.6


Compare: https://github.com/hibernate/hibernate-validator/compare/b48108c32057^...36380783199b


More information about the hibernate-commits mailing list