Commit Graph

736 Commits

Author SHA1 Message Date
Mark Paluch
2deb4f39ca Updated changelog.
See #941
2021-03-31 17:04:28 +02:00
zimmse
7a324e9fb5 Fix small typo in dialect section.
Original pull request #953.
2021-03-31 08:52:47 +02:00
Mark Paluch
b6c41c68b3 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:54:46 +02:00
Jens Schauder
55c6c0e858 Properly convert primitive array arguments.
Closes #945
Original pull request: #949.
2021-03-29 13:54:40 +02:00
Jens Schauder
f20192cc05 Corrects documentation about query derivation.
Closes #947
2021-03-22 11:10:33 +01:00
Mark Paluch
aeb585a536 After release cleanups.
See #925
2021-03-17 11:30:30 +01:00
Mark Paluch
dc88c16bef Prepare next development iteration.
See #925
2021-03-17 11:30:28 +01:00
Mark Paluch
e43bc507b0 Release version 2.2 M5 (2021.0.0).
See #925
2021-03-17 11:17:49 +01:00
Mark Paluch
c82497141b Prepare 2.2 M5 (2021.0.0).
See #925
2021-03-17 11:17:26 +01:00
Mark Paluch
6a087ef59b Updated changelog.
See #925
2021-03-17 11:17:15 +01:00
Mark Paluch
09c0d89856 Updated changelog.
See #927
2021-03-17 11:03:38 +01:00
Mark Paluch
60fc36c297 Updated changelog.
See #923
2021-03-17 10:35:11 +01:00
Jens Schauder
53bed2613b Polishing.
Extract method in order to make the code more readable.

Switch to #xxx syntax for issue numbers instead of gh-xxx.

Original pull request #939
2021-03-12 12:05:20 +01:00
Radim Tlusty
304345c4c8 Don't retrieve generated keys on INSERT if id is set.
Closes #933
Original pull request #939
2021-03-12 11:53:11 +01:00
Jens Schauder
0e8e8a4799 Polishing.
Improves tests by also testing for the negative case.

Original pull request #938
2021-03-12 11:22:28 +01:00
Oliver Drotbohm
32d79cce59 Move to Spring Data Commons' association abstraction.
Deprecated Spring Data JDBC's custom PersistentProperty.isReference() in favor of the already existing ….isAssociation() with the same semantics to benefit from association definitions implemented in Spring Data Commons. Make use of the newly introduced PersistentEntity.doWithAll(…) to apply the previously existing property handling to both properties and now associations, too.

Original pull request #938
2021-03-12 11:22:28 +01:00
Oliver Drotbohm
faaaeab4b5 JdbcCustomConversion does not reject non-Date related default converters.
Previously, JdbcCustomConversion rejected any default converter that was not converting from and to java.util.Date. This probably stemmed from the fact that up until recently, Spring Data Commons' CustomConversions only registered date related default converters. As of spring-projects/spring-data-commons#2315 we also support jMolecules' Association and Identifier converters. We've relaxed the rejection to only explicitly reject all non Date/Time related converters if the conversion is from/to java.util.Date but allow everything else out of the box.

Original pull request #937
2021-03-12 08:58:40 +01:00
Greg L. Turnquist
0058752754 Add support for Query by Example.
Resolves #929.
2021-03-02 12:17:53 -06:00
Christoph Strobl
802e4a773d After release cleanups.
See #926
2021-02-18 11:35:22 +01:00
Christoph Strobl
c86998a92d Prepare next development iteration.
See #926
2021-02-18 11:35:20 +01:00
Christoph Strobl
593fa884f3 Release version 2.2 M4 (2021.0.0).
See #926
2021-02-18 11:25:13 +01:00
Christoph Strobl
32a92c6c57 Prepare 2.2 M4 (2021.0.0).
See #926
2021-02-18 11:24:46 +01:00
Christoph Strobl
ba00b5f146 Updated changelog.
See #926
2021-02-18 11:24:41 +01:00
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