Commit Graph

355 Commits

Author SHA1 Message Date
Mark Paluch
ee17e78469 Extend license header copyright years to 2024.
See #2348
2024-01-02 13:54:44 +01:00
Mark Paluch
e04a95a2a8 Prepare 4.2.1 (2023.1.1).
See #2332
2023-12-15 14:11:23 +01:00
Runbing
528f29fc1c Fixed the URL for the Spring Data Commons documentation.
I fixed an incorrect URL in the **antora.yml** file that was preventing other pages from linking to the Spring Data Commons documentation.

Closes #2335
2023-11-20 11:27:08 +01:00
Mark Paluch
eb5e622aa5 Prepare 4.2 GA (2023.1.0).
See #2321
2023-11-17 14:28:30 +01:00
John Blum
657297af63 Prepare 4.2 RC1 (2023.1.0).
See #2310
2023-10-13 08:43:56 -07:00
Mark Paluch
01919821d9 Prepare 4.2 M3 (2023.1.0).
See #2303
2023-09-15 14:59:00 +02:00
Mark Paluch
122c53ca7f Remove changelog shipped with the binaries.
Closes #2047
2023-09-14 11:31:03 +02:00
Mark Paluch
3b762c092f Migrate documentation to Antora.
Closes #2304
2023-08-31 13:39:32 +02:00
Julia Lee
6f0c292671 Prepare 4.2 M2 (2023.1.0).
See #2290
2023-08-18 08:49:39 -04:00
Mark Paluch
d9e3cd16a7 Prepare 4.2 M1 (2023.1.0).
See #2260
2023-07-14 14:52:13 +02:00
wintersolutions
18030f9171 Fix typo in ref docs anchor.
Closes #2281.
2023-07-04 14:43:40 +02:00
Mark Paluch
ef4fa3e342 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2266
2023-06-06 10:29:56 +02:00
Christoph Strobl
26ae406bf9 Prepare 4.1 GA (2023.0.0).
See #2255
2023-05-12 14:14:07 +02:00
Blue Ye
ae42018aab Remove duplicate sentence from documentation.
Closes #2251
2023-04-25 11:31:54 +02:00
Greg L. Turnquist
d1684bc16a Prepare 4.1 RC1 (2023.0.0).
See #2243
2023-04-14 11:53:23 -05:00
Christoph Strobl
80ee34e1ba Prepare 4.1 M3 (2023.0.0).
See #2229
2023-03-20 15:01:20 +01:00
Oliver Drotbohm
e4bca534bf Support to receive aggregate references as request parameters.
We now support using AggregateReference as type to bind request parameters taking URIs pointing to related aggregates. The default resolution will try to resolve the entire URI via UriToEntityConverter but one can also provide a function that can extract any part of the URI to be then resolved into either an identifier, aggregate instance or jMolecules Association against the ConversionService.

Fixes #2239.
2023-03-19 23:56:39 +01:00
Oliver Drotbohm
6d0034f15f Support for query methods returning a Slice.
Built on the the just introduced RepresentationModelAssembler implementations based on Slice in Spring HATEOAS and Spring Data Commons we now support returning a SlicedModel from the controller backing search resources ultimately triggering repository query methods.

The introduction triggered the refactoring to introduce RepresentationModelAssemblers (RMA) to remove the need for controllers inheriting from AbstractRepositoryController to access RepresentationModel assembly functionality. RMA acts as a facade for both Paged-/SlicedResourceAssembler as well as PersistentEntityResourceAssembler.

Fixes #2235.
2023-03-02 17:20:09 +01:00
Oliver Drotbohm
2a88cc7ea6 Reference document updates for new return body on delete setting. 2023-02-21 17:48:15 +01:00
Mikołaj Matuszewski
8d9855b57e Fix missing explanation for resource type indicator in reference docs. 2023-02-21 11:52:34 +01:00
Christoph Strobl
15d3277f6d Prepare 4.1 M2 (2023.0.0).
See #2228
2023-02-17 14:22:18 +01:00
Christoph Strobl
378d3505b4 Prepare 4.1 M1 (2023.0.0).
See #2204
2023-02-17 13:27:10 +01:00
Oliver Drotbohm
a7765c9e5b Fix links in reference documentation.
Primarily references to Spring Framework docs and one https update.

Fixes #2218.
2023-01-18 10:02:13 +01:00
Oliver Drotbohm
0938b9726e Fix links to Spring Framework's CORS documentation.
Fixes #2215.
2023-01-09 17:00:49 +01:00
Mark Paluch
c35086c7c4 Prepare 4.0 GA (2022.0.0).
See #2190
2022-11-18 14:26:13 +01:00
Jens Schauder
1968b4e76f Replace New and Noteworthy with links to release notes.
Closes #2199
See spring-projects/spring-data-relational#1351
2022-11-10 15:10:11 +01:00
Mark Paluch
009fd1d158 Prepare 4.0 RC2 (2022.0.0).
See #2192
2022-11-04 15:23:07 +01:00
Mark Paluch
406e131ca1 Prepare 4.0 RC1 (2022.0.0).
See #2180
2022-10-13 17:24:04 +02:00
Mark Paluch
2e551afa62 Prefer Java configuration over XML.
Closes #2182
2022-09-29 10:03:04 +02:00
Spring Builds
97f7d45be7 Prepare 4.0 M6 (2022.0.0).
See #2162
2022-09-19 14:13:00 +00:00
Christoph Strobl
823f0a8a62 Prepare 4.0 M5 (2022.0.0).
See #2144
2022-07-15 15:17:57 +02:00
Christoph Strobl
17eba53aeb Prepare 4.0 M4 (2022.0.0).
See #2128
2022-05-13 10:43:21 +02:00
Mark Paluch
520cd9d91f Prepare 4.0 M3 (2022.0.0).
See #2127
2022-03-22 14:00:01 +01:00
Mark Paluch
02d5e7316c Prepare 4.0 M2 (2022.0.0).
See #2100
2022-03-21 16:34:36 +01:00
Kai Toedter
64f386460b Improve documentation on HAL Explorer.
Fixes #2120.
2022-03-02 16:48:56 +01:00
Mark Paluch
547acd7d19 Prepare 4.0 M1 (2022.0.0).
See #2096
2022-01-14 14:34:48 +01:00
Jens Schauder
3fb3695b10 Prepare 3.6 GA (2021.1.0).
See #2079
2021-11-12 10:49:16 +01:00
Mark Paluch
3f0f2a307d Prepare 3.6 RC1 (2021.1.0).
See #2066
2021-10-18 13:47:47 +02:00
Oliver Drotbohm
eae472b9f9 Polishing. 2021-09-29 16:50:01 +02:00
Oliver Drotbohm
6d19e968ae Improve documentation of default response body rendering for POST and PUT requests.
Fixes #2063.
2021-09-29 16:50:01 +02:00
Mark Paluch
d7fe26a656 Prepare 3.6 M3 (2021.1.0).
See #2052
2021-09-17 09:44:35 +02:00
Jens Schauder
d789f993d0 Prepare 3.6 M2 (2021.1.0).
See #2046
2021-08-12 15:02:57 +02:00
Jens Schauder
df7a7b3ee8 Prepare 3.6 M1 (2021.1.0).
See #2001
2021-07-16 14:08:59 +02:00
Jens Schauder
99f6e6cfb0 Updated changelog.
See #2001
2021-07-16 14:08:52 +02:00
Jens Schauder
5e1465a0df Updated changelog.
See #2030
2021-07-16 10:48:19 +02:00
David Lozano Jarque
13066a7ce1 Reintroduce link to "Understanding HATEOAS" document.
As the "understanding" section is not published any more, move link to Markdown file in the GitHub repository.

Original ticket: DATAREST-1392. Fixes #356.
2021-07-16 09:17:09 +02:00
Max Brauer
aea406cb68 Fix incomplete sentence in reference docs of association resources.
Fixes #372.
2021-07-16 09:10:17 +02:00
Thomas Küstermann
659188bdc1 Update documentation link to Spring HATEOAS's method links
Prefer link to official HATEOAS documentation rather than linking to the Github project README.
2021-07-16 09:07:26 +02:00
Joe Greubel
7bb34d7847 Correct resource name in query method section.
Fixes #370.
2021-07-16 08:51:59 +02:00
Jay Bryant
ace69c5e8d Wording changes
Removed the language of oppression and violence and replaced it with more neutral language.

Note that problematic words in the code have to remain in the docs until the code changes.

Fixes #379.
2021-07-16 00:10:48 +02:00