[hibernate/hibernate-orm] d13236: Fix hibernate-maven-plugin integration test issues...
by Christian Beikov
Branch: refs/heads/7.4
Home: https://github.com/hibernate/hibernate-orm
Commit: d13236e864eb0aa9a22d9517e0b7ea0a1ddc6769
https://github.com/hibernate/hibernate-orm/commit/d13236e864eb0aa9a22d951...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M tooling/hibernate-ant/src/test/java/org/hibernate/tool/ant/TestTemplate.java
M tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/reveng/ExamplesTestIT.java
M tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/reveng/TransformHbmTestIT.java
Log Message:
-----------
Fix hibernate-maven-plugin integration test issues on Windows
Commit: a49f6b9f7a23eda0e1c96f180ffb6bbbbed38954
https://github.com/hibernate/hibernate-orm/commit/a49f6b9f7a23eda0e1c96f1...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/naming/PhysicalNamingTest.java
Log Message:
-----------
Fix test compilation problems on main
Commit: 0271e094a2d7a8c3f72e21b320e48697164b3c11
https://github.com/hibernate/hibernate-orm/commit/0271e094a2d7a8c3f72e21b...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationAdvancedTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationCollectionShapesTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationEdgeCasesTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationManyToManyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationOrderItemTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationStreamInterleavingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionWithOrderByFetchPaginationStreamInterleavingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/hhh9965/HHH9965Test.java
Log Message:
-----------
Use DialectFeatureCheck instead of skipping for SybaseASE only
Commit: 34eb1501dde5ecc41c8ed0bb56051e4ae199c560
https://github.com/hibernate/hibernate-orm/commit/34eb1501dde5ecc41c8ed0b...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/AbstractSqmSelectionQuery.java
Log Message:
-----------
Improve entity root detection code allow map-mode entities
Commit: d50e8667002a0f6f7d69a7d460f7770dc2da38ea
https://github.com/hibernate/hibernate-orm/commit/d50e8667002a0f6f7d69a7d...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/CaseStatementDiscriminatorMappingImpl.java
Log Message:
-----------
Avoid concurrency issue in racing initialization in CaseStatementDiscriminatorMappingImpl
Commit: f0d4046d5a5dab1c8162c96338bb219a01c0250d
https://github.com/hibernate/hibernate-orm/commit/f0d4046d5a5dab1c8162c96...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/internal/CollectionFetchPaginationQueryTransformer.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/spi/ExpressionReplacementWalker.java
Log Message:
-----------
Pull up improvements to ExpressionReplacementWalker and avoid initializing LazyTableGroup in CollectionFetchPaginationQueryTransformer
Commit: dc3166d307418f3ed5417371409f510e52c4eece
https://github.com/hibernate/hibernate-orm/commit/dc3166d307418f3ed541737...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/function/AggregateWindowEmulationQueryTransformer.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/CaseStatementDiscriminatorMappingImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/function/SelfRenderingFunctionSqlAstExpression.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/internal/TableGroupHelper.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/spi/AbstractSqlAstWalker.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/spi/ExpressionReplacementWalker.java
Log Message:
-----------
Fix expression replacement and abstract walkers for handling of SelfRenderingExpression
Commit: 1ccbbf2fc2595d6cb9dc704970e6eaa1f8cd9588
https://github.com/hibernate/hibernate-orm/commit/1ccbbf2fc2595d6cb9dc704...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/ConcreteSqmSelectQueryPlan.java
Log Message:
-----------
Fix interpretation of the limit and offset JdbcParameter for result count estimates
Commit: 85a5ed3689a5729c5ad7ff67925b5db8639c669d
https://github.com/hibernate/hibernate-orm/commit/85a5ed3689a5729c5ad7ff6...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/AbstractSqmSelectionQuery.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/internal/CollectionFetchPaginationQueryTransformer.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pagination/CollectionFetchPaginationTest.java
Log Message:
-----------
Make CollectionFetchPaginationQueryTransformer more robust
* Don't attempt to rewrite query shapes that would change semantics
* Support queries with complex select expressions
* Support positional ordering
Compare: https://github.com/hibernate/hibernate-orm/compare/901edcce9edf...85a5ed3...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 month, 2 weeks
[hibernate/hibernate-orm] 88df2e: Bump the build-dependencies group across 1 directo...
by dependabot[bot]
Branch: refs/heads/dependabot/gradle/build-dependencies-b6411a571f
Home: https://github.com/hibernate/hibernate-orm
Commit: 88df2eb2eacaec9a01968ce0983b1686df631bce
https://github.com/hibernate/hibernate-orm/commit/88df2eb2eacaec9a01968ce...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M build.gradle
M local-build-plugins/build.gradle
M settings.gradle
Log Message:
-----------
Bump the build-dependencies group across 1 directory with 7 updates
Bumps the build-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| biz.aQute.bnd | `7.2.1` | `7.2.3` |
| com.diffplug.spotless | `8.3.0` | `8.4.0` |
| com.gradle.develocity | `4.3.2` | `4.4.1` |
| com.gradle.common-custom-user-data-gradle-plugin | `2.4.0` | `2.6.0` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.22.1` | `1.22.2` |
| org.apache.maven:maven-embedder | `3.9.14` | `3.9.15` |
Updates `biz.aQute.bnd` from 7.2.1 to 7.2.3
Updates `com.diffplug.spotless` from 8.3.0 to 8.4.0
Updates `com.gradle.develocity` from 4.3.2 to 4.4.1
Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.4.0 to 2.6.0
Updates `org.jsoup:jsoup` from 1.22.1 to 1.22.2
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.22.1...jsoup-1.22.2)
Updates `org.apache.maven:maven-embedder` from 3.9.14 to 3.9.15
Updates `org.apache.maven:maven-compat` from 3.9.14 to 3.9.15
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.9.14...maven-3.9...
---
updated-dependencies:
- dependency-name: biz.aQute.bnd
dependency-version: 7.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: com.diffplug.spotless
dependency-version: 8.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: com.gradle.develocity
dependency-version: 4.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
dependency-version: 2.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.jsoup:jsoup
dependency-version: 1.22.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: org.apache.maven:maven-embedder
dependency-version: 3.9.15
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: org.apache.maven:maven-compat
dependency-version: 3.9.15
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 month, 2 weeks