Commit Graph

152 Commits

Author SHA1 Message Date
Jens Schauder
4c898c19e4 Prepare next development iteration.
See #1857
2024-09-13 10:52:59 +02:00
Jens Schauder
67665a1114 Release version 3.2.10 (2023.1.10).
See #1857
2024-09-13 10:50:09 +02:00
Jens Schauder
a11d16538b Prepare next development iteration.
See #1836
2024-08-16 09:01:33 +02:00
Jens Schauder
65aa2138bd Release version 3.2.9 (2023.1.9).
See #1836
2024-08-16 08:58:34 +02:00
Jens Schauder
153e7e12c6 Prepare next development iteration.
See #1817
2024-07-12 13:36:34 +02:00
Jens Schauder
bbd28a616d Release version 3.2.8 (2023.1.8).
See #1817
2024-07-12 13:33:06 +02:00
Mark Paluch
46bded807e Prepare next development iteration.
See #1788
2024-06-14 10:06:43 +02:00
Mark Paluch
c427894d11 Release version 3.2.7 (2023.1.7).
See #1788
2024-06-14 10:04:22 +02:00
Jens Schauder
2f1d2e81b1 Create one connection pool for Oracle.
We now use one pooled `DataSource` for Oracle.

This should avoid problems with the TNS-Listener, which seems to have a problem with constantly opening and closing connections.

Closes #1815
Original pull request #1816
2024-06-14 09:20:18 +02:00
Mark Paluch
01dcae8c85 Prepare next development iteration.
See #1767
2024-05-17 11:24:37 +02:00
Mark Paluch
f676fd0ed7 Release version 3.2.6 (2023.1.6).
See #1767
2024-05-17 11:22:24 +02:00
Mark Paluch
93fe8604ff Prepare next development iteration.
See #1753
2024-04-12 10:17:28 +02:00
Mark Paluch
0d5a9c036f Release version 3.2.5 (2023.1.5).
See #1753
2024-04-12 10:15:11 +02:00
Mark Paluch
66b5877df5 Prepare next development iteration.
See #1741
2024-03-15 10:20:08 +01:00
Mark Paluch
fd3ada182e Release version 3.2.4 (2023.1.4).
See #1741
2024-03-15 10:17:49 +01:00
Mark Paluch
4f16e5f312 Prepare next development iteration.
See #1718
2024-02-16 13:53:51 +01:00
Mark Paluch
ea5a612dd2 Release version 3.2.3 (2023.1.3).
See #1718
2024-02-16 13:50:30 +01:00
Mark Paluch
523b5e6091 Prepare next development iteration.
See #1703
2024-01-12 10:54:32 +01:00
Mark Paluch
ba143f8886 Release version 3.2.2 (2023.1.2).
See #1703
2024-01-12 10:51:32 +01:00
Mark Paluch
4544fd710d Prepare next development iteration.
See #1671
2023-12-15 14:15:20 +01:00
Mark Paluch
d8815d924e Release version 3.2.1 (2023.1.1).
See #1671
2023-12-15 14:11:53 +01:00
Jens Schauder
72bbcc4fc4 Switch to Testcontainers Oracle Free.
Timeout increased from the default because that cause problems on CI.
Brought SD JDBC now uses `ojdbc11` as R2DBC.

Closes #1665
Original pull request #1668
2023-11-20 15:32:16 +01:00
Mark Paluch
cce7499f20 Prepare next development iteration.
See #1642
2023-11-17 14:33:54 +01:00
Mark Paluch
fe6d599d8b Release version 3.2 GA (2023.1.0).
See #1642
2023-11-17 14:29:59 +01:00
John Blum
b7855d010f Prepare next development iteration.
See #1614
2023-10-13 08:51:59 -07:00
John Blum
74ae9af708 Release version 3.2 RC1 (2023.1.0).
See #1614
2023-10-13 08:44:26 -07:00
Jens Schauder
210b63fcb4 Add failsafe:verify goal as an execution.
The failsafe plugin only fails during it's verify goal, not when actually executing the tests.

The goal is by default added to the verify phase.
But for the database tests this adds it to the integration-test phase.
This ensures that the build fail as soon a test for one database fails.

Closes #1637
2023-10-11 13:54:47 +02:00
Jens Schauder
88ab6b60ca Remove excludes for maven test execution.
Maven Surefire and Failsafe plugins by default do not run inner classes, no matter if they are `@Nested` or just plain static inner classes.

This change removes this default exclude.

