Commit Graph

1776 Commits

Author SHA1 Message Date
Mark Paluch
bcd321bf21 After release cleanups.
See #1428
2023-03-03 11:02:48 +01:00
Mark Paluch
1fc5769eb2 Prepare next development iteration.
See #1428
2023-03-03 11:02:47 +01:00
Mark Paluch
ebeb455019 Release version 3.0.3 (2022.0.3).
See #1428
2023-03-03 10:59:34 +01:00
Mark Paluch
4a1649d965 Prepare 3.0.3 (2022.0.3).
See #1428
2023-03-03 10:59:18 +01:00
Mark Paluch
096e10367b Upgrade to Maven Wrapper 3.9.0.
See #1432
2023-02-20 11:59:45 +01:00
Mark Paluch
7785b71168 After release cleanups.
See #1413
2023-02-17 11:02:28 +01:00
Mark Paluch
398df479a8 Prepare next development iteration.
See #1413
2023-02-17 11:02:26 +01:00
Mark Paluch
5ccb24a8ae Release version 3.0.2 (2022.0.2).
See #1413
2023-02-17 10:59:28 +01:00
Mark Paluch
d0312c6099 Prepare 3.0.2 (2022.0.2).
See #1413
2023-02-17 10:59:15 +01:00
Mark Paluch
316f5a2950 Upgrade to R2DBC Postgresql 1.0.1.RELEASE.
Closes #1425
2023-02-16 16:23:08 +01:00
Jens Schauder
26f2fb5812 Fixed Postgres scripts.
See #1406
See #1405
2023-02-14 11:05:25 +01:00
Mark Paluch
0be8784969 Remove superfluous Arrays.fill(…) from ArrayUtils.getArrayClass(…).
Closes #1420
2023-01-30 15:39:47 +01:00
Mark Paluch
1c05b9feb9 Update CI properties.
See #1413
2023-01-30 10:49:32 +01:00
Mark Paluch
66cb83bb00 Upgrade to Maven Wrapper 3.8.7.
See #1418
2023-01-30 10:47:29 +01:00
Mark Paluch
f3a7586db6 Polishing.
Simplify sanitizer. Add unit test.

See #1405
See #1406
Original pull request #1415
2023-01-26 09:41:06 +01:00
Jens Schauder
eff0c72126 SqlIdentifierParameterSource now sanitizes identifier names.
Closes #1405
See #1406
Original pull request #1415
2023-01-26 09:41:06 +01:00
Mikhail2048
e2422c2a83 Integration test added to demonstrate behavior when column names contain characters illegal for bind parameters.
See #1405
Related pull request #1406
Original pull request #1415
2023-01-26 09:41:06 +01:00
Mark Paluch
0dd33f87c7 After release cleanups.
See #1388
2023-01-13 11:43:32 +01:00
Mark Paluch
717c783218 Prepare next development iteration.
See #1388
2023-01-13 11:43:30 +01:00
Mark Paluch
444db60f06 Release version 3.0.1 (2022.0.1).
See #1388
2023-01-13 11:40:51 +01:00
Mark Paluch
16804bfb45 Prepare 3.0.1 (2022.0.1).
See #1388
2023-01-13 11:40:40 +01:00
Mark Paluch
d6e00a8734 Fix BLOB reading and writing.
We now correctly consider ByteBuffer, Clob, and Blob types as additional types to read and write blob data.

Closes #1408
2023-01-10 15:09:56 +01:00
Jens Schauder
1ff403e174 Allow empty Iterable arguments in JdbcAggregateTemplate again.
This also affects repositories since they delegate to the template.

Closes #1401
2023-01-03 09:44:54 +01:00
Mark Paluch
5d3e737393 Extend license header copyright years to 2023.
See #1398
2023-01-02 09:50:19 +01:00
Mark Paluch
d264648276 Update CI properties.
See #1388
2022-11-18 15:31:29 +01:00
Mark Paluch
0d05ee93be Enable upstream build triggers.
See #1361.
2022-11-18 15:13:43 +01:00
Mark Paluch
7edad500c1 After release cleanups.
See #1361
2022-11-18 14:30:31 +01:00
Mark Paluch
01f82a8026 Prepare next development iteration.
See #1361
2022-11-18 14:30:30 +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
690488ef99 Prepare 3.0 GA (2022.0.0).
See #1361
2022-11-18 14:26:13 +01:00
Mark Paluch
f27736e980 Polishing.
Extend tests to use aliased columns.

See #1362
Original pull request: #1368
2022-11-16 14:32:34 +01:00
schauder
d5f7ab56c2 Fix broken join conditions with InlineQuery.
Before this fix, whenever a column of an inline query was rendered the `InlineQuery` and all its children were visited, resulting in spurious output.
This is no prevented by injecting a NoopVisitor.

Closes: #1362
Original pull request: #1368
2022-11-16 14:32:34 +01:00
Koen Punt
e228757494 Add failing test with multiple joins and InlineQuery.
Adds a test demonstrating that the join condition of inline queries messes up those of outer joins.

Closes: #1362
Original pull request: #1368
2022-11-16 14:32:34 +01:00
Levani Kokhreidze
bb23f86d11 Fix jdbc-custom-conversions.adoc Java code snippet alignment.
Original pull request #1369
2022-11-16 10:26:28 +01:00
Dmitriy
559a4488ea Add Transactional annotation to deleteAllById.
Original pull request #1370
2022-11-15 16:23:04 +01:00
Christoph Strobl
5fbc68ef87 Add Nullable annotation to parameter of overridden equals method.
Closes #1374
Original pull request #1375
2022-11-11 16:05:59 +01:00
Mark Paluch
ae1bb6a448 Fix empty collection conversion.
We now consider the target type for empty collections.

Closes #1379
2022-11-11 16:00:44 +01:00
Mark Paluch
c7856d9fbb Upgrade to R2DBC drivers 1.0 GA.
Closes #1378
2022-11-11 09:36:14 +01:00
Jens Schauder
5349fde133 Replace New and Noteworthy with links to release notes.
Closes #1351
Original pull request #1352
See spring-projects/spring-data-commons#2723
2022-11-10 10:34:31 +01:00
Mark Paluch
992e469c94 After release cleanups.
See #1366
2022-11-04 15:26:39 +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
e0a5f88b56 Prepare 3.0 RC2 (2022.0.0).
See #1366
2022-11-04 15:23:07 +01:00
Mark Paluch
541eee7c8b Guard integration tests against known not-working OS variants.
Closes #1371
2022-10-31 15:02:59 +01:00
Mark Paluch
3b6c2f06ae Disable package cycle tests to unblock CI builds.
See #1366
2022-10-31 14:45:38 +01:00
Mark Paluch
3fa10f1482 Update CI properties.
See #1366
2022-10-31 10:36:36 +01:00
Mark Paluch
04aacd89d2 After release cleanups.
See #1333
2022-10-13 17:31:17 +02: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
Mark Paluch
debf0b7563 Prepare 3.0 RC1 (2022.0.0).
See #1333
2022-10-13 17:24:05 +02:00