Mark Paluch
abda43d5a2
Updated changelog.
...
See #582
2021-05-14 12:36:34 +02:00
Mark Paluch
514c1ac481
Updated changelog.
...
See #581
2021-05-14 12:06:37 +02:00
Mark Paluch
2143ba3e88
Upgrade to MySQL 8.0.
...
Switch to a newer MySQL version to use TLSv1.2 as newer JRE versions no longer support TLSv1/TLSv1.1.
Closes #594 .
2021-05-03 15:03:34 +02:00
Mark Paluch
1a83225c56
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 14:58:30 +02:00
Greg L. Turnquist
a1ffb4dd73
Authenticate with artifactory.
...
See #571 .
2021-04-22 15:40:16 -05:00
Mark Paluch
802d7f34e3
Updated changelog.
...
See #571
2021-04-14 14:39:58 +02:00
Mark Paluch
c6f83b361c
Updated changelog.
...
See #572
2021-04-14 11:43:32 +02:00
Mark Paluch
e48e182008
After release cleanups.
...
See #563
2021-04-14 11:16:05 +02:00
Mark Paluch
8df2d04ac0
Prepare next development iteration.
...
See #563
2021-04-14 11:16:01 +02:00
Mark Paluch
76fb19b522
Release version 1.1.9 (Neumann SR9).
...
See #563
2021-04-14 11:04:45 +02:00
Mark Paluch
da3347e4f7
Prepare 1.1.9 (Neumann SR9).
...
See #563
2021-04-14 11:04:07 +02:00
Mark Paluch
3eba005610
Updated changelog.
...
See #563
2021-04-14 11:03:57 +02:00
Mark Paluch
aa5a5d71d1
Updated changelog.
...
See #564
2021-03-31 18:30:44 +02:00
Mark Paluch
244bfa0937
Updated changelog.
...
See #562
2021-03-31 17:26:04 +02:00
Mark Paluch
e4b7bd5b2c
Update R2dbcEntityTemplate.selectOne() mentioning IncorrectResultSizeDataAccessException.
...
Closes #566
2021-03-18 09:54:56 +01:00
Mark Paluch
17d55893a5
Updated changelog.
...
See #541
2021-03-17 11:31:28 +01:00
Mark Paluch
adc6a20e2a
Updated changelog.
...
See #543
2021-03-17 11:03:39 +01:00
Mark Paluch
9f4d0e09d0
After release cleanups.
...
See #539
2021-03-17 10:33:57 +01:00
Mark Paluch
3378e4b408
Prepare next development iteration.
...
See #539
2021-03-17 10:33:55 +01:00
Mark Paluch
5d63d458d3
Release version 1.1.8 (Neumann SR8).
...
See #539
2021-03-17 10:21:33 +01:00
Mark Paluch
e2506816b2
Prepare 1.1.8 (Neumann SR8).
...
See #539
2021-03-17 10:21:08 +01:00
Mark Paluch
0971d60e35
Updated changelog.
...
See #539
2021-03-17 10:20:59 +01:00
Mark Paluch
62a918c5da
Fully consume insert response.
...
R2dbcEntityTemplate.insert(…) now fully consumes the response from the INSERT call before continuing. Previously, we consumed only the first signal and continued then. A driver could emit a row and then an error signal and so the error signal would go unnoticed.
Closes #552 .
2021-03-09 16:08:59 +01:00
Mark Paluch
89f126eb47
Upgrade to Arabba SR9.
...
Closes #548
2021-03-02 10:48:40 +01:00
Christoph Strobl
40e33cd13b
Updated changelog.
...
See #542
2021-02-18 11:37:46 +01:00
Christoph Strobl
10db6fe4d9
Updated changelog.
...
See #540
2021-02-18 11:18:28 +01:00
Christoph Strobl
ebc40aa159
Updated changelog.
...
See #526
2021-02-17 14:20:33 +01:00
Christoph Strobl
c30ae6e5b8
Updated changelog.
...
See #525
2021-02-17 13:49:19 +01:00
Christoph Strobl
ea66f282b5
After release cleanups.
...
See #510
2021-02-17 11:32:50 +01:00
Christoph Strobl
291544bc9f
Prepare next development iteration.
...
See #510
2021-02-17 11:32:48 +01:00
Christoph Strobl
e9800ac04c
Release version 1.1.7 (Neumann SR7).
...
See #510
2021-02-17 11:07:42 +01:00
Christoph Strobl
bcd20b8db6
Prepare 1.1.7 (Neumann SR7).
...
See #510
2021-02-17 11:07:10 +01:00
Christoph Strobl
80fa8d9c64
Updated changelog.
...
See #510
2021-02-17 11:07:05 +01:00
Christoph Strobl
5dc4c988e7
Updated changelog.
...
See #511
2021-01-13 15:49:40 +01:00
Christoph Strobl
bdc07ae8b5
Updated changelog.
...
See #512
2021-01-13 15:16:20 +01:00
Mark Paluch
a418fd2f92
Read domain type when returning an implemented interface from repository query methods.
...
We now read the domain type instead of trying to materialize an interface if the type returned from the query method is implemented by the domain object handled by the repository.
Closes #519
2021-01-08 11:05:20 +01:00
Mark Paluch
908f17bd64
Apply UPPER function to all columns when enabling ignoreCase.
...
We now apply the UPPER function regardless of whether we could resolve the criteria property to a column. Previously, we required a resolved property of a String type which prevented non-mapped properties from case-insensitive queries.
Closes #518
2021-01-07 15:39:12 +01:00
Mark Paluch
21fcde4537
Update copyright year to 2021.
...
Closes #523
2021-01-07 11:40:34 +01:00
Kamal Mahmud
ae7af0f440
Reference Docs: typo on firstname
...
Closes #514
2021-01-07 11:35:04 +01:00
YuanQiang.Yang
981fd11f89
Update changelog.txt.
...
Fix typo decription -> description.
Closes gh-515.
2021-01-07 11:16:28 +01:00
Mark Paluch
fad42be7d6
#497 - Updated changelog.
2020-12-09 16:47:39 +01:00
Mark Paluch
5110a99097
#489 - Updated changelog.
2020-12-09 15:33:20 +01:00
Mark Paluch
47c357de5e
#487 - After release cleanups.
2020-12-09 12:41:25 +01:00
Mark Paluch
6ed38c4488
#487 - Prepare next development iteration.
2020-12-09 12:41:18 +01:00
Mark Paluch
9c48facc00
#487 - Release version 1.1.6 (Neumann SR6).
2020-12-09 11:16:20 +01:00
Mark Paluch
5ac88e0fd9
#487 - Prepare 1.1.6 (Neumann SR6).
2020-12-09 11:15:54 +01:00
Mark Paluch
96092b80c5
#487 - Updated changelog.
2020-12-09 11:15:50 +01:00
Mark Paluch
e6ee54f503
#488 - Updated changelog.
2020-11-11 12:34:37 +01:00
Michael Simons
70f9906ab8
#494 - Fix links to Spring-Framework reference docs.
...
Original pull request: #495 .
2020-11-03 15:19:28 +01:00
Mark Paluch
e2fb2ec8a1
#490 - Enable Maven caching for Jenkins jobs.
2020-10-29 16:17:22 +01:00