Closes #1627
See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#excludes
2023-09-28 14:21:03 +02:00
Mark Paluch
610bc4521d Refine JDBC integration tests.
Introduce composed annotations and conditions to deduplicate annotations required for a test, to express database runtime conditions and database activation.
Simplify test configuration.
Split tests into unit test and integration test run.

Original pull request #1621
Closes #1620
2023-09-22 14:11:30 +02:00
Mark Paluch
813fdf2a31 Prepare next development iteration.
See #1592
2023-09-15 15:06:53 +02:00
Mark Paluch
c8de948d3e Release version 3.2 M3 (2023.1.0).
See #1592
2023-09-15 15:06:53 +02:00
Mark Paluch
2c6dbeeea3 Switch Postgres driver dependency from test to optional dependency.
See #1567
Original pull request: #1570
2023-09-06 15:35:41 +02:00
Mark Paluch
879984d2b6 Polishing.
Push JDBC-specific simple types into JdbcPostgresDialect instead of having these in the top-level dialect that shouldn't be tied to any driver technology.

Introduce profile to run Postgres tests only.
2023-09-06 14:54:09 +02:00
Julia Lee
2b1d2c834c Prepare next development iteration.
See #1562
2023-08-18 08:59:38 -04:00
Julia Lee
cb7b4679c5 Release version 3.2 M2 (2023.1.0).
See #1562
2023-08-18 08:50:33 -04:00
Mark Paluch
1ccaaf3cd5 Prepare next development iteration.
See #1511
2023-07-14 14:57:11 +02:00
Mark Paluch
f6f4ad39a0 Release version 3.2 M1 (2023.1.0).
See #1511
2023-07-14 14:53:19 +02:00
Mark Paluch
dbbafb25eb Polishing.
Reorder dependencies.

See #756
2023-06-06 08:51:25 +02:00
Mark Paluch
b2950bf133 Polishing.
Reformat code, switch to tabs. Accept property in DatabaseTypeMapping to provide more context to the type mapping component.

Rename LiquibaseChangeSetGenerator to …Writer as we're writing a changeset and computing the contents is a consequence of writing a changeset. Refine naming to express what we're actually doing.

Introduce setters for enhanced configuration of predicates. Reduce visibility of types to avoid unwanted public API where public access is not needed.

Remove usused code, move methods around for improved grouping of code.

Rename package to schema as the schema is being created and updated and not generated. Rename …Model classes to just their name as types are package-private and not visible externally. Refactor SchemaDiff to Java record.

Use different overloads to write schema changes to avoid LiquibaseException leaking into cases where no diff is being used. Introduce SchemaFilter to filter unwanted mapped entities.

Move code to JDBC module. Introduce comparator strategy to customize how table and column names are compared.

See #756
Original pull request: #1520
2023-06-06 08:51:19 +02:00
Kurt Niemi
5f4ef2ffcb Add support for schema creation using Liquibase.
We now support schema creation and schema migration by generating Liquibase changesets from mapped entities. We also support evolution of schema by comparing existing tables with mapped entities to compute differential changesets.

Closes #756
Original pull request: #1520
2023-06-06 08:51:16 +02:00
Christoph Strobl
999124763d Prepare next development iteration.
See #1498
2023-05-12 14:18:52 +02:00
Christoph Strobl
69ce8b7edf Release version 3.1 GA (2023.0.0).
See #1498
2023-05-12 14:14:39 +02:00
Greg L. Turnquist
ffefc99e2e Prepare next development iteration.
See #1456
2023-04-14 11:59:59 -05:00
Greg L. Turnquist
4fd5d6c81d Release version 3.1 RC1 (2023.0.0).
See #1456
2023-04-14 11:54:02 -05:00
Greg L. Turnquist
ccd7f19073 Test against Java 20 on CI.
See #1462.
2023-04-04 16:16:27 -05:00
Christoph Strobl
0bfed4042d Prepare next development iteration.
See #1430
2023-03-20 15:05:34 +01:00
Christoph Strobl
3ff271f100 Release version 3.1 M3 (2023.0.0).
See #1430
2023-03-20 15:01:48 +01:00
Christoph Strobl
eac53196b6 Prepare next development iteration.
See #1429
2023-02-17 14:25:47 +01:00
Christoph Strobl
0cca3e817e Release version 3.1 M2 (2023.0.0).
See #1429
2023-02-17 14:22:31 +01:00
Christoph Strobl
1290cff7c0 Prepare next development iteration.
See #1389
2023-02-17 13:31:53 +01:00