[hibernate/hibernate-orm] b0cd38: HHH-20337 Fix Spanner PostgreSQL upsert and skip u...
by Sakthivel Subramanian
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: b0cd38ace0af7e1022513c3c420a64eaffeea9c9
https://github.com/hibernate/hibernate-orm/commit/b0cd38ace0af7e1022513c3...
Author: Sakthivel Subramanian <sakthipvmj(a)gmail.com>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SpannerPostgreSQLDialect.java
A hibernate-core/src/main/java/org/hibernate/sql/model/jdbc/OptionalTableUpdateWithOptionalRowCount.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/JsonEmbeddableArrayTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/proxy/MultipleSessionFactoriesProxyTest.java
M hibernate-core/src/test/resources/hibernate.properties
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Log Message:
-----------
HHH-20337 Fix Spanner PostgreSQL upsert and skip unsupported tests
- Introduce `OptionalTableUpdateWithOptionalRowCount` in `hibernate-core` to allow both 0 and 1 affected rows for `ON CONFLICT DO NOTHING` operations in Spanner.
- Update `SpannerPostgreSQLDialect` to use the new optional row count operation.
- Add `SupportsJsonArrayGet` feature check and use it to skip `JsonEmbeddableArrayTest.testSelectionItems` on dialects without `array_get` support.
- Add `@RequiresDialectFeature(feature = SupportsNumericPrimaryKey.class)` to `MultipleSessionFactoriesProxyTest` to skip it on dialects that don't support numeric PKs.
- Enable `hibernate.dialect.spanner.use_emulator` in `hibernate.properties` for testing.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 week, 6 days
[hibernate/hibernate-search] cd8aef: Bump opensearchproject/opensearch
by dependabot[bot]
Branch: refs/heads/dependabot/docker/build/container/search-backend/search-backend-containers-475295acec
Home: https://github.com/hibernate/hibernate-search
Commit: cd8aef0dcd23f155b648533e2dac213811ae3ab5
https://github.com/hibernate/hibernate-search/commit/cd8aef0dcd23f155b648...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M build/container/search-backend/amazon-opensearch-serverless.Dockerfile
M build/container/search-backend/opensearch.Dockerfile
Log Message:
-----------
Bump opensearchproject/opensearch
Bumps the search-backend-containers group in /build/container/search-backend with 1 update: opensearchproject/opensearch.
Updates `opensearchproject/opensearch` from `508d340` to `57bd3c8`
---
updated-dependencies:
- dependency-name: opensearchproject/opensearch
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: search-backend-containers
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
2 weeks
[hibernate/hibernate-orm] a21798: Bump the build-dependencies group across 1 directo...
by dependabot[bot]
Branch: refs/heads/dependabot/gradle/build-dependencies-c709e272fc
Home: https://github.com/hibernate/hibernate-orm
Commit: a217985ad5d995101aba4680449cf09bb401ee81
https://github.com/hibernate/hibernate-orm/commit/a217985ad5d995101aba468...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2026-04-15 (Wed, 15 Apr 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 4 updates
Bumps the build-dependencies group with 4 updates in the / directory: biz.aQute.bnd, com.diffplug.spotless, com.gradle.develocity and com.gradle.common-custom-user-data-gradle-plugin.
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.0
Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.4.0 to 2.5.0
---
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.0
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.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
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
2 weeks, 1 day