Christoph Strobl
b66e3094fd
Updated changelog.
...
See #924
2021-02-18 11:18:24 +01:00
Christoph Strobl
6cd0a85ba9
After release cleanups.
...
See #906
2021-02-17 14:17:49 +01:00
Christoph Strobl
4885f192f8
Prepare next development iteration.
...
See #906
2021-02-17 14:17:47 +01:00
Christoph Strobl
11e975cb10
Release version 2.2 M3 (2021.0.0).
...
See #906
2021-02-17 14:00:09 +01:00
Christoph Strobl
fa779a29c9
Prepare 2.2 M3 (2021.0.0).
...
See #906
2021-02-17 13:59:43 +01:00
Christoph Strobl
db0c55f1ca
Updated changelog.
...
See #906
2021-02-17 13:59:30 +01:00
Christoph Strobl
fcdcb29b40
Updated changelog.
...
See #905
2021-02-17 13:49:14 +01:00
Christoph Strobl
29bee8ed60
Updated changelog.
...
See #861
2021-02-17 11:34:19 +01:00
Christoph Strobl
908f0ff3f0
Updated changelog.
...
See #860
2021-02-17 10:58:19 +01:00
Jens Schauder
6c4f01684a
Polishing.
...
Adding `@author` tag and a test.
Closes #916
2021-01-29 08:42:45 +01:00
Zero
2d479cb236
Fixes Conditions.notIn() by using 'In.createNotIn()'.
...
Original pull request #916
2021-01-29 08:42:44 +01:00
Jens Schauder
11a606618d
Changes SqlServer IdentifierProcessing to NONE.
...
Closes #914
2021-01-21 10:47:24 +01:00
Mark Paluch
beebf696f8
Filter spring-issuemaster comments from feedback provided reassignment.
...
See #257
2021-01-20 14:50:32 +01:00
Mark Paluch
732a9ee5f5
Polishing.
...
Reintroduce deprecated constructor to retain compile compatibility. Update Javadoc.
See #910
Original pull request: #913
2021-01-19 09:42:51 +01:00
Jens Schauder
9a23493d72
Trigger BeforeConvertEvent when saving an aggregate.
...
Closes : #910
Original pull request: #913 .
2021-01-19 09:41:59 +01:00
Jens Schauder
e7f9e47dc5
Fixes the documentation for BeforeConvertEvent and BeforeConvertCallback.
...
Original pull request: #912 .
Closes : #911
2021-01-18 14:54:47 +01:00
Jens Schauder
429f1b06b9
DATAJDBC-620 - Polishing.
...
Remove public modifier from tests, which is superfluous with JUnit 5.
Original pull request: #256 .
2021-01-18 14:47:40 +01:00
Jens Schauder
3d4847a552
DATAJDBC-620 - The default RowMapper now gets passed to ResultSetConstructor.
...
Original pull request: #256 .
2021-01-18 14:47:34 +01:00
Mark Paluch
12ccf5bf5b
Filter spring-issuemaster comments from feedback provided reassignment.
...
See #257
2021-01-14 11:06:27 +01:00
Christoph Strobl
8ad724d22e
After release cleanups.
...
See #862
2021-01-13 15:47:00 +01:00
Christoph Strobl
261f851fee
Prepare next development iteration.
...
See #862
2021-01-13 15:46:58 +01:00
Christoph Strobl
6b064b544a
Release version 2.2 M2 (2021.0.0).
...
See #862
2021-01-13 15:34:04 +01:00
Christoph Strobl
5f3196731e
Prepare 2.2 M2 (2021.0.0).
...
See #862
2021-01-13 15:33:34 +01:00
Christoph Strobl
eb7433a196
Updated changelog.
...
See #862
2021-01-13 15:33:27 +01:00
Christoph Strobl
d7d6f83219
Updated changelog.
...
See #863
2021-01-13 15:16:18 +01:00
Mark Paluch
394b1cec31
Update copyright year to 2021.
...
Closes #904
2021-01-12 11:32:07 +01:00
Jens Schauder
ba653183d1
#257 - Remove references to Jira.
...
All references to the Spring Jira instance are replaced by GitHub references.
2021-01-05 10:55:31 +01:00
Mark Paluch
9df29a5dff
#257 - Add GitHub actions for issue management.
2020-12-31 11:35:25 +01:00
Jens Schauder
2188b5d6cf
DATAJDBC-637 - Fix tests for all databases.
...
Adds SQL scripts for all databases.
Separates tests for all databases vs. those that actually support nanosecond precision.
Original pull request: #255 .
2020-12-11 08:16:55 +01:00
Greg L. Turnquist
306f1b39dd
DATAJDBC-637 - Fix typo in H2 testing.
...
Original pull request: #254 .
2020-12-11 08:16:43 +01:00
Mark Paluch
869e987e55
DATAJDBC-637 - Polishing.
...
Make Jsr310TimestampBasedConverters package-private. Introduce convenience constructors to improve external configuration of JdbcCustomConversions.
Original pull request: #254 .
2020-12-10 11:05:29 +01:00
Jens Schauder
2efcda2a91
DATAJDBC-637 - Time conversion now preserve nanosecond precision.
...
The standard JSR 310 converters are no longer used for conversions between java.util.Date and java.time.*.
New converters based converting to/from Timestamp are used.
This preserves the precision because both the java.time.* API and Timestamp have nanosecond precision, while java.util.Date has not.
Original pull request: #254 .
2020-12-10 11:05:29 +01:00
Greg L. Turnquist
2d95bd95c9
DATAJDBC-642 - Polishing.
...
Move all CI-based scripts into a ci folder.
2020-12-09 13:05:01 -06:00
Greg L. Turnquist
3b47bac4e6
DATAJDBC-642 - Use maven cache when cleaning.
2020-12-09 12:47:36 -06:00
Mark Paluch
d6a7079aeb
DATAJDBC-633 - Updated changelog.
2020-12-09 16:47:38 +01:00
Mark Paluch
e8b44d6a03
DATAJDBC-627 - After release cleanups.
2020-12-09 15:32:19 +01:00
Mark Paluch
f0f0ef3e2a
DATAJDBC-627 - Prepare next development iteration.
2020-12-09 15:32:15 +01:00
Mark Paluch
3ea60d0b0c
DATAJDBC-627 - Release version 2.2 M1 (2021.0.0).
2020-12-09 15:21:55 +01:00
Mark Paluch
c77957493d
DATAJDBC-627 - Prepare 2.2 M1 (2021.0.0).
2020-12-09 15:21:28 +01:00
Mark Paluch
8783162e41
DATAJDBC-627 - Updated changelog.
2020-12-09 15:21:24 +01:00
Mark Paluch
e5796a1ec2
DATAJDBC-625 - Updated changelog.
2020-12-09 12:42:22 +01:00
Mark Paluch
79e8f6fe9f
DATAJDBC-624 - Updated changelog.
2020-12-09 09:59:07 +01:00
Greg L. Turnquist
b3b314b6f7
DATAJDBC-642 - Use Docker hub credentials for all docker operations.
2020-12-09 09:11:28 +01:00
Jens Schauder
b1dd8042cd
DATAJDBC-641 - Removes references of org.jetbrains.annotations.NotNull.
...
Those annotations cause build failures once the providing jar wasn't available anymore since kotlin removed that dependency.
Those annotations were present in the code by accident anyway since Spring has and uses its own set of annotations.
2020-12-07 15:38:19 +01:00
Mark Paluch
91ecc07b84
DATAJDBC-629 - Polishing.
...
Reorder methods.
Original pull request: #252 .
2020-11-25 14:32:02 +01:00
Jens Schauder
c0d337d715
DATAJDBC-629 - Implements CrudRepository.deleteAllById(Iterable<ID>).
...
Original pull request: #252 .
2020-11-25 14:31:49 +01:00
Mark Paluch
636a81a46d
DATAJDBC-626 - Updated changelog.
2020-11-11 12:34:36 +01:00
mhyeon-lee
33d040ac71
DATAJDBC-531 - Skip COUNT query when current page is the last page.
...
Original pull request: #211 .
2020-11-03 15:30:24 +01:00
Mark Paluch
9128ea7564
DATAJDBC-628 - Enable Maven caching for Jenkins jobs.
...
Also, run all database integration tests for Java 8 baseline only.
2020-10-30 08:50:08 +01:00
Mark Paluch
4e7ba052d8
DATAJDBC-615 - After release cleanups.
2020-10-28 16:10:23 +01:00