Commit Graph

762 Commits

Author SHA1 Message Date
Jens Schauder
4e8201d646 Release version 2.1.11 (2020.0.11).
See #990
2021-07-16 10:19:52 +02:00
Jens Schauder
82ab9bd909 Prepare 2.1.11 (2020.0.11).
See #990
2021-07-16 10:18:57 +02:00
Jens Schauder
71a82924a9 Updated changelog.
See #990
2021-07-16 10:18:48 +02:00
Mark Paluch
509282899f Updated changelog.
See #977
2021-06-22 16:07:26 +02:00
Mark Paluch
de0dd63122 After release cleanups.
See #976
2021-06-22 15:28:51 +02:00
Mark Paluch
42585f72ee Prepare next development iteration.
See #976
2021-06-22 15:28:47 +02:00
Mark Paluch
84b03caf3a Release version 2.1.10 (2020.0.10).
See #976
2021-06-22 15:18:22 +02:00
Mark Paluch
630169e757 Prepare 2.1.10 (2020.0.10).
See #976
2021-06-22 15:17:54 +02:00
Mark Paluch
6658fe6dac Updated changelog.
See #976
2021-06-22 15:17:48 +02:00
Jens Schauder
f6a7d5054a Fixes some missing links and broken wording in the README
Closes #979
2021-05-17 15:18:39 +02:00
Mark Paluch
2c5ce2f474 Polishing.
See #972
2021-05-17 11:44:15 +02:00
Mark Paluch
7d98c37648 Move Identifier from Spring Data Relational to Spring Data JDBC.
Fix split-package between spring.data.jdbc and spring.data.relational across modules.

Closes #972.
2021-05-17 11:41:55 +02:00
Jens Schauder
83750cc098 Fixes build failures with JDK16.
`JdbcMappingContext` sets the SimpleTypeHolder to `JdbcSimpleTypeHolder.HOLDER` by default.
Fixing test failures where properties of type `UUID` were considered an entity by the `MappingContext`.
This in turn triggered failures when it tried to make fields of `UUID` accessible.

Removed the `UUID` field from a test entity in SD Relational, since `UUID` is not a simple type for Relational, nor a proper entity.

Replaced `@PostConstruct` with `InitializingBean` in test data source conifgurations in order avoid the requirement of importing javax.annotation-api.

Closes #975
2021-05-17 11:11:09 +02:00
Mark Paluch
a9912a4128 Updated changelog.
See #964
2021-05-14 12:36:36 +02:00
Mark Paluch
3ec496e26e After release cleanups.
See #963
2021-05-14 12:05:20 +02:00
Mark Paluch
99f43d4cfd Prepare next development iteration.
See #963
2021-05-14 12:05:16 +02:00
Mark Paluch
e8cc7f1239 Release version 2.1.9 (2020.0.9).
See #963
2021-05-14 11:52:23 +02:00
Mark Paluch
72f1ee4cbc Prepare 2.1.9 (2020.0.9).
See #963
2021-05-14 11:51:53 +02:00
Mark Paluch
e066f809f7 Updated changelog.
See #963
2021-05-14 11:51:46 +02:00
Greg L. Turnquist
f8b86f451a Polishing. 2021-04-21 13:47:02 -05:00
Greg L. Turnquist
77b410dc80 Authenticate with artifactory.
See #955.
2021-04-21 13:42:28 -05:00
Mark Paluch
9c5674fe5a Updated changelog.
See #955
2021-04-14 14:39:58 +02:00
Mark Paluch
dc7ba6660f After release cleanups.
See #956
2021-04-14 11:42:08 +02:00
Mark Paluch
bfff94690b Prepare next development iteration.
See #956
2021-04-14 11:42:04 +02:00
Mark Paluch
49b71242be Release version 2.1.8 (2020.0.8).
See #956
2021-04-14 11:33:25 +02:00
Mark Paluch
cfa1a31a1b Prepare 2.1.8 (2020.0.8).
See #956
2021-04-14 11:32:47 +02:00
Mark Paluch
ac960ae8a7 Updated changelog.
See #956
2021-04-14 11:32:41 +02:00
Mark Paluch
8f9caf7ca9 Updated changelog.
See #943
2021-04-14 11:17:41 +02:00
Jens Schauder
a14c5c4e72 Polishing.
Organize version properties in groups and alphabetically.
Extracted additional version properties.

Original pull request: #961.
2021-04-14 08:33:57 +02:00
Mark Paluch
f04dcfa611 Polishing.
Fix includes.

Original pull request: #951.
2021-04-13 15:21:33 +02:00
Jens Schauder
0c9ea32299 Improve documentation of entity state detection.
The use of a version property to determine the state of an entity wasn't properly documented so far.

Closes: #951.
2021-04-13 15:21:33 +02:00
Mark Paluch
44ed8cfcf2 After release cleanups.
See #944
2021-03-31 18:29:41 +02:00
Mark Paluch
30118fee16 Prepare next development iteration.
See #944
2021-03-31 18:29:38 +02:00
Mark Paluch
4264bd9a56 Release version 2.1.7 (2020.0.7).
See #944
2021-03-31 18:19:52 +02:00
Mark Paluch
a4ec57f8c7 Prepare 2.1.7 (2020.0.7).
See #944
2021-03-31 18:19:19 +02:00
Mark Paluch
98955ecb30 Updated changelog.
See #944
2021-03-31 18:19:14 +02:00
Mark Paluch
234a39c17f Updated changelog.
See #941
2021-03-31 17:26:06 +02:00
zimmse
f655a51d6c Fix small typo in dialect section.
Original pull request #953.
2021-03-31 09:19:43 +02:00
Mark Paluch
e99455538b 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:56:02 +02:00
Jens Schauder
53b6d684cf Properly convert primitive array arguments.
Closes #945
Original pull request: #949.
2021-03-29 13:56:02 +02:00
Jens Schauder
84ab063070 Corrects documentation about query derivation.
Closes #947
2021-03-22 11:13:21 +01:00
Mark Paluch
0cfcc724b3 Updated changelog.
See #925
2021-03-17 11:31:30 +01:00
Mark Paluch
43ce89fd88 After release cleanups.
See #927
2021-03-17 11:02:15 +01:00
Mark Paluch
087544926f Prepare next development iteration.
See #927
2021-03-17 11:02:13 +01:00
Mark Paluch
5a7de2ff4d Release version 2.1.6 (2020.0.6).
See #927
2021-03-17 10:54:12 +01:00
Mark Paluch
e60754f2fa Prepare 2.1.6 (2020.0.6).
See #927
2021-03-17 10:53:43 +01:00
Mark Paluch
a226ee6d27 Updated changelog.
See #927
2021-03-17 10:53:35 +01:00
Mark Paluch
7585a65503 Updated changelog.
See #923
2021-03-17 10:35:14 +01:00
Christoph Strobl
c9b2557586 Updated changelog.
See #926
2021-02-18 11:37:44 +01:00
Christoph Strobl
5026771fa4 After release cleanups.
See #924
2021-02-18 11:12:46 +01:00