Branch: refs/heads/6.2
Home: https://github.com/hibernate/hibernate-validator
Commit: 73b057bee35c60a92e7dde15c6d85e829c55c66a
https://github.com/hibernate/hibernate-validator/commit/73b057bee35c60a92...
Author: Jenkins <ci(a)hibernate.org>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M README.md
Log Message:
-----------
[Jenkins release job] README.md updated by release build 6.2.2.Final
Commit: cba005f23b1186337ef4744ea3989eb750a60875
https://github.com/hibernate/hibernate-validator/commit/cba005f23b1186337...
Author: Jenkins <ci(a)hibernate.org>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 6.2.2.Final
Commit: 1094476b9b1fecaa6fd9704a1dd17e8b9e985540
https://github.com/hibernate/hibernate-validator/commit/1094476b9b1fecaa6...
Author: Jenkins <ci(a)hibernate.org>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M annotation-processor/pom.xml
M build-config/pom.xml
M cdi/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M integration/pom.xml
M modules/pom.xml
M osgi/felixtest/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 relocation/annotation-processor/pom.xml
M relocation/cdi/pom.xml
M relocation/engine/pom.xml
M relocation/karaf-features/pom.xml
M relocation/pom.xml
M tck-runner/pom.xml
M test-utils/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing release 6.2.2.Final
Commit: d34f4c1d58deddcfb449d313086335f7533dcdfc
https://github.com/hibernate/hibernate-validator/commit/d34f4c1d58deddcfb...
Author: Jenkins <ci(a)hibernate.org>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M annotation-processor/pom.xml
M build-config/pom.xml
M cdi/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M integration/pom.xml
M modules/pom.xml
M osgi/felixtest/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 relocation/annotation-processor/pom.xml
M relocation/cdi/pom.xml
M relocation/engine/pom.xml
M relocation/karaf-features/pom.xml
M relocation/pom.xml
M tck-runner/pom.xml
M test-utils/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Compare: https://github.com/hibernate/hibernate-validator/compare/199469201923...d...
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 9ebac67737a59e93a5c83d07a6af2cecc2fc3c6f
https://github.com/hibernate/hibernate-orm/commit/9ebac67737a59e93a5c83d0...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
Log Message:
-----------
change the new syntax for HQL collection-aggregates
this feels more consistent to me, and avoids introducing "new" syntax
Commit: 437da239619df61fda88264d07fa76c6f42e243a
https://github.com/hibernate/hibernate-orm/commit/437da239619df61fda88264...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4
M hibernate-core/src/main/java/org/hibernate/query/hql/internal/QualifiedJoinPathConsumer.java
M hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/StrictJpaComplianceViolation.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/domain/gambit/SimpleEntity.java
Log Message:
-----------
removing a questionable grammar rule seems to make implicit collection joins work
Commit: 4d024fde8ba8ce1d67f7d0e60f4b5b2f3812c216
https://github.com/hibernate/hibernate-orm/commit/4d024fde8ba8ce1d67f7d0e...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
Log Message:
-----------
update documentation to explain implicit collection joins
Compare: https://github.com/hibernate/hibernate-orm/compare/582853642801...4d024fd...