Spring Operator
4f71175777
DATAREST-1351 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 308 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html ) result 200).
Original Pull Request: #331
2019-03-22 10:25:01 +01:00
Oliver Gierke
b775fa705d
DATAREST-932 - Updated changelog.
2016-12-21 19:35:34 +01:00
Oliver Gierke
66f1b8b18d
DATAREST-862 - Updated changelog.
2016-12-21 18:46:38 +01:00
Ken Dombeck
2fe1b59e82
DATAREST-951 - Fixed example in sample in reference documentation.
...
Original pull request: #244 .
2016-12-06 08:32:40 +01:00
Lukasz Kryger
96ae9d803f
DATAREST-960 - Fixed typos in reference documentation.
...
Fix typo "returnBodyOnupdate" -> "returnBodyOnUpdate".
Original pull request: #242 .
2016-12-02 19:41:31 +01:00
Oliver Gierke
3aa120b4d9
DATAREST-934 - Updated changelog.
2016-11-23 13:52:49 +01:00
Oliver Gierke
2f4c285b37
DATAREST-915 - Updated changelog.
2016-11-03 18:56:48 +01:00
Oliver Gierke
e855f73af1
DATAREST-903 - Updated changelog.
2016-09-29 14:42:10 +02:00
Oliver Gierke
90b396daf4
DATAREST-913 - Prepare 2.4.6 (Gosling SR6).
2016-09-29 09:33:54 +02:00
Oliver Gierke
4d131e478f
DATAREST-913 - Updated changelog.
2016-09-29 09:33:51 +02:00
Oliver Gierke
57172af59f
DATAREST-901 - Prepare 2.4.5 (Gosling SR5).
2016-09-20 15:29:21 +02:00
Oliver Gierke
cb9d227576
DATAREST-901 - Updated changelog.
2016-09-20 15:29:13 +02:00
Oliver Gierke
99a78a00e9
DATAREST-842 - Updated changelog.
2016-09-20 11:50:44 +02:00
Oliver Gierke
f8806cc43a
DATAREST-803 - Updated changelog.
2016-07-28 09:03:21 +02:00
Oliver Gierke
dbedcfff8c
DATAREST-804 - Updated changelog.
2016-07-28 09:03:13 +02:00
Oliver Gierke
8d249b4b9c
DATAREST-802 - Updated changelog.
2016-04-06 23:14:27 +02:00
Oliver Gierke
e8ad9b1541
DATAREST-790 - Updated changelog.
2016-04-06 18:44:38 +02:00
Massimo Mangoni
4d1d07f3e5
DATAREST-790 - Fixed typos in the reference documentation.
...
Original pull request: #203 .
2016-04-06 13:26:31 +02:00
Oliver Gierke
877070a56f
DATAREST-782 - Updated changelog.
2016-03-18 13:19:28 +01:00
Oliver Gierke
62ebf7ae72
DATAREST-766 - Prepare 2.4.4 (Gosling SR4).
2016-02-23 12:56:55 +01:00
Oliver Gierke
648d9cd8d5
DATAREST-766 - Updated changelog.
2016-02-23 12:56:47 +01:00
Oliver Gierke
685da6d4eb
DATAREST-756 - Updated changelog.
2016-02-12 22:11:09 +01:00
Oliver Gierke
f5b088d311
DATAREST-731 - Prepare 2.4.2.RELEASE (Gosling SR2).
2015-12-18 08:30:37 +01:00
Oliver Gierke
9d977a8c8c
DATAREST-731 - Updated changelog.
2015-12-18 08:30:25 +01:00
vtsukur
d449dd253d
DATAREST-711 - Actualized examples with projection configuration and fixed typos.
...
Original pull request: #202 .
2015-12-13 16:20:26 +01:00
Oliver Gierke
c5263eabf5
DATAREST-714 - Reference documentation now mentions RepositoryrestConfigurer instead of RepositorytestMvcConfiguration.
...
Fixed documentation on how to customize Spring Data REST by moving away from extending RepositoryRestMvcConfiguration to RepositoryRestConfigurer.
2015-11-25 14:46:08 +01:00
Oliver Gierke
6fb2a60d09
DATAREST-707 - Prepare 2.4.1.RELEASE (Gosling SR1).
2015-11-15 14:06:55 +01:00
Oliver Gierke
87e2e825dd
DATAREST-707 - Updated changelog.
2015-11-15 14:06:51 +01:00
Greg Turnquist
a93f68e227
DATAREST-684 - Added details on how to return a HAL document in reference documentation.
...
Original pull request: #199 .
2015-11-02 16:30:19 +01:00
Oliver Gierke
1a68c94c04
DATAREST-693 - Updated changelog.
2015-10-14 14:02:32 +02:00
Oliver Gierke
468c7b4d12
DATAREST-669 - Include section on dependency management from Spring Data Commons into reference docs.
...
Related tickets: DATACMNS-762.
2015-09-03 18:20:32 +02:00
Oliver Gierke
e35313ad20
DATAREST-663 - Prepare 2.4.0.RELEASE (Gosling GA).
2015-09-01 09:44:22 +02:00
Oliver Gierke
83680b505e
DATAREST-663 - Updated changelog.
2015-09-01 09:44:19 +02:00
Greg Turnquist
be67f3e5b0
DATAREST-627 - HAL Browser now uses JSON Editor view for resources exposing metadata.
...
In case a link relation's target exposes a profile link (via HTTP HEAD and "Link" response header), we now try to obtain a JSON schema from the target resource and use a custom view based on the JSON Editor library fro non-GET requests.
This creates a customized, user friendly pop-up dialog for data entry with a nice polished look. If there is no profile link, we use a fallback editor for raw JSON input.
Original pull request: #191 .
2015-08-31 18:59:15 +02:00
Greg Turnquist
345c198a75
DATAREST-638 - Consolidated metadata under a single profile link.
...
Moved /alps into a separate link underneath /profile, so that /schema can ALSO be served there as well. Also added a profile link to the collection resources, linking to collection-specific metadata. We now use strict content negotiation for each form of metadata so clients don't have to navigate a labyrinth of links. To preserve backwards compatibility, make ALPS the default metadata type.
Original pull request: #196 .
2015-08-19 11:25:17 +02:00
Oliver Gierke
14df6fcbc0
DATAREST-623 - Polishing.
...
Removed trailing spaces.
Original pull request: #195 .
2015-08-12 19:06:52 +02:00
Greg Turnquist
06e2564f66
DATAREST-623 - Added documentation on how to programmatically link to resource controllers.
...
Documented how to use RepositoryEntityLinks to link to Spring Data REST controllers.
Original pull request: #195 .
2015-08-12 19:06:49 +02:00
Oliver Gierke
fc85586384
DATAREST-634 - Prepare 2.4.0.RC1 (Gosling RC1).
2015-08-04 13:12:25 +02:00
Oliver Gierke
4cedd71de7
DATAREST-634 - Updated changelog.
2015-08-04 13:12:25 +02:00
Greg Turnquist
5dac9eac0c
DATAREST-624 - Added reference documentations for Spring Data REST HAL Browser.
...
Original pull request: #193 .
2015-08-04 01:57:53 +02:00
Oliver Gierke
dee22d2726
DATAREST-628 - Updated changelog.
2015-07-28 16:46:16 +02:00
Cedric Ziel
22b2984ce6
DATAREST-596 - Add missing letter to MVC configuration import example
2015-07-09 18:50:50 +02:00
Oliver Gierke
906d76a196
DATAREST-601 - Updated changelog.
2015-07-01 10:08:43 +02:00
Oliver Gierke
06b5a65de4
DATAREST-602 - Updated changelog.
2015-07-01 07:52:56 +02:00
Oliver Gierke
6cf9326c1d
DATAREST-603 - Updated changelog.
2015-06-30 14:33:24 +02:00
Oliver Gierke
b5c95ae3d6
DATAREST-454 - Polishing.
...
Improved example headers to not expose we're referring to test code. Used inline code instead of bold for technical terms (HTTP methods, HTML attributes etc.).
Original pull request: #184 .
2015-06-25 11:48:22 +02:00
Greg Turnquist
70f35cd314
DATAREST-454 - Document conditional operations.
...
Added documentation of ETag and Last-Modified header handling with Spring Data managed domain types.
Original pull request: #184 .
2015-06-25 09:54:08 +02:00
Greg Turnquist
ea8baf642b
DATAREST-397 - Added integration tests to verify Spring Data REST working with Spring Security.
...
Added integration tests to verify Spring Data REST works with Spring Security as expected. Added method level security to sample repositories and verified HTTP responses to consider those.
Added some words on security configuration in the reference documentation. This is also demonstrated by some canonical samples found in [0].
Original pull request: #171 .
[0] https://github.com/spring-projects/spring-data-examples/issues/21
2015-06-23 18:11:12 +02:00
Greg Turnquist
ad75c3cc8e
DATAREST-508 - Added details about finding projection definitions.
...
Original pull request: #176 .
2015-06-13 18:06:52 +02:00
Oliver Gierke
471f0c17e5
DATAREST-563 - Prepare 2.4.0.M1 (Gosling M1).
2015-06-02 10:47:05 +02:00