Mark Paluch
142aeaaf18
After release cleanups.
...
See #755
2022-06-20 11:12:22 +02:00
Mark Paluch
7de70fc71d
Prepare next development iteration.
...
See #755
2022-06-20 11:12:19 +02:00
Mark Paluch
f5562d827a
Release version 1.4.5 (2021.1.5).
...
See #755
2022-06-20 10:59:10 +02:00
Mark Paluch
373670e2ea
Prepare 1.4.5 (2021.1.5).
...
See #755
2022-06-20 10:58:43 +02:00
Mark Paluch
ba91f31146
Upgrade to Maven Wrapper 3.8.5.
...
See #761
2022-06-03 09:42:17 +02:00
Mark Paluch
6169e0d15b
Update CI properties.
...
See #755
2022-06-03 09:35:43 +02:00
Robert Heim
be980d9e52
Do not override existing limit in R2dbcEntityTemplate.selectOne.
...
Closes #758
2022-04-29 11:11:26 +02:00
Christoph Strobl
f4e3e2a30e
After release cleanups.
...
See #743
2022-04-19 12:13:24 +02:00
Christoph Strobl
d9df779332
Prepare next development iteration.
...
See #743
2022-04-19 12:13:21 +02:00
Christoph Strobl
0a524862a0
Release version 1.4.4 (2021.1.4).
...
See #743
2022-04-19 12:03:14 +02:00
Christoph Strobl
902b38dd43
Prepare 1.4.4 (2021.1.4).
...
See #743
2022-04-19 12:02:44 +02:00
Mark Paluch
fb3ff5d5a3
Use Spring Data JDBC version property for Spring Data Relational dependencies.
...
Closes #754
2022-04-19 11:59:18 +02:00
Mark Paluch
9774d05038
After release cleanups.
...
See #724
2022-03-21 15:06:37 +01:00
Mark Paluch
14965f70c8
Prepare next development iteration.
...
See #724
2022-03-21 15:06:35 +01:00
Mark Paluch
b302f53d53
Release version 1.4.3 (2021.1.3).
...
See #724
2022-03-21 14:58:52 +01:00
Mark Paluch
49852ad9fa
Prepare 1.4.3 (2021.1.3).
...
See #724
2022-03-21 14:58:26 +01:00
Mark Paluch
b9b3113e08
Upgrade to netty 4.1.75.Final.
...
See #741
2022-03-18 08:41:39 +01:00
Mark Paluch
80fe5c7875
Upgrade to R2DBC Arabba-SR13.
...
Closes #741
2022-03-18 08:41:30 +01:00
Mark Paluch
2f6a4c62e7
Use Java 8 to build snapshots for Artifactory.
...
Closes #726
2022-03-15 14:34:48 +01:00
Mark Paluch
2db3daa6db
Correctly apply bind value for isTrue/isFalse criteria.
...
We now translate isTrue/isFalse criteria values if their actual value is not provided.
The more correct approach would be setting a value in Criteria.
Closes #733
2022-02-28 15:10:22 +01:00
Mark Paluch
ec566d54bf
Update CI properties.
...
See #724
2022-02-22 14:09:13 +01:00
Mark Paluch
bf83c645c0
Upgrade to Maven Wrapper 3.8.4.
...
See #729
2022-02-22 13:56:04 +01:00
Mark Paluch
4cbcb381c9
Polishing.
...
Externalize artifactory credentials identifier.
See #726
2022-02-22 10:15:10 +01:00
Mark Paluch
728cd4c545
Polishing.
...
Externalize artifactory credentials identifier.
See #726
2022-02-22 10:14:58 +01:00
Mark Paluch
2d24cfc53e
Use Java 17 to build snapshots for Artifactory.
...
Closes #726
2022-02-22 10:14:58 +01:00
Mark Paluch
89b893c849
After release cleanups.
...
See #704
2022-02-18 10:49:01 +01:00
Mark Paluch
33a14a70df
Prepare next development iteration.
...
See #704
2022-02-18 10:48:59 +01:00
Mark Paluch
6689861fd2
Release version 1.4.2 (2021.1.2).
...
See #704
2022-02-18 10:41:00 +01:00
Mark Paluch
e1013a3677
Prepare 1.4.2 (2021.1.2).
...
See #704
2022-02-18 10:40:38 +01:00
Christoph Strobl
d9a22133e4
Update copyright year to 2022.
...
See: #722
2022-02-17 14:43:15 +01:00
Greg L. Turnquist
d0bb7a1d08
Update CI properties.
...
See #704
2022-02-14 14:39:49 -06:00
dependabot[bot]
5343f5a4c3
Upgrade postgresql to 42.2.25.
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.2.5 to 42.2.25.
- [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.2.5...REL42.2.25 )
---
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 #716
2022-02-10 10:55:55 +01:00
Mark Paluch
ad34d50b09
Polishing.
...
Extract docker credentials into properties file.
See #715
2022-02-03 13:15:38 +01:00
Greg L. Turnquist
6826995aea
Externalize build properties.
...
See #715 .
2022-02-03 13:15:38 +01:00
Mark Paluch
31b722a95c
Guard access to identifier property.
...
We now check in all places where we optionally use the Id property that an entity actually has an Id property and fall back leniently if the entity doesn't have an identifier property.
Also, we use IdentifierAccessor consistently if the property is an identifier property.
See #711
2022-01-20 13:39:45 +01:00
Mark Paluch
6a43de0b44
Polishing.
...
Reformat code. Add author tags.
See: #698
Original pull request: #708 .
2022-01-17 10:55:50 +01:00
Manousos Mathioudakis
a5206e479d
Fix isTrue/isFalse comparison for SQL server by using bind values.
...
Closes : #698
Original pull request: #708 .
2022-01-17 10:55:50 +01:00
Christoph Strobl
d1c5f94960
After release cleanups.
...
See #686
2022-01-14 10:45:01 +01:00
Christoph Strobl
9ca34c1f42
Prepare next development iteration.
...
See #686
2022-01-14 10:44:58 +01:00
Christoph Strobl
9b651efaeb
Release version 1.4.1 (2021.1.1).
...
See #686
2022-01-14 10:28:58 +01:00
Christoph Strobl
8965a48a4f
Prepare 1.4.1 (2021.1.1).
...
See #686
2022-01-14 10:28:26 +01:00
Mark Paluch
276012935b
Upgrade to R2DBC Arabba-SR12.
...
Closes #702
2022-01-14 08:53:45 +01:00
Mark Paluch
ad94eb3657
Reflectively invoke RowMetadata.getColumnMetadatas.
...
We now use reflection to call RowMetadata.getColumnMetadatas to avoid NoSuchMethodError when using R2DBC 0.9 as the return type has changed in newer R2DBC versions.
Closes #699
2022-01-03 16:25:41 +01:00
Mark Paluch
a235e8a071
Unwrap Parameter objects when used within PreparedOperation.
...
We now unwrap Parameter objects containing type and value for bind parameters when binding these from within a PreparedOperation to a statement.
PreparedOperation objects are expected to use low-level R2DBC API (bind, bindNull) instead of using the Parameter abstraction. Previously, we tried to bind Parameter objects to R2DBC Statements and that has failed as drivers cannot encode Spring's Pararameter type.
Closes #694
2021-12-14 14:45:31 +01:00
Mark Paluch
31d4b6ca8b
Polishing.
...
Remove unused imports. Use more explicit lambda parameter naming.
Original pull request: #690 .
See #689
2021-12-07 09:25:37 +01:00
JoseLion
87c2ac56f5
Use BeforeConvert callback result on non-versioned updates.
...
Previously, we used the original entity.
Closes #689
Original pull request: #690 .
2021-12-07 09:23:29 +01:00
Jens Schauder
f3b85bd48c
Update build trigger to use branch build.
...
See #668
2021-11-12 14:51:15 +01:00
Jens Schauder
fd9bb873f5
Update build trigger to use branch build.
...
See #668
2021-11-12 14:36:53 +01:00
Jens Schauder
31b7275e9e
After release cleanups.
...
See #668
2021-11-12 11:00:07 +01:00
Jens Schauder
e02954af25
Prepare next development iteration.
...
See #668
2021-11-12 11:00:04 +01:00