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
Mark Paluch
44f77215bf
Reinstate integration tests for R2DBC MySQL.
...
Closes #1475
2023-04-11 10:50:40 +02: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
Mark Paluch
7341a02345
Reinstate support for mariadb-r2dbc.
...
Closes #1364
2023-03-16 15:51:37 +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
Christoph Strobl
8f4945c402
Release version 3.1 M1 (2023.0.0).
...
See #1389
2023-02-17 13:27:50 +01:00
Mark Paluch
91697b9b6e
Upgrade to R2DBC Postgresql 1.0.1.RELEASE.
...
Closes #1425
2023-02-16 16:22:29 +01:00
Jens Schauder
9d5c11e670
Upgrade postgres JDBC to 42.4.3.
...
Also remove separate postgresql version for R2DBC.
Closes #1390
2022-11-29 15:46:42 +01:00
Mark Paluch
8ed08e5e8e
Prepare next development iteration.
...
See #1361
2022-11-18 14:30:19 +01:00
Mark Paluch
c244985b56
Release version 3.0 GA (2022.0.0).
...
See #1361
2022-11-18 14:26:23 +01:00
Mark Paluch
c7856d9fbb
Upgrade to R2DBC drivers 1.0 GA.
...
Closes #1378
2022-11-11 09:36:14 +01:00
Mark Paluch
dac1729713
Prepare next development iteration.
...
See #1366
2022-11-04 15:26:38 +01:00
Mark Paluch
06e40a3f30
Release version 3.0 RC2 (2022.0.0).
...
See #1366
2022-11-04 15:23:17 +01:00
Mark Paluch
61dcc5168b
Prepare next development iteration.
...
See #1333
2022-10-13 17:31:15 +02:00
Mark Paluch
99ac540555
Release version 3.0 RC1 (2022.0.0).
...
See #1333
2022-10-13 17:24:26 +02:00
Jens Schauder
58bf5566b6
Dependency tests are now based on ArchUnit.
...
Replaced ignored tests with exclusion of packages and classes.
Upgraded ArchUnit dependency to 1.0.0.
Closes #1354
2022-10-10 13:27:59 +02:00
Spring Builds
3ab0731fe4
Prepare next development iteration.
...
See #1295
2022-09-19 14:39:01 +00:00
Spring Builds
22618431d8
Release version 3.0 M6 (2022.0.0).
...
See #1295
2022-09-19 14:15:28 +00:00
Mark Paluch
3f1dab93e4
Adopt to changed Mockk artifact name.
...
Closes #1326
2022-09-12 11:16:58 +02:00
dependabot[bot]
d4fe31a9e8
Upgrade to postgresql 42.4.1.
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.4.0 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.4.0...REL42.4.1 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Closes #1302
2022-08-08 09:43:45 +02:00
Christoph Strobl
6b9f49e86a
Prepare next development iteration.
...
See #1247
2022-07-15 15:30:49 +02:00
Christoph Strobl
92150f721d
Release version 3.0 M5 (2022.0.0).
...
See #1247
2022-07-15 15:18:32 +02:00
Mark Paluch
f442261936
Upgrade to R2DBC MSSQL 1.0.0.RC1.
...
Enable tests for SQL Server.
See #1292
2022-07-14 11:37:57 +02:00
Mark Paluch
ee6c2c89b5
Upgrade to R2DBC 1.0.
...
Removed SQL Server and MariaDB tests for the time being until drivers are available.
Closes #1292
2022-07-13 12:10:04 +02:00
Jens Schauder
ce68431b49
Upgrade SQL Server JDBC driver to 10.2.1.jre17
...
Closes #1284
2022-07-04 16:09:02 +02:00
Jens Schauder
3dc3f98ec2
Upgrade Oracle JDBC driver to the latest working version.
...
Turns out the latest working version for Spring Data JDBC is ojdbc8 19.15.0.0.1. ojdbc11 or later versions of ojdbc8 contain a bug that breaks batching.
Since Spring Data R2DBC only uses the driver for testing. fFor it the latest working version is ojdbc11 21.6.0.0.1.
Closes #1270
2022-06-22 16:13:16 +02:00
Jens Schauder
e151a84d6e
Upgrade PostgreSql JDBC driver to 42.4.0
...
Closes #1266
2022-06-21 09:49:38 +02:00
Jens Schauder
d40c540be5
Upgrade to mysql connector 8.0.29
...
Closes #1265
2022-06-21 09:38:53 +02:00
Christoph Strobl
b671f48a2c
Prepare next development iteration.
...
See #1206
2022-05-13 10:53:24 +02:00
Christoph Strobl
4e82d9d496
Release version 3.0 M4 (2022.0.0).
...
See #1206
2022-05-13 10:44:01 +02:00
Mark Paluch
86e36b08f6
Prepare next development iteration.
...
See #1205
2022-03-22 14:07:37 +01:00
Mark Paluch
755dc05502
Release version 3.0 M3 (2022.0.0).
...
See #1205
2022-03-22 14:00:24 +01:00
Mark Paluch
8aeb9bfb97
Prepare next development iteration.
...
See #1132
2022-03-21 16:44:40 +01:00
Mark Paluch
7f2534a384
Release version 3.0 M2 (2022.0.0).
...
See #1132
2022-03-21 16:35:09 +01:00
Mark Paluch
ce83eacfd1
Upgrade to netty 4.1.75.Final.
...
See #1197
2022-03-18 08:43:06 +01:00
Mark Paluch
6d9cf19a8f
Upgrade to R2DBC Borca-SR1.
...
Closes #1197
2022-03-18 08:42:51 +01:00
Mark Paluch
9a42776381
Import Spring Data R2DBC module into Spring Data Relational.
...
Closes #1179
2022-02-21 10:43:01 +01:00
Mark Paluch
824885e2ad
Add 'spring-data-r2dbc/' from commit '6289f4de9bf89f1d371ea3ae8810865a20beca9c'
...
git-subtree-dir: spring-data-r2dbc
git-subtree-mainline: c1c38a71d6
git-subtree-split: 6289f4de9b
2022-02-21 10:26:05 +01:00
Mark Paluch
d23c43882b
DATAJDBC-272 - Update readme files according to module split.
2018-10-17 12:41:42 +02:00
Mark Paluch
6a60c53602
DATAJDBC-272 - Split Spring Data JDBC project into modules.
2018-10-17 12:40:51 +02:00