Christoph Strobl
2c33cc6d08
Prepare next development iteration.
...
See #1918
2021-02-17 11:32:48 +01:00
Christoph Strobl
10000f4af5
Release version 3.3.7 (Neumann SR7).
...
See #1918
2021-02-17 11:07:42 +01:00
Christoph Strobl
d232d859f1
Prepare 3.3.7 (Neumann SR7).
...
See #1918
2021-02-17 11:07:10 +01:00
Christoph Strobl
155270af98
Updated changelog.
...
See #1918
2021-02-17 11:07:07 +01:00
Christoph Strobl
c734df8924
Updated changelog.
...
See #1943
2021-02-17 10:58:25 +01:00
Greg L. Turnquist
d17c6aaa2f
Backport fix to reference docs to use proper RepositoryDetectionStrategy enum values.
...
Orginal issue: #1970 .
2021-02-08 11:28:56 -06:00
Greg L. Turnquist
8b8ccaf5d7
Backport dropping of links to old /understanding pages of spring.io.
...
The spring.io/understanding pages no longer exist, so we need to drop all links to those pages.
Original: #1967
2021-02-03 11:25:09 -06:00
Greg L. Turnquist
b69b55dc4f
Update materials to replace JIRA with GitHub issues.
...
Change issue links from JIRA to GitHub issues.
Closes #424 .
2021-01-29 12:47:21 -06:00
René Gielen
7c56fbd409
Backport usage of Spring HATEOAS 1.0+ API changes in the reference docs.
...
* Response customization
* JSON output customization
Original issue: #1962
2021-01-25 11:43:33 -06:00
barthr
1db745b196
Backport type correction in reference docs.
...
Related #1961
2021-01-25 11:00:48 -06:00
Greg L. Turnquist
832de50019
Use Docker hub credentials for all CI jobs.
...
Original: DATAREST-1584
Closes #1942
2021-01-25 10:54:52 -06:00
Oliver Drotbohm
53bd03566a
GH-1926 - Avoid wrapping nested entities ultimately to represent a value.
...
NestedEntitySerializer now skips the wrapping into an EntityModel if the target serializer is a JsonValueSerializer as EntityModel requires the value to ultimately resolve into key value pairs as it's only enriching something that's rendered as JSON document with hypermedia elements.
2021-01-18 16:22:45 +01:00
Christoph Strobl
74f184a14e
Updated changelog.
...
See #1944
2021-01-13 15:49:52 +01:00
Christoph Strobl
5906c06e67
Updated changelog.
...
See #1945
2021-01-13 15:16:28 +01:00
Mark Paluch
1611b8c130
Update copyright year to 2021.
...
Closes #1952
2021-01-12 11:46:12 +01:00
Mark Paluch
704f71a72a
DATAREST-1580 - Updated changelog.
2020-12-09 16:47:46 +01:00
Mark Paluch
8fc0c25214
DATAREST-1578 - Updated changelog.
2020-12-09 15:33:28 +01:00
Mark Paluch
2b9c178bc5
DATAREST-1587 - Remove Solr integration tests.
2020-12-09 15:18:54 +01:00
Mark Paluch
1354a550ad
DATAREST-1576 - After release cleanups.
2020-12-09 12:41:27 +01:00
Mark Paluch
defe6fb95a
DATAREST-1576 - Prepare next development iteration.
2020-12-09 12:41:22 +01:00
Mark Paluch
21727b4443
DATAREST-1576 - Release version 3.3.6 (Neumann SR6).
2020-12-09 11:16:22 +01:00
Mark Paluch
6badcba31c
DATAREST-1576 - Prepare 3.3.6 (Neumann SR6).
2020-12-09 11:15:56 +01:00
Mark Paluch
d8272dd7a2
DATAREST-1576 - Updated changelog.
2020-12-09 11:15:52 +01:00
Mark Paluch
fb4d384553
DATAREST-1575 - Updated changelog.
2020-12-09 09:59:09 +01:00
Oliver Drotbohm
31140f0996
DATAREST-1581 - Fixed CORS defaults to include all HTTP methods exposed by Spring Data REST.
...
The fix for DATAREST-1535 has changed the default allowed methods for CORS requests to a smaller set than we originally returned. This commit reinstantiates the default to be set to all HTTP methods, Spring Data repositories support by default.
Related tickets: DATAREST-1535.
2020-12-01 22:37:16 +01:00
Mark Paluch
708a666c33
DATAREST-1577 - Updated changelog.
2020-11-11 12:34:44 +01:00
Mark Paluch
20e0a88766
DATAREST-1570 - Updated changelog.
2020-10-28 16:28:05 +01:00
Mark Paluch
868693d189
DATAREST-1561 - After release cleanups.
2020-10-28 14:51:07 +01:00
Mark Paluch
f7917a05a6
DATAREST-1561 - Prepare next development iteration.
2020-10-28 14:51:04 +01:00
Mark Paluch
cd0d5599c7
DATAREST-1561 - Release version 3.3.5 (Neumann SR5).
2020-10-28 14:34:42 +01:00
Mark Paluch
3eda9170a4
DATAREST-1561 - Prepare 3.3.5 (Neumann SR5).
2020-10-28 14:34:16 +01:00
Mark Paluch
ddff42a337
DATAREST-1561 - Updated changelog.
2020-10-28 14:34:10 +01:00
Mark Paluch
fad1a46354
DATAREST-1560 - Updated changelog.
2020-10-28 12:15:05 +01:00
Mark Paluch
fca56159af
DATAREST-1574 - Updated changelog.
2020-10-28 11:32:30 +01:00
Oliver Drotbohm
2b0095d89b
DATAREST-1213 - Polishing.
...
Simplified tests and domain code. Reinstantiated accidentally removed method in PersistentEntityResource.
Original pull request: #355 .
2020-10-26 22:25:36 +01:00
Dario Seidl
e3a88ff9ca
DATAREST-1213 - ETag creation now uses proxy target for projections.
...
Original pull request: #355 .
2020-10-26 22:25:36 +01:00
Christoph Strobl
3cb683c137
DATAREST-1562 - Updated changelog.
2020-10-14 14:51:50 +02:00
Mark Paluch
7495bb0886
DATAREST-1554 - Updated changelog.
2020-09-16 14:12:12 +02:00
Mark Paluch
ffb49eba3b
DATAREST-1555 - After release cleanups.
2020-09-16 12:15:46 +02:00
Mark Paluch
b382cb6891
DATAREST-1555 - Prepare next development iteration.
2020-09-16 12:15:43 +02:00
Mark Paluch
401099da5d
DATAREST-1555 - Release version 3.3.4 (Neumann SR4).
2020-09-16 11:43:15 +02:00
Mark Paluch
76010ea0b0
DATAREST-1555 - Prepare 3.3.4 (Neumann SR4).
2020-09-16 11:42:47 +02:00
Mark Paluch
2dc9a964ca
DATAREST-1555 - Updated changelog.
2020-09-16 11:42:41 +02:00
Mark Paluch
f184db09b0
DATAREST-1547 - Updated changelog.
2020-09-16 11:20:09 +02:00
Mark Paluch
5110e45390
DATAREST-1546 - Updated changelog.
2020-09-16 10:39:01 +02:00
Mark Paluch
e81b2aadb3
DATAREST-1548 - After release cleanups.
2020-08-12 13:19:59 +02:00
Mark Paluch
c38eb3f9ea
DATAREST-1548 - Prepare next development iteration.
2020-08-12 13:19:56 +02:00
Mark Paluch
acd8c47ea1
DATAREST-1548 - Release version 3.3.3 (Neumann SR3).
2020-08-12 13:07:48 +02:00
Mark Paluch
6226a93a24
DATAREST-1548 - Prepare 3.3.3 (Neumann SR3).
2020-08-12 13:07:22 +02:00
Mark Paluch
2d14a03f6d
DATAREST-1548 - Updated changelog.
2020-08-12 13:07:15 +02:00