Mark Paluch
d9884a21f7
Upgrade to Spring Boot 3.0.2.
...
Closes #653
2023-02-02 12:28:12 +01:00
Christoph Strobl
d52d73f34c
Upgrade to Spring 6 and Spring Boot 3.
...
See #654
2022-12-12 11:15:36 +01:00
Mark Paluch
41b4b03469
Polishing.
...
Reformat code.
See #606 .
2021-04-30 10:30:04 +02:00
Mark Paluch
af86e0219f
Java 16 migration for REST examples.
...
See #606 .
2021-04-30 10:29:47 +02:00
divya_jnu08
ce39a53448
Migrate REST examples to JUnit 5.
...
Original pull request: #620 .
See #583 .
2021-04-30 08:45:49 +02:00
Mark Paluch
ec8557c7da
Update copyright years to 2021.
...
Closes #616
2021-04-27 14:47:20 +02:00
Spring Operator
ccae97890f
#491 - 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 426 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-22 08:13:14 +01:00
Oliver Gierke
d854c6d084
#342 - Expanded copyright headers to 2018.
...
Removed trailing whitespace in touched files.
2018-02-22 11:42:57 +01:00
Mark Paluch
b3d8749273
#326 - Extend CORS examples.
...
Add examples for preflight- and rejected requests.
2017-11-30 14:19:45 -08:00
Mark Paluch
674c4e904c
#325 - Upgrade to Spring Boot 2.0 M7.
...
Tweak bom to reflect Spring Framework and Spring Data versions.
Remove reactive Couchbase configuration code required prior to Spring Boot 2.0 M7.
Tweak CORS examples to adapt to Spring Framework's disabled allowCredentials by default.
2017-11-30 14:15:09 -08:00
Mark Paluch
605b90dc56
#249 - Add example for Spring Data REST Cross-origin resource sharing.
2017-01-27 13:12:37 +01:00
Oliver Gierke
6684c8c69b
#190 - More simplifications for Spring Boot 1.4 M3.
...
Replaced all occurrences of @SpringApplicationConfiguration with @SpringBootTest. Using SpringRunner instead of @SpringJUnit4ClassRunner now.
2016-06-10 21:26:46 +02:00
Oliver Gierke
bca4e65e4f
#115 - Harmonized package names.
...
We now consistently use example.springdata.$store as base package name.
2015-07-16 09:10:20 +02:00
Oliver Gierke
7f8a0cc9dc
#111 - Stricter tests cases for conditional headers in REST sample.
...
We now explicitly check for the presence of ETag and Last-Modified headers for all requests.
2015-06-26 06:47:08 +02:00
Oliver Gierke
174710c5ba
#74 - More documentation within the REST headers example.
...
Added README to give more details on what the sample actually showcases. Added Spring RESTDocs to document HTTP interaction.
2015-04-08 19:33:04 +02:00
Oliver Gierke
081881b538
#74 - Added sample for conditional GET requests with Spring Data REST.
2015-04-08 18:48:19 +02:00