[hibernate/hibernate-orm] aeac51: Migrate User Guide Locking chapter extras to test ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: aeac516eeb2289c58cf70bba13b1600cd8db3b9f
https://github.com/hibernate/hibernate-orm/commit/aeac516eeb2289c58cf70bb...
Author: vladmihalcea <mih_vlad(a)yahoo.com>
Date: 2016-01-27 (Wed, 27 Jan 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
A documentation/src/main/asciidoc/userguide/appendices/Legacy_DomainModel.adoc
A documentation/src/main/asciidoc/userguide/appendices/extras/timestamp_version.xml
A documentation/src/main/asciidoc/userguide/appendices/extras/version_property.xml
M documentation/src/main/asciidoc/userguide/chapters/locking/Locking.adoc
R documentation/src/main/asciidoc/userguide/chapters/locking/extras/timestamp_version.java
R documentation/src/main/asciidoc/userguide/chapters/locking/extras/timestamp_version.xml
R documentation/src/main/asciidoc/userguide/chapters/locking/extras/updating_version.java
R documentation/src/main/asciidoc/userguide/chapters/locking/extras/version_annotation.java
R documentation/src/main/asciidoc/userguide/chapters/locking/extras/version_property.xml
M documentation/src/test/java/org/hibernate/userguide/flush/AlwaysFlushTest.java
M documentation/src/test/java/org/hibernate/userguide/flush/AutoFlushTest.java
M documentation/src/test/java/org/hibernate/userguide/flush/CommitFlushTest.java
M documentation/src/test/java/org/hibernate/userguide/flush/ManualFlushTest.java
M documentation/src/test/java/org/hibernate/userguide/locking/ExplicitLockingTest.java
A documentation/src/test/java/org/hibernate/userguide/locking/OptimisticLockingTest.java
M documentation/src/test/java/org/hibernate/userguide/ql/BulkTest.java
Log Message:
-----------
Migrate User Guide Locking chapter extras to test folder and old xml mapping to the Legacy appendix
8 years, 11 months
[hibernate/hibernate-validator] 307e7f: Bumping version to 5.2.3-SNAPSHOT
by GitHub
Branch: refs/heads/5.2
Home: https://github.com/hibernate/hibernate-validator
Commit: 307e7fc91488dcb7fc50e9fef504b541bd589b09
https://github.com/hibernate/hibernate-validator/commit/307e7fc91488dcb7f...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M annotation-processor/pom.xml
M cdi/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine-jdk8-tests/pom.xml
M engine/pom.xml
M integration/pom.xml
M osgi/integrationtest/pom.xml
M osgi/karaf-features/pom.xml
M osgi/pom.xml
M performance/pom.xml
M pom.xml
M tck-runner/pom.xml
M test-utils/pom.xml
Log Message:
-----------
Bumping version to 5.2.3-SNAPSHOT
Commit: 0b639b3589156b3d0084e1e40308306b4e6d84e8
https://github.com/hibernate/hibernate-validator/commit/0b639b3589156b3d0...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
A engine-jdk8-tests/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalTypeAnnotationConstraintUsingValidateValueTest.java
M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java
Log Message:
-----------
HV-1022: Missing check for type argument constraints on validateValue
Type argument constraints should be checked before returning failing constraints
Commit: 9f54fca6ce826c43a7ada8a706698b02e9a5d70f
https://github.com/hibernate/hibernate-validator/commit/9f54fca6ce826c43a...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine-jdk8-tests/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalTypeAnnotationConstraintUsingValidatePropertyTest.java
M engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java
Log Message:
-----------
HV-1022 Also making sure that validateProperty works for the case that there are type annotation constraints only
Commit: a6694c271ef22a2d2b19b4e2a1e52089c4e2189a
https://github.com/hibernate/hibernate-validator/commit/a6694c271ef22a2d2...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java
Log Message:
-----------
HV-1025 Re-introducing CloseIgnoringInputStream to wrap input stream of provided mapping streams to prevent some StAX implementations to close the input stream prematurely
Commit: 56376a26fb3e04d4c55455521cc028d83a9163d3
https://github.com/hibernate/hibernate-validator/commit/56376a26fb3e04d4c...
Author: Jiri Bilek <Jiri(a)bilek.info>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java
Log Message:
-----------
HV-1019 PathImpl copy constructor fix
The copy constructor sets the hashCode to -1, in order to be computed on
first attempt to use it.
Commit: 61a9be5393b19dd50a94d843e16b83a795246474
https://github.com/hibernate/hibernate-validator/commit/61a9be5393b19dd50...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java
Log Message:
-----------
HV-1019 Initializing hash code in one more constructor
Commit: 810897115921f92fb217898668d18c2ddee1341c
https://github.com/hibernate/hibernate-validator/commit/810897115921f92fb...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/logging/Messages.java
M engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
Log Message:
-----------
HV-1023 Prevent resource aggregation to occur in an Google App Environment
Commit: 55d53c302861b9a0388ba3aad8ad2b0e08883de5
https://github.com/hibernate/hibernate-validator/commit/55d53c302861b9a03...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
Log Message:
-----------
HV-1023 Doing availability check of ResourceBundle.Control once at class load time
Commit: 47f3603f297a2325babe50e298b5a659b3efea79
https://github.com/hibernate/hibernate-validator/commit/47f3603f297a2325b...
Author: Hardy Ferentschik <hibernate(a)ferentschik.de>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
Log Message:
-----------
HV-1023 Typo and javadoc fixes
Commit: 53bf8fe5ed017e744230a2c7033fd0be4036a7b2
https://github.com/hibernate/hibernate-validator/commit/53bf8fe5ed017e744...
Author: Kellin.lee <kellin.lee(a)daumkakao.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/resources/org/hibernate/validator/ValidationMessages_ko.properties
Log Message:
-----------
HV-1035 Fixing mixed up validation messages in Korean.
The NotNull and Null constraint messages are changed with each other.
Commit: be6a12634e0ee522aa81d613f1faaa6c35d6bf3e
https://github.com/hibernate/hibernate-validator/commit/be6a12634e0ee522a...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M pom.xml
Log Message:
-----------
HV-1045 Using WildFly 10.0.0.CR5 for testing; Updating to JodaTime 2.7
Commit: f9522b3092d6fd9e9950d1517612094d384ba1a9
https://github.com/hibernate/hibernate-validator/commit/f9522b3092d6fd9e9...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/metadata/provider/AnnotationMetaDataProvider.java
Log Message:
-----------
HV-1049 Ignoring annotations from "jdk.internal" package
Commit: 3e84b9cb9fd1bb3346247a2f6a820e21739bfc30
https://github.com/hibernate/hibernate-validator/commit/3e84b9cb9fd1bb334...
Author: Tomaz Cerar <tomaz.cerar(a)gmail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/Version.java
Log Message:
-----------
HV-1048 Fix validator to make to work on JDK9 with project Verona
Commit: 9bc682e053ac5e2199f0618a66f0612c2df176d4
https://github.com/hibernate/hibernate-validator/commit/9bc682e053ac5e219...
Author: Gunnar Morling <gunnar.morling(a)googlemail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/Version.java
M engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java
A engine/src/test/java/org/hibernate/validator/test/internal/util/VersionTest.java
Log Message:
-----------
HV-1048 Only warn if Java version cannot be determined
Compare: https://github.com/hibernate/hibernate-validator/compare/6251b61f4a6d...9...
8 years, 11 months