Mark Paluch
56563420c6
Prepare 4.2.12 (2023.1.12).
...
See #2422
2024-11-15 10:21:22 +01:00
Mark Paluch
c37e568bc2
Prepare 4.2.11 (2023.1.11).
...
See #2415
2024-10-18 10:14:17 +02:00
Jens Schauder
de10d6e2cc
Prepare 4.2.10 (2023.1.10).
...
See #2413
2024-09-13 10:49:51 +02:00
Jens Schauder
fc10a6998d
Prepare 4.2.9 (2023.1.9).
...
See #2396
2024-08-16 08:58:11 +02:00
Mark Paluch
870400297a
Bundle Javadoc with Antora documentation site.
...
Closes #2400
2024-07-31 11:17:52 +02:00
Jens Schauder
c6956e3854
Prepare 4.2.8 (2023.1.8).
...
See #2390
2024-07-12 13:32:46 +02:00
Mark Paluch
e2a64da280
Prepare 4.2.7 (2023.1.7).
...
See #2385
2024-06-14 10:04:05 +02:00
Mark Paluch
912e04be26
Prepare 4.2.6 (2023.1.6).
...
See #2381
2024-05-17 11:21:59 +02:00
Mark Paluch
e7955bd357
Prepare 4.2.5 (2023.1.5).
...
See #2375
2024-04-12 10:14:55 +02:00
Mark Paluch
245296bf27
Prepare 4.2.4 (2023.1.4).
...
See #2367
2024-03-15 10:17:30 +01:00
Mark Paluch
774b86de7a
Polishing.
...
Reformat code. Add missing this. prefix for field assignment.
See #2370
2024-03-05 15:04:32 +01:00
Blue Ye
ebc3192ac0
Fix typos and annotation use in reference documentation.
...
Closes #2370
2024-03-05 15:04:32 +01:00
Mark Paluch
23af4b3164
Prepare 4.2.3 (2023.1.3).
...
See #2354
2024-02-16 13:50:01 +01:00
Mark Paluch
71c9b8b3b5
Prepare 4.2.2 (2023.1.2).
...
See #2345
2024-01-12 10:50:44 +01:00
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