[hibernate-commits] [hibernate/hibernate-validator] 7d6980: HV-563 Using @TestForIssue annotation

GitHub noreply at github.com
Tue Mar 27 13:54:44 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 7d6980d6844160af24ae20bfcc1bb80bba29fa56
      https://github.com/hibernate/hibernate-validator/commit/7d6980d6844160af24ae20bfcc1bb80bba29fa56
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-23 (Fri, 23 Mar 2012)

  Changed paths:
    M hibernate-validator/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingTest.java

  Log Message:
  -----------
  HV-563 Using @TestForIssue annotation


  Commit: 58beb5e9bb3f5e458c7291d7706d6f4511d48c49
      https://github.com/hibernate/hibernate-validator/commit/58beb5e9bb3f5e458c7291d7706d6f4511d48c49
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-23 (Fri, 23 Mar 2012)

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

  Log Message:
  -----------
  HV-563 don't reset configuration state so that the configuration can be reused


  Commit: f3fb9de3d890bbc619d3c067c3ba40a1718f6d56
      https://github.com/hibernate/hibernate-validator/commit/f3fb9de3d890bbc619d3c067c3ba40a1718f6d56
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-23 (Fri, 23 Mar 2012)

  Changed paths:
    M hibernate-validator/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java

  Log Message:
  -----------
  HV-563 XmlMappingParser tries now to reset the stream (if supported). This will allow to reuse the Configuration even if xml configuration is used. Also introducing CloseIgnoringInputStream which prevents that JAXB closes the input stream. This should be done by the client anyways.


  Commit: fb846e28133759b0fb8bd2502a5180631c860949
      https://github.com/hibernate/hibernate-validator/commit/fb846e28133759b0fb8bd2502a5180631c860949
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-23 (Fri, 23 Mar 2012)

  Changed paths:
    A hibernate-validator/src/test/java/org/hibernate/validator/test/internal/engine/ConfigurationImplTest.java
  A hibernate-validator/src/test/resources/org/hibernate/validator/test/internal/engine/mapping.xml

  Log Message:
  -----------
  HV-563 tests


  Commit: c682ee866add7095180b04cd119e7394c779bd30
      https://github.com/hibernate/hibernate-validator/commit/c682ee866add7095180b04cd119e7394c779bd30
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M hibernate-validator/src/main/java/org/hibernate/validator/internal/metadata/provider/XmlConfigurationMetaDataProvider.java

  Log Message:
  -----------
  HV-563 javadocs


  Commit: daffddfdfab0ca269c1d5731150dc4697b452c80
      https://github.com/hibernate/hibernate-validator/commit/daffddfdfab0ca269c1d5731150dc4697b452c80
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

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

  Log Message:
  -----------
  HV-563 Extending javadocs for Configuration#addMapping to explain that a buffered input stream needs to be passed in order to make the configuration reusable


  Commit: ae854e8bbd5adf5b877704c15c8f23ec84b2a6b7
      https://github.com/hibernate/hibernate-validator/commit/ae854e8bbd5adf5b877704c15c8f23ec84b2a6b7
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M hibernate-validator/src/main/java/org/hibernate/validator/internal/metadata/provider/XmlConfigurationMetaDataProvider.java

  Log Message:
  -----------
  HV-563 Javadocs


  Commit: 482d43dd855fb0d1aadee4c1775cec88a57abab0
      https://github.com/hibernate/hibernate-validator/commit/482d43dd855fb0d1aadee4c1775cec88a57abab0
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

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

  Log Message:
  -----------
  HV-563 Wrapping the provided stream into a BufferedInputStream in case that the stream does not support mark/reset


  Commit: cb6fcc2e784ce5c56ef0ce31ee737470c4439c09
      https://github.com/hibernate/hibernate-validator/commit/cb6fcc2e784ce5c56ef0ce31ee737470c4439c09
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M hibernate-validator/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java
  M hibernate-validator/src/test/java/org/hibernate/validator/test/internal/engine/ConfigurationImplTest.java

  Log Message:
  -----------
  HV-563: Removing obsolete JavaDoc comment, adding test case for non-resettable input stream


Compare: https://github.com/hibernate/hibernate-validator/compare/d5b9471...cb6fcc2


More information about the hibernate-commits mailing list