Commit Graph

1365 Commits

Author SHA1 Message Date
Christoph Strobl
4e330812b7 Prepare next development iteration.
See #1953
2021-02-17 13:41:53 +01:00
Christoph Strobl
f5992a4e4f Release version 3.4.4 (2020.0.4).
See #1953
2021-02-17 12:00:24 +01:00
Christoph Strobl
94580e7ba5 Prepare 3.4.4 (2020.0.4).
See #1953
2021-02-17 11:59:37 +01:00
Christoph Strobl
d67cce1174 Updated changelog.
See #1953
2021-02-17 11:59:36 +01:00
Christoph Strobl
ebe3182d7d Updated changelog.
See #1918
2021-02-17 11:34:27 +01:00
Christoph Strobl
802279eaba Updated changelog.
See #1943
2021-02-17 10:58:27 +01:00
Greg L. Turnquist
91a92e5f51 Backport fix to reference docs to use proper RepositoryDetectionStrategy enum values.
Orginal issue: #1970.
2021-02-08 11:28:11 -06:00
Greg L. Turnquist
bf6522f1b2 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:26:02 -06:00
Greg L. Turnquist
76f0511e30 Update materials to replace JIRA with GitHub issues.
Change issue links from JIRA to GitHub issues.

Closes #424.
2021-01-29 12:46:53 -06:00
Oliver Drotbohm
531ad91ad0 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 23:00:36 +01:00
René Gielen
bc3f3c1602 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:40:53 -06:00
barthr
6e8e89dbd6 Backport type correction in reference docs.
Related #1961
2021-01-25 11:00:06 -06:00
Oliver Drotbohm
8ed034568b 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:20:39 +01:00
Oliver Drotbohm
b9c02938d1 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:44 +01:00
Oliver Drotbohm
72ff0c7ec5 DATAREST-1590 - Avoid need for eager access to components in RepositoryRestMvcConfiguration.
Switch to ObjectProvider for all component dependencies in the constructor of RepositoryRestMvcConfiguration. Made the bean definition of AnnotatedEventHandlerInvoker a static bean as it's an application listener and it being an instance method causes extend initialization of the configuration class trickling down into unnecessary bean lookups that early in the lifecycle.

Fixes GH-1921.
2021-01-14 14:37:07 +01:00
Christoph Strobl
73ee1c20ad Updated changelog.
See #1944
2021-01-13 15:49:53 +01:00
Christoph Strobl
0bc006969b After release cleanups.
See #1945
2021-01-13 15:01:50 +01:00
Christoph Strobl
b275144074 Prepare next development iteration.
See #1945
2021-01-13 15:01:49 +01:00
Christoph Strobl
9cbe1d82d0 Release version 3.4.3 (2020.0.3).
See #1945
2021-01-13 14:18:34 +01:00
Christoph Strobl
b8bde5c086 Prepare 3.4.3 (2020.0.3).
See #1945
2021-01-13 14:17:43 +01:00
Christoph Strobl
b153b554e0 Updated changelog.
See #1945
2021-01-13 14:17:42 +01:00
Mark Paluch
59bd7692fa Update copyright year to 2021.
Closes #1952
2021-01-12 11:45:28 +01:00
Mark Paluch
74b957fa19 Polishing.
Remove codeblocks in comments.

See #1951
2021-01-11 09:03:01 +01:00
Mark Paluch
30d539b8aa 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:37 +01:00
Greg L. Turnquist
ef4d144156 DATAREST-1584 - Use Docker hub credentials for all CI jobs. 2020-12-15 15:33:20 -06:00
Mark Paluch
f88a8de43a DATAREST-1580 - After release cleanups. 2020-12-09 16:46:55 +01:00
Mark Paluch
d306e07c18 DATAREST-1580 - Prepare next development iteration. 2020-12-09 16:46:49 +01:00
Mark Paluch
c2339c551c DATAREST-1580 - Release version 3.4.2 (2020.0.2). 2020-12-09 16:01:26 +01:00
Mark Paluch
ce0fb7cccd DATAREST-1580 - Prepare 3.4.2 (2020.0.2). 2020-12-09 16:00:55 +01:00
Mark Paluch
88f1944c19 DATAREST-1580 - Updated changelog. 2020-12-09 16:00:51 +01:00
Mark Paluch
09c5c4bbd1 DATAREST-1578 - Updated changelog. 2020-12-09 15:33:30 +01:00
Mark Paluch
3032468743 DATAREST-1587 - Remove Solr integration tests. 2020-12-09 15:18:35 +01:00
Mark Paluch
fe0a372424 DATAREST-1576 - Updated changelog. 2020-12-09 12:42:31 +01:00
Mark Paluch
838f31f009 DATAREST-1575 - Updated changelog. 2020-12-09 09:59:12 +01:00
Oliver Drotbohm
8e74091299 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:50:56 +01:00
Mark Paluch
445b53a0a0 DATAREST-1577 - After release cleanups. 2020-11-11 12:14:54 +01:00
Mark Paluch
77263d1b95 DATAREST-1577 - Prepare next development iteration. 2020-11-11 12:14:51 +01:00
Mark Paluch
9342762c70 DATAREST-1577 - Release version 3.4.1 (2020.0.1). 2020-11-11 11:59:00 +01:00
Mark Paluch
4f65e4688d DATAREST-1577 - Prepare 3.4.1 (2020.0.1). 2020-11-11 11:58:36 +01:00
Mark Paluch
16b32bf74d DATAREST-1577 - Updated changelog. 2020-11-11 11:58:30 +01:00
Mark Paluch
f0c04a7ed8 DATAREST-1570 - Enable maintenance branch build. 2020-10-29 09:50:40 +01:00
Mark Paluch
627543d578 DATAREST-1570 - After release cleanups. 2020-10-28 16:10:55 +01:00
Mark Paluch
fe16545cc7 DATAREST-1570 - Prepare next development iteration. 2020-10-28 16:10:51 +01:00
Mark Paluch
3a05cca9b6 DATAREST-1570 - Release version 3.4 GA (2020.0.0). 2020-10-28 15:46:57 +01:00
Mark Paluch
b4f7942c81 DATAREST-1570 - Prepare 3.4 GA (2020.0.0). 2020-10-28 15:46:33 +01:00
Mark Paluch
bc4b20452c DATAREST-1570 - Updated changelog. 2020-10-28 15:46:24 +01:00
Mark Paluch
11ac6d4e8e DATAREST-1561 - Updated changelog. 2020-10-28 15:03:06 +01:00
Mark Paluch
d21dc462af DATAREST-1560 - Updated changelog. 2020-10-28 12:15:03 +01:00
Mark Paluch
5c1eefba33 DATAREST-1574 - Updated changelog. 2020-10-28 11:32:26 +01:00
Oliver Drotbohm
f00451dc7e DATAREST-1213 - Polishing.
Simplified tests and domain code. Reinstantiated accidentally removed method in PersistentEntityResource.

Original pull request: #355.
2020-10-26 22:36:01 +01:00