Skip to content

Commit fd26ae2

Browse files
author
lmj
committed
fix: resolve Hibernate schema validation and transaction propagation issues
- Use @JdbcTypeCode(SqlTypes.ARRAY) for PostgreSQL array types - Implement REQUIRES_NEW transaction for error handling - Fix unit test mock environment compatibility Fixes #40 (partial), addresses core testing infrastructure
1 parent 7d21e89 commit fd26ae2

29 files changed

Lines changed: 1735 additions & 318 deletions

connectors/src/test/java/com/dbsyncer/connectors/storage/JdbcOffsetBackingStoreIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Integration test for JdbcOffsetBackingStore using Testcontainers.
2626
*/
27-
@Testcontainers
27+
@Testcontainers(disabledWithoutDocker = true)
2828
class JdbcOffsetBackingStoreIntegrationTest {
2929

3030
@Container

0 commit comments

Comments
 (0)