Commit Graph

379 Commits

Author SHA1 Message Date
Mark Paluch
b9f4df6e3a Prepare 4.5 GA (2025.0.0).
See #2473
2025-05-16 11:28:10 +02:00
Mark Paluch
6345bc0844 Prepare 4.5 RC1 (2025.0.0).
See #2468
2025-04-22 11:23:52 +02:00
Mark Paluch
4745ab1b9f Prepare 4.5 M2 (2025.0.0).
See #2462
2025-03-14 09:30:46 +01:00
Mark Paluch
a5e34af3e4 Prepare 4.5 M1 (2025.0.0).
See #2434
2025-02-14 12:22:19 +01:00
Mark Paluch
a96862bb91 Extend license header copyright years to 2025.
See #2448
2025-01-08 10:04:48 +01:00
Mark Paluch
10a0ff8593 Prepare 4.4 GA (2024.1.0).
See #2424
2024-11-15 14:10:37 +01:00
Mark Paluch
a6ad3393aa Prepare 4.4 RC1 (2024.1.0).
See #2417
2024-10-18 12:46:44 +02:00
Jens Schauder
f856ab5e6d Prepare 4.4 M1 (2024.1.0).
See #2387
2024-09-13 12:39:15 +02:00
Mark Paluch
21e11adfe3 Bundle Javadoc with Antora documentation site.
Closes #2400
2024-07-31 11:17:37 +02:00
Mark Paluch
b249b80f7d Prepare 4.3 GA (2024.0.0).
See #2382
2024-05-17 11:49:11 +02:00
Mark Paluch
353aefc026 Prepare 4.3 RC1 (2024.0.0).
See #2376
2024-04-12 10:50:27 +02:00
Mark Paluch
5b2868fcae Prepare 4.3 M2 (2024.0.0).
See #2368
2024-03-15 11:07:10 +01:00
Mark Paluch
2e43beaa9a Polishing.
Reformat code. Add missing this. prefix for field assignment.

See #2370
2024-03-05 14:42:51 +01:00
Blue Ye
8d4cf6e6cb Fix typos and annotation use in reference documentation.
Closes #2370
2024-03-05 14:42:11 +01:00
Christoph Strobl
9c87163038 Prepare 4.3 M1 (2024.0.0).
See #2333
2024-02-16 14:37:00 +01:00
Mark Paluch
ae851d878f Extend license header copyright years to 2024.
See #2349
2024-01-02 14:42:06 +01:00
Runbing
70a271b241 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:26:53 +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