Commit Graph

691 Commits

Author SHA1 Message Date
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
Mark Paluch
40c971e836 DATAJDBC-615 - Prepare next development iteration. 2020-10-28 16:10:20 +01:00
Mark Paluch
9dbb810831 DATAJDBC-615 - Release version 2.1 GA (2020.0.0). 2020-10-28 15:46:54 +01:00
Mark Paluch
618b0b0cea DATAJDBC-615 - Prepare 2.1 GA (2020.0.0). 2020-10-28 15:46:31 +01:00
Mark Paluch
439fc98e1d DATAJDBC-615 - Updated changelog. 2020-10-28 15:46:09 +01:00
Mark Paluch
af3f600f21 DATAJDBC-601 - Updated changelog. 2020-10-28 15:03:01 +01:00
Mark Paluch
346d6bcb4d DATAJDBC-600 - Updated changelog. 2020-10-28 12:15:03 +01:00
Mark Paluch
391f7f6ec8 DATAJDBC-621 - Updated changelog. 2020-10-28 11:32:26 +01:00
Greg L. Turnquist
18a2443380 DATAJDBC-603 - Use JDK 15 for latest CI jobs. 2020-10-26 13:14:18 -05:00
Jens Schauder
d5fdbd1581 DATAJDBC-522 - Polishing.
Removed e-mail from author tag.
Removed spaces from references to methods in KDoc.
Removed superfluous comment.
Corrected copyright date.

Original pull request: #240.
2020-10-26 13:02:52 +01:00
Juan Medina
91d8693835 DATAJDBC-522 - Add Kotlin extensions for Criteria.
Adding Kotlin extensions for easier consumption of Criteria when using Kotlin.

Original pull request: #240.
2020-10-26 12:28:06 +01:00
Jens Schauder
1f36fbccf6 DATAJDBC-622 - Polishing.
Corrected the author tags.
I used the wrong author in the previous polishing commit.

Original pull request: #245.
2020-10-26 12:25:32 +01:00
Jens Schauder
a9c4445501 DATAJDBC-622 - Add test for negative case.
This demonstrates that the configured reference is actually used.

Original pull request: #245.
2020-10-26 11:11:33 +01:00
Jens Schauder
1ef97dd00f DATAJDBC-622 - Polishing.
Rolled back changes to tests.
Added @author and @since tags.

Original pull request: #245.
2020-10-26 11:11:16 +01:00
Antoine Sauray
41c88bcd0c DATAJDBC-622 - Support transactionManagerRef in @EnableJdbcRepositories.
Original pull request: #245.
2020-10-26 11:10:56 +01:00
Jens Schauder
f23b987642 DATAJDBC-616 - Polishing.
Corrected name since AssumeFeatureRule is not a Rule but an ExecutionListener.
2020-10-16 10:59:21 +02:00
Jens Schauder
18100b44f3 DATAJDBC-616 - Fixes a test with sporadic failures.
The schema created in the setup script didn't get cleaned up when it contained tables, which it does once the setup script ran once.
2020-10-16 10:59:21 +02:00
Jens Schauder
9658ac1668 DATAJDBC-616 - Migrates to JUnit 5.
MockitoRunner -> MockitoExtension.
SpringRunner, SpringClassRule & SpringMethodRule -> SpringExtension.
2020-10-16 10:59:21 +02:00
Christoph Strobl
8fef3d3d7c DATAJDBC-602 - After release cleanups. 2020-10-14 14:48:47 +02:00
Christoph Strobl
05fc5d49fd DATAJDBC-602 - Prepare next development iteration. 2020-10-14 14:48:45 +02:00
Christoph Strobl
f56ddc2779 DATAJDBC-602 - Release version 2.1 RC2 (2020.0.0). 2020-10-14 14:28:55 +02:00
Christoph Strobl
f6920f5999 DATAJDBC-602 - Prepare 2.1 RC2 (2020.0.0). 2020-10-14 14:27:37 +02:00
Christoph Strobl
bef7d14c02 DATAJDBC-602 - Updated changelog. 2020-10-14 14:27:29 +02:00