Mark Paluch
2a594d0d57
Release version 4.0 M1 (2022.0.0).
...
See #2096
2022-01-14 14:35:11 +01:00
Jens Schauder
ee317f1b91
Remove Eclipse Non-Javadoc comments.
...
Closes #2093
2022-01-05 13:40:05 +01:00
Oliver Drotbohm
ede294967f
Upgrade to Spring Framework 6.
2021-11-30 18:56:53 +01:00
Oliver Drotbohm
3966ce83e5
Prepare 4.0 development.
...
Fixes #2068 .
2021-11-30 18:56:50 +01:00
Jens Schauder
87b2601b27
Prepare next development iteration.
...
See #2079
2021-11-12 10:59:42 +01:00
Jens Schauder
e31c9d49bf
Release version 3.6 GA (2021.1.0).
...
See #2079
2021-11-12 10:49:37 +01:00
Mark Paluch
f556973a6c
Prepare next development iteration.
...
See #2066
2021-10-18 13:55:39 +02:00
Mark Paluch
cecc161fe6
Release version 3.6 RC1 (2021.1.0).
...
See #2066
2021-10-18 13:48:15 +02:00
Oliver Drotbohm
1828a6a2a7
Switch to JUnit 5.
...
Issue #2075 .
2021-10-12 22:29:45 +02:00
Mark Paluch
0cb5c3289f
Prepare next development iteration.
...
See #2052
2021-09-17 09:52:19 +02:00
Mark Paluch
907b15e83b
Release version 3.6 M3 (2021.1.0).
...
See #2052
2021-09-17 09:44:58 +02:00
Jens Schauder
4f9ccaac0e
Prepare next development iteration.
...
See #2046
2021-08-12 15:16:22 +02:00
Jens Schauder
f8bdb374ea
Release version 3.6 M2 (2021.1.0).
...
See #2046
2021-08-12 15:03:18 +02:00
Jens Schauder
5e08842c1b
Prepare next development iteration.
...
See #2001
2021-07-16 14:19:56 +02:00
Jens Schauder
8d0e00be94
Release version 3.6 M1 (2021.1.0).
...
See #2001
2021-07-16 14:09:26 +02:00
Oliver Drotbohm
161a3a9499
Allow customization of LinkCollector.
...
LinkCollector is now an interface. The actual implementation has been moved to DefaultLinkCollector. RepositoryRestConfigurer now has a customizeLinkCollector(…) callback method to tweak or even completely replace the LinkCollector instance.
Fixes #2042 .
2021-07-15 08:15:20 +02:00
Greg L. Turnquist
bc5478ec49
Drop explicit dependency on JSON Path.
...
Let Spring HATEOAS bring in this dependency.
See #2018 .
2021-06-03 12:11:21 -05:00
Mark Paluch
0a31ef1d84
Prepare next development iteration.
...
See #1992
2021-04-14 14:30:12 +02:00
Mark Paluch
8a690929f0
Release version 3.5 GA (2021.0.0).
...
See #1992
2021-04-14 14:18:49 +02:00
Oliver Drotbohm
21ed68262f
Properly handle associations in nested entities.
...
Nested entities that contain a reference to an aggregate root get a link to that attached to their representation. Previously, the creation of those links assumed that the reference is a materialized instance of the remote aggregate. That's now altered to be able to deal with associations, use identifiers directly or materialize to an intermediate aggregate instance to potentially use a custom lookup.
2021-04-07 20:07:53 +02:00
Mark Paluch
8e42a2a221
Prepare next development iteration.
...
See #1976
2021-03-31 17:24:04 +02:00
Mark Paluch
d77e5192d8
Release version 3.5 RC1 (2021.0.0).
...
See #1976
2021-03-31 17:05:09 +02:00
Mark Paluch
0f93b050ce
Prepare next development iteration.
...
See #1986
2021-03-17 11:30:29 +01:00
Mark Paluch
54696d4d5f
Release version 3.5 M5 (2021.0.0).
...
See #1986
2021-03-17 11:17:50 +01:00
Christoph Strobl
08ca20422d
Prepare next development iteration.
...
See #1978
2021-02-18 11:35:21 +01:00
Christoph Strobl
d03e364294
Release version 3.5 M4 (2021.0.0).
...
See #1978
2021-02-18 11:25:13 +01:00
Christoph Strobl
d5d2659a24
Prepare next development iteration.
...
See #1954
2021-02-17 14:17:48 +01:00
Christoph Strobl
44b93173a7
Release version 3.5 M3 (2021.0.0).
...
See #1954
2021-02-17 14:00:09 +01:00
Christoph Strobl
6384110dab
Prepare next development iteration.
...
See #1944
2021-01-13 15:46:58 +01:00
Christoph Strobl
e2523e35d0
Release version 3.5 M2 (2021.0.0).
...
See #1944
2021-01-13 15:34:04 +01:00
Mark Paluch
7afe7f1a9c
Update copyright year to 2021.
...
Closes #1952
2021-01-12 11:45:16 +01:00
Mark Paluch
f58ea84c43
Upgrade to Servlet API 4.0.1.
...
We now build against a newer Servlet API version to align with Spring Framework.
Also, introduce a version property servlet.version for centralized version management.
Closes #1951
2021-01-11 08:58:58 +01:00
Mark Paluch
fba7b7bd55
DATAREST-1578 - Prepare next development iteration.
2020-12-09 15:32:17 +01:00
Mark Paluch
2b61b8640f
DATAREST-1578 - Release version 3.5 M1 (2021.0.0).
2020-12-09 15:21:57 +01:00
Mark Paluch
378a7d3971
DATAREST-1570 - Prepare next development iteration.
2020-10-28 16:10:22 +01:00
Mark Paluch
3a05cca9b6
DATAREST-1570 - Release version 3.4 GA (2020.0.0).
2020-10-28 15:46:57 +01:00
Christoph Strobl
f301dcc0bc
DATAREST-1562 - Prepare next development iteration.
2020-10-14 14:48:46 +02:00
Christoph Strobl
150ed4164e
DATAREST-1562 - Release version 3.4 RC2 (2020.0.0).
2020-10-14 14:28:56 +02:00
Mark Paluch
0072676ab2
DATAREST-1554 - Prepare next development iteration.
2020-09-16 14:05:26 +02:00
Mark Paluch
8b2df69464
DATAREST-1554 - Release version 3.4 RC1 (2020.0.0).
2020-09-16 13:57:43 +02:00
Oliver Drotbohm
0392103371
DATAREST-1545 - Polishing.
2020-09-15 17:13:53 +02:00
Mark Paluch
5a57fafc2e
DATAREST-1539 - Prepare next development iteration.
2020-08-12 12:00:21 +02:00
Mark Paluch
fe6192198a
DATAREST-1539 - Release version 3.4 M2 (2020.0.0).
2020-08-12 11:52:06 +02:00
Mark Paluch
1f28937389
DATAREST-1522 - Prepare next development iteration.
2020-06-25 11:58:20 +02:00
Mark Paluch
05c43601ca
DATAREST-1522 - Release version 3.4 M1 (2020.0.0).
2020-06-25 11:48:51 +02:00
Oliver Drotbohm
46f2171b49
DATAREST-1536 - Fix automatic module names for tests.
2020-06-24 23:52:45 +02:00
Mark Paluch
5368d5d5c8
DATAREST-1516 - Prepare next development iteration.
2020-05-12 12:40:28 +02:00
Mark Paluch
a9592c98f5
DATAREST-1516 - Release version 3.3 GA (Neumann).
2020-05-12 12:28:23 +02:00
Mark Paluch
9835b36c0a
DATAREST-1501 - Prepare next development iteration.
2020-04-28 15:11:42 +02:00
Mark Paluch
7c20c0daa0
DATAREST-1501 - Release version 3.3 RC2 (Neumann).
2020-04-28 15:03:53 +02:00