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
Mark Paluch
952ec110b0
Prepare 3.5 M5 (2021.0.0).
...
See #1986
2021-03-17 11:17:27 +01:00
Mark Paluch
0b92ac3e34
Updated changelog.
...
See #1986
2021-03-17 11:17:23 +01:00
Mark Paluch
0ffe1f1c3c
Updated changelog.
...
See #1979
2021-03-17 11:03:40 +01:00
Mark Paluch
a649968cc2
Updated changelog.
...
See #1973
2021-03-17 10:35:13 +01:00
Greg L. Turnquist
015335d9ef
Replace RepositoryRestConfigurerAdapter in the ref docs.
...
RepositoryRestConfigurerAdapter was superceded by RepositoryRestConfigurer and its default methods a long time ago. Update the ref docs to properly use the new interface.
Fixes #1983 .
2021-03-16 15:09:59 +01:00
Toon Geens
51206fbffd
Fix RepositoryEntityLinks in the documentation.
...
Replace `RepositoryEntityLinks.linkToSingleResource()` to `RepositoryEntityLinks.linkToItemResource()`.
Fixes #1984 .
2021-03-15 11:29:01 -05:00
Oliver Drotbohm
65d4d71895
Support for jMolecules Identifier types.
...
We now properly handle jMolecules Identifier instances by integration with the corresponding Converter implementations provided by the jmolecules-spring integrations library.
Fixes GH-1982.
2021-03-08 20:31:58 +01:00
Oliver Drotbohm
e9bc98a1e9
#1980 - RepositoryEntityLinks now overrides ….linkForItemResource(…).
2021-02-24 17:57:46 +01:00
Oliver Drotbohm
cb75eaee90
#1974 - Polishing.
...
Deprecated configuration methods on RepositoryRestConfiguration for better naming.
2021-02-18 14:04:34 +01:00
Oliver Drotbohm
517bb5f202
#1974 - Improve default LinkRelationProvider setup to also consider @Relation.
...
RepositoryRestConfiguration now defaults the LinkRelationProvider instance to a delegating one considering both AnnotationLinkRelationProvider and EvoLinkRelationProvider so that @Relation annotations on entity types.
2021-02-18 14:04:34 +01:00
Christoph Strobl
dc0e0bbcef
After release cleanups.
...
See #1978
2021-02-18 11:35:22 +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
466932508d
Prepare 3.5 M4 (2021.0.0).
...
See #1978
2021-02-18 11:24:46 +01:00
Christoph Strobl
e82c066000
Updated changelog.
...
See #1978
2021-02-18 11:24:45 +01:00
Christoph Strobl
488d87e6d8
Updated changelog.
...
See #1975
2021-02-18 11:18:29 +01:00
Christoph Strobl
98a9354e82
After release cleanups.
...
See #1954
2021-02-17 14:17:49 +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
0b14d0b60b
Prepare 3.5 M3 (2021.0.0).
...
See #1954
2021-02-17 13:59:43 +01:00
Christoph Strobl
b9547f82c7
Updated changelog.
...
See #1954
2021-02-17 13:59:42 +01:00
Christoph Strobl
33b2a06594
Updated changelog.
...
See #1953
2021-02-17 13:49:20 +01:00
Christoph Strobl
93648a4a9e
Updated changelog.
...
See #1918
2021-02-17 11:34:25 +01:00
Christoph Strobl
3fbf991e17
Updated changelog.
...
See #1943
2021-02-17 10:58:24 +01:00
Oliver Drotbohm
9ee4c62b01
#1971 - Upgrade MongoDB tests to 4.2 drivers.
2021-02-16 16:46:21 +01:00
Greg L. Turnquist
0890a0134d
Fix reference docs to use proper RepositoryDetectionStrategy enum values.
...
Closes #1970 .
2021-02-08 11:24:09 -06:00
Greg L. Turnquist
e86cce056b
Drop 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.
Closes #1967 .
2021-02-03 11:21:52 -06:00
Greg L. Turnquist
38e8445046
Update materials to replace JIRA with GitHub issues.
...
Change issue links from JIRA to GitHub issues.
Closes #424 .
2021-01-29 12:46:11 -06:00
Oliver Drotbohm
cd4b43554f
Update to HAL Explorer 0.15.0.
...
See GH-1957.
2021-01-29 15:28:37 +01:00
Oliver Drotbohm
0295573047
Avoid late registration of PathPatternParser on DelegatingHandlerMapping.
...
Instead of registering the PathPatternParser on DelegatingHandlerMapping via WebMvcConfigurer.configurePathMatch(…) we now consume the bean exposed in context of the fix for spring-projects/spring-framework#26427 .
We also use the newly introduced RequestMappingInfo.mutate() to add our customizations of the produces clause for Spring Data REST's mappings.
Fixes GH-1965.
2021-01-26 22:45:33 +01:00
Oliver Drotbohm
5dc7536c2c
Adapt to API changes in HalHandlerInstantiator.
...
Fixes GH-1964.
2021-01-25 23:37:22 +01:00
René Gielen
f615cc6e18
Reflect Spring HATEOAS 1.0+ API changes in the reference docs.
...
* Response customization
* JSON output customization
Closes #1962
2021-01-25 11:19:20 -06:00
barthr
9d77d0d814
Fix typo in reference docs.
...
Closes #1961
2021-01-25 10:57:35 -06:00
Mark Paluch
5ccf139278
Filter spring-issuemaster comments from feedback provided reassignment.
...
See #424
2021-01-20 14:50:21 +01:00
Oliver Drotbohm
8f342e488d
Upgrade to HAL Explorer 0.14.0.
...
Fixes GH-1957.
2021-01-19 12:30:52 +01:00
Oliver Drotbohm
de54531549
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:04:46 +01:00
Oliver Drotbohm
4d7daa9f6e
Let DelegatingHandlerMapping implement HandlerMapping directly.
...
We actually do not want to inherit all the functionality implemented in AbstractHandlerMapping. The sole reason we did so before was to override the method to propagate the PathPatternResolver to the downstream HandlerMappings. We now just declare the method on DHM directly.
Fixes GH-1955.
2021-01-14 15:37:37 +01:00
Mark Paluch
cf130e8167
Filter spring-issuemaster comments from feedback provided reassignment.
...
See #424
2021-01-14 11:05:57 +01:00
Christoph Strobl
8ba51ce434
After release cleanups.
...
See #1944
2021-01-13 15:47:00 +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
Christoph Strobl
24a7a40d40
Prepare 3.5 M2 (2021.0.0).
...
See #1944
2021-01-13 15:33:34 +01:00
Christoph Strobl
2be25ae1a9
Updated changelog.
...
See #1944
2021-01-13 15:33:33 +01:00
Christoph Strobl
8d75082525
Updated changelog.
...
See #1945
2021-01-13 15:16:23 +01:00
Mark Paluch
7afe7f1a9c
Update copyright year to 2021.
...
Closes #1952
2021-01-12 11:45:16 +01:00
Mark Paluch
71a62c44b3
Polishing.
...
Remove codeblocks in comments.
See #1951
2021-01-11 09:02:50 +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
ea7b06ba2d
#424 - Add GitHub actions for issue management.
2020-12-31 10:48:03 +01:00