John Blum
2c0de7b45f
After release cleanups.
...
See #1614
2023-10-13 08:52:01 -07: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
John Blum
4c0e10fca7
Prepare 3.2 RC1 (2023.1.0).
...
See #1614
2023-10-13 08:43:57 -07:00
Jens Schauder
64eeecd1e3
Run integration tests during ci build.
...
See #1637
2023-10-11 15:18:29 +02: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
52d316310b
Upgrade to Mybatis 3.5.13.
...
Original pull request #1222
2023-10-10 08:34:05 +02:00
Jens Schauder
1c66098de7
Upgrade to Mybatis-Spring 3.0.2.
...
Original pull request #1222
2023-10-10 08:34:05 +02:00
Jens Schauder
3b2e8c7a7e
Upgrade to Mybatis Spring Version 2.1.0.
...
Closes #1220
Original pull request #1222
2023-10-10 08:33:33 +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
7b27d0e08c
Add JMH benchmarks and optimizations to affected components.
...
See #1601
Original pull request: #1617
2023-09-26 14:40:01 +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
8bb72665f1
After release cleanups.
...
See #1592
2023-09-15 15:06:53 +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
3b9e0626da
Prepare 3.2 M3 (2023.1.0).
...
See #1592
2023-09-15 15:06:53 +02:00
Julia Lee
a6c855f45e
After release cleanups.
...
See #1562
2023-08-18 08:59:41 -04: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
Julia Lee
0c39621c73
Prepare 3.2 M2 (2023.1.0).
...
See #1562
2023-08-18 08:49:41 -04:00
Mark Paluch
7d5bc1cbd9
After release cleanups.
...
See #1511
2023-07-14 14:57:13 +02: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
290fea4ae3
Prepare 3.2 M1 (2023.1.0).
...
See #1511
2023-07-14 14:52:14 +02:00
Mark Paluch
6b3819c6db
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
...
Closes #1527
2023-06-06 09:59:33 +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
9acf426ff7
After release cleanups.
...
See #1498
2023-05-12 14:18:54 +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
Christoph Strobl
370b757a2c
Prepare 3.1 GA (2023.0.0).
...
See #1498
2023-05-12 14:14:09 +02:00
Greg L. Turnquist
dca880c412
After release cleanups.
...
See #1456
2023-04-14 12:00:05 -05: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
6fc4243327
Prepare 3.1 RC1 (2023.0.0).
...
See #1456
2023-04-14 11:53:26 -05:00
Jens Schauder
21428af950
Remove snapshot plugin repository from the pom.xml.
...
Closes #1485
2023-04-06 17:05:44 +02:00
Jens Schauder
2ed2d2e1f7
Upgrade DB2 JDBC driver to 11.5.8.0.
...
Closes #1471
2023-03-30 16:29:23 +02:00
Jens Schauder
19b1268cb1
Upgrade HsqlDb JDBC driver to 2.7.1.
...
Closes #1470
2023-03-30 16:27:58 +02:00
Jens Schauder
7c2c71342c
Upgrade Maria DB JDBC driver to 3.1.3.
...
Closes #1469
2023-03-30 16:27:09 +02:00
Jens Schauder
eca8c233ab
Upgrade MS Sql Server JDBC driver to 12.2.0.jre11.
...
Closes #1468
2023-03-30 16:26:16 +02:00
Jens Schauder
7d90092fb9
Upgrade MySql JDBC driver to 8.0.32.
...
Closes #1467
2023-03-30 16:25:10 +02:00
Jens Schauder
2c615b4207
Upgrade Postgres JDBC driver to 42.6.0.
...
Closes #1466
2023-03-30 16:24:07 +02:00
Jens Schauder
b5f7fbd397
Upgrade Oracle JDBC driver to 19.18.0.0.
...
Closes #1465
2023-03-30 16:23:17 +02:00
Christoph Strobl
e4ec418386
After release cleanups.
...
See #1430
2023-03-20 15:05:36 +01: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
16241e1288
Prepare 3.1 M3 (2023.0.0).
...
See #1430
2023-03-20 15:01:20 +01:00
Jens Schauder
5334001ee2
Upgrade ArchUnit to 1.0.1.
...
Closes #1442
2023-03-03 12:33:29 +01:00
Christoph Strobl
100cf00472
After release cleanups.
...
See #1429
2023-02-17 14:25:49 +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