Commit Graph

169 Commits

Author SHA1 Message Date
Mark Paluch
552b10cd68 Upgrade to R2DBC Arabba SR10.
Closes #597
2021-05-14 11:22:26 +02:00
Mark Paluch
b140d18485 Remove Jasync from tests.
Jasync does not support MySQL's 8.0 caching_sha2_password and there are no plans to support it.

See #594.
2021-05-03 15:02:57 +02:00
Greg L. Turnquist
0f4f6324d9 Authenticate with artifactory.
See #571.
2021-04-22 15:20:04 -05:00
Mark Paluch
ab1545fef7 After release cleanups.
See #571
2021-04-14 14:30:14 +02:00
Mark Paluch
52e3aae996 Prepare next development iteration.
See #571
2021-04-14 14:30:11 +02:00
Mark Paluch
ad749c74a8 Release version 1.3 GA (2021.0.0).
See #571
2021-04-14 14:18:47 +02:00
Mark Paluch
ff83d808db Prepare 1.3 GA (2021.0.0).
See #571
2021-04-14 14:18:21 +02:00
Mark Paluch
ac816d75a4 After release cleanups.
See #562
2021-03-31 17:24:05 +02:00
Mark Paluch
41b2fc284a Prepare next development iteration.
See #562
2021-03-31 17:24:03 +02:00
Mark Paluch
aa5438b3e8 Release version 1.3 RC1 (2021.0.0).
See #562
2021-03-31 17:05:07 +02:00
Mark Paluch
54bef33630 Prepare 1.3 RC1 (2021.0.0).
See #562
2021-03-31 17:04:34 +02:00
Mark Paluch
d5f49b19ab Enable Oracle integration tests.
Closes #560
2021-03-18 09:30:02 +01:00
Mark Paluch
f0ae9aa1ae After release cleanups.
See #541
2021-03-17 11:30:30 +01:00
Mark Paluch
f82e55a29c Prepare next development iteration.
See #541
2021-03-17 11:30:28 +01:00
Mark Paluch
bd72ecefa9 Release version 1.3 M5 (2021.0.0).
See #541
2021-03-17 11:17:49 +01:00
Mark Paluch
f574c1d2cc Prepare 1.3 M5 (2021.0.0).
See #541
2021-03-17 11:17:26 +01:00
Mark Paluch
b7a7c2c071 Add support for Oracle's R2DBC driver.
We support Oracle's experimental R2DBC driver by providing a dialect including bind markers. Since the driver is not yet available from Maven Central and it requires module-path support for ServiceLoader discovery, we need to apply a few workarounds including absence check for our integration tests.

See #230
2021-03-15 10:14:55 +01:00
Greg L. Turnquist
9336d09fe9 Implement Query by Example.
Implement Spring Data's Query by Example feature.

See #532 and https://github.com/spring-projects/spring-data-jdbc/issues/929.
2021-03-04 15:10:43 -06:00
Mark Paluch
9b256ed149 Upgrade to Arabba SR9.
Closes #548
2021-03-02 10:48:46 +01:00
Christoph Strobl
e1524db017 After release cleanups.
See #542
2021-02-18 11:35:22 +01:00
Christoph Strobl
39c7d88101 Prepare next development iteration.
See #542
2021-02-18 11:35:20 +01:00
Christoph Strobl
ad6b1e0464 Release version 1.3 M4 (2021.0.0).
See #542
2021-02-18 11:25:13 +01:00
Christoph Strobl
9838e9eb0a Prepare 1.3 M4 (2021.0.0).
See #542
2021-02-18 11:24:46 +01:00
Christoph Strobl
b76726baff After release cleanups.
See #526
2021-02-17 14:17:49 +01:00
Christoph Strobl
0ee3ffc20d Prepare next development iteration.
See #526
2021-02-17 14:17:47 +01:00
Christoph Strobl
2834cccc57 Release version 1.3 M3 (2021.0.0).
See #526
2021-02-17 14:00:09 +01:00
Christoph Strobl
9a81985086 Prepare 1.3 M3 (2021.0.0).
See #526
2021-02-17 13:59:43 +01:00
Christoph Strobl
d6470e3dc1 After release cleanups.
See #511
2021-01-13 15:47:00 +01:00
Christoph Strobl
1e3ba9156f Prepare next development iteration.
See #511
2021-01-13 15:46:58 +01:00
Christoph Strobl
118fc9d320 Release version 1.3 M2 (2021.0.0).
See #511
2021-01-13 15:34:04 +01:00
Christoph Strobl
4aa1de28a7 Prepare 1.3 M2 (2021.0.0).
See #511
2021-01-13 15:33:34 +01:00
Greg L. Turnquist
b15ff6f323 #509 - Use Docker hub credentials for all CI jobs. 2020-12-15 09:17:03 -06:00
Mark Paluch
31c1bf2702 #489 - After release cleanups. 2020-12-09 15:32:19 +01:00
Mark Paluch
2e62c8c840 #489 - Prepare next development iteration. 2020-12-09 15:32:15 +01:00
Mark Paluch
8495b482d0 #489 - Release version 1.3 M1 (2021.0.0). 2020-12-09 15:21:55 +01:00
Mark Paluch
776ab21b1b #489 - Prepare 1.3 M1 (2021.0.0). 2020-12-09 15:21:28 +01:00
Mark Paluch
51e46843d4 #481 - After release cleanups. 2020-10-28 16:10:23 +01:00
Mark Paluch
bba33f8735 #481 - Prepare next development iteration. 2020-10-28 16:10:20 +01:00
Mark Paluch
4e30f24357 #481 - Release version 1.2 GA (2020.0.0). 2020-10-28 15:46:54 +01:00
Mark Paluch
3879c2db78 #481 - Prepare 1.2 GA (2020.0.0). 2020-10-28 15:46:31 +01:00
Mark Paluch
740c58ab18 #485 - Upgrade to R2DBC Arabba SR8. 2020-10-22 17:39:02 +02:00
Christoph Strobl
e6cf3b7c4c #462 - After release cleanups. 2020-10-14 14:48:47 +02:00
Christoph Strobl
1ae7bd97be #462 - Prepare next development iteration. 2020-10-14 14:48:46 +02:00
Christoph Strobl
8ac2963bdb #462 - Release version 1.2 RC2 (2020.0.0). 2020-10-14 14:28:56 +02:00
Christoph Strobl
1e57e4438c #462 - Prepare 1.2 RC2 (2020.0.0). 2020-10-14 14:27:38 +02:00
Mark Paluch
b47da4050a #431 - After release cleanups. 2020-09-16 14:05:28 +02:00
Mark Paluch
44899d4314 #431 - Prepare next development iteration. 2020-09-16 14:05:24 +02:00
Mark Paluch
15e33cacf8 #431 - Release version 1.2 RC1 (2020.0.0). 2020-09-16 13:57:41 +02:00
Mark Paluch
1c378bba6f #431 - Prepare 1.2 RC1 (2020.0.0). 2020-09-16 13:57:08 +02:00
Mark Paluch
2a2fd60f2c #458 - Upgrade to netty 4.1.52.Final. 2020-09-11 08:30:32 +02:00