Commit Graph

681 Commits

Author SHA1 Message Date
Greg L. Turnquist
deeeca520a Authenticate with artifactory.
See #955.
2021-04-21 13:43:28 -05:00
Mark Paluch
7ebf0df0fb Updated changelog.
See #955
2021-04-14 14:40:00 +02:00
Mark Paluch
d861a609bb Updated changelog.
See #956
2021-04-14 11:43:32 +02:00
Mark Paluch
e1b4359fa4 After release cleanups.
See #943
2021-04-14 11:16:05 +02:00
Mark Paluch
607d92e99c Prepare next development iteration.
See #943
2021-04-14 11:16:01 +02:00
Mark Paluch
30f5483357 Release version 2.0.9 (Neumann SR9).
See #943
2021-04-14 11:04:45 +02:00
Mark Paluch
b8b9a7b5e2 Prepare 2.0.9 (Neumann SR9).
See #943
2021-04-14 11:04:07 +02:00
Mark Paluch
d6dcb3c341 Updated changelog.
See #943
2021-04-14 11:03:58 +02:00
Mark Paluch
63d196b95d Updated changelog.
See #944
2021-03-31 18:30:46 +02:00
Mark Paluch
c28c520eb0 Updated changelog.
See #941
2021-03-31 17:26:07 +02:00
zimmse
d418c30f4a Fix small typo in dialect section.
Original pull request #953.
2021-03-31 09:20:34 +02:00
Mark Paluch
4926f54977 Polishing.
Refactor ArrayUtil into a proper utility class providing toPrimitive and toObject methods for each primitive type. Add boolean support. Move convertToObjectArray to BasicJdbcConverter as its placement in ArrayUtils creates a certain amount of ambiguity over its actual purpose.

Create unit test.

See #945
Original pull request: #949.
2021-03-29 13:58:16 +02:00
Jens Schauder
a55bdb46cc Properly convert primitive array arguments.
Closes #945
Original pull request: #949.
2021-03-29 13:57:36 +02:00
Jens Schauder
80da756a42 Corrects documentation about query derivation.
Closes #947
2021-03-22 11:13:41 +01:00
Mark Paluch
f9a4b8844f Updated changelog.
See #925
2021-03-17 11:31:31 +01:00
Mark Paluch
fd6169ba92 Updated changelog.
See #927
2021-03-17 11:03:40 +01:00
Mark Paluch
e851bb3e7c After release cleanups.
See #923
2021-03-17 10:33:57 +01:00
Mark Paluch
7df91295ec Prepare next development iteration.
See #923
2021-03-17 10:33:55 +01:00
Mark Paluch
54b72e36f4 Release version 2.0.8 (Neumann SR8).
See #923
2021-03-17 10:21:33 +01:00
Mark Paluch
2b3383141a Prepare 2.0.8 (Neumann SR8).
See #923
2021-03-17 10:21:08 +01:00
Mark Paluch
188bab31e8 Updated changelog.
See #923
2021-03-17 10:20:58 +01:00
Christoph Strobl
02a2a51625 Updated changelog.
See #926
2021-02-18 11:37:46 +01:00
Christoph Strobl
d4d4a6acf4 Updated changelog.
See #924
2021-02-18 11:18:27 +01:00
Christoph Strobl
89e698e8b5 Updated changelog.
See #906
2021-02-17 14:20:37 +01:00
Christoph Strobl
d6e66adfbf Updated changelog.
See #905
2021-02-17 13:49:17 +01:00
Christoph Strobl
178f0ca64a After release cleanups.
See #861
2021-02-17 11:32:50 +01:00
Christoph Strobl
aebaecc07d Prepare next development iteration.
See #861
2021-02-17 11:32:48 +01:00
Christoph Strobl
2d177f8741 Release version 2.0.7 (Neumann SR7).
See #861
2021-02-17 11:07:42 +01:00
Christoph Strobl
8eef18941f Prepare 2.0.7 (Neumann SR7).
See #861
2021-02-17 11:07:10 +01:00
Christoph Strobl
bba68095e6 Updated changelog.
See #861
2021-02-17 11:06:59 +01:00
Christoph Strobl
340d6677ae Updated changelog.
See #860
2021-02-17 10:58:21 +01:00
Jens Schauder
64aa2cbacb Polishing.
Adding `@author` tag and a test.

Closes #916
2021-01-29 08:43:46 +01:00
Zero
e781285621 Fixes Conditions.notIn() by using 'In.createNotIn()'.
Original pull request #916
2021-01-29 08:43:46 +01:00
Jens Schauder
ec45886808 Fixes the documentation for BeforeConvertEvent and BeforeConvertCallback.
Original pull request: #912.
Closes: #911
2021-01-18 14:55:10 +01:00
Christoph Strobl
5cf448d20c Updated changelog.
See #862
2021-01-13 15:49:43 +01:00
Christoph Strobl
a481bd4b50 Updated changelog.
See #863
2021-01-13 15:16:23 +01:00
Mark Paluch
94878cfb01 Update copyright year to 2021.
Closes #904
2021-01-12 11:33:22 +01:00
Jens Schauder
4b3c9dfd08 #257 - Remove references to Jira.
All references to the Spring Jira instance are replaced by GitHub references.
2021-01-05 10:57:31 +01:00
Jens Schauder
2803cb7f02 DATAJDBC-637 - Remove test that relies on missing infrastructure. 2020-12-11 14:58:38 +01:00
Jens Schauder
71b6a79cab 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:29:01 +01:00
Greg L. Turnquist
9f0f930e80 DATAJDBC-637 - Fix typo in H2 testing.
Original pull request: #254.
2020-12-11 08:27:48 +01:00
Mark Paluch
79e3667d5d DATAJDBC-637 - Polishing.
Make Jsr310TimestampBasedConverters package-private. Introduce convenience constructors to improve external configuration of JdbcCustomConversions.

Original pull request: #254.
2020-12-11 08:27:48 +01:00
Jens Schauder
a0357a7579 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-11 08:27:07 +01:00
Greg L. Turnquist
c6b337adc9 DATAJDBC-642 - Use Docker hub credentials for all docker operations.
Be sure to use maven caching for cleaning. Also relocate all the CI scripts into a ci folder.
2020-12-09 13:42:16 -06:00
Mark Paluch
5842d36fec DATAJDBC-633 - Updated changelog. 2020-12-09 16:47:42 +01:00
Mark Paluch
a7c9f368b4 DATAJDBC-627 - Updated changelog. 2020-12-09 15:33:25 +01:00
Mark Paluch
5fccd81892 DATAJDBC-625 - After release cleanups. 2020-12-09 12:41:25 +01:00
Mark Paluch
03c86c8d84 DATAJDBC-625 - Prepare next development iteration. 2020-12-09 12:41:18 +01:00
Mark Paluch
a0c1f55424 DATAJDBC-625 - Release version 2.0.6 (Neumann SR6). 2020-12-09 11:16:20 +01:00
Mark Paluch
9b71e59601 DATAJDBC-625 - Prepare 2.0.6 (Neumann SR6). 2020-12-09 11:15:54 +01:00