Spring Operator
bbb30ddec6
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://maven.apache.org/xsd/maven-4.0.0.xsd with 5 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://www.pivotal.io with 2 occurrences migrated to:
https://www.pivotal.io ([https](https://www.pivotal.io ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 10 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
Original pull request: #308
2019-03-18 11:48:50 -05:00
Spring Buildmaster
dbb9c00c56
DATAREST-913 - Prepare next development iteration.
2016-09-29 08:32:38 +00:00
Spring Buildmaster
e902b09fe9
DATAREST-913 - Release version 2.4.6 (Gosling SR6).
2016-09-29 08:32:38 +00:00
Spring Buildmaster
1f89fc8fd1
DATAREST-901 - Prepare next development iteration.
2016-09-20 15:03:11 +00:00
Spring Buildmaster
3ada6c8823
DATAREST-901 - Release version 2.4.5.RELEASE.
2016-09-20 15:03:11 +00:00
Oliver Gierke
29783fe23e
DATAREST-720 - HAL Browser fragment now considers the context path if set.
...
Removed some obsolete Maven dependency versions along the way.
2016-04-01 13:00:09 +02:00
Spring Buildmaster
8bb2143919
DATAREST-766 - Prepare next development iteration.
2016-02-23 05:26:21 -08:00
Spring Buildmaster
01661f9763
DATAREST-766 - Release version 2.4.4 (Gosling SR4).
2016-02-23 05:26:20 -08:00
Oliver Gierke
0995aea18b
DATAREST-766 - Tweaked version properties for Gosling SR4.
2016-02-11 19:49:15 +01:00
Spring Buildmaster
5b0110f2d0
DATAREST-731 - Prepare next development iteration.
2015-12-18 01:17:45 -08:00
Spring Buildmaster
3a495f9ce7
DATAREST-731 - Release version 2.4.2.RELEASE (Gosling SR2).
2015-12-18 01:17:44 -08:00
Spring Buildmaster
45a00b55ba
DATAREST-707 - Prepare next development iteration.
2015-11-15 06:30:45 -08:00
Spring Buildmaster
89a39035f2
DATAREST-707 - Release version 2.4.1.RELEASE (Gosling SR1).
2015-11-15 06:30:43 -08:00
Spring Buildmaster
a43ecf3795
DATAREST-663 - Prepare next development iteration.
2015-09-02 15:27:06 +02:00
Spring Buildmaster
1a38f96602
DATAREST-663 - Release version 2.4.0.RELEASE (Gosling GA).
2015-09-01 02:46:01 -07: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
Spring Buildmaster
1d7e7f4ea4
DATAREST-634 - Prepare next development iteration.
2015-08-04 05:06:47 -07:00
Spring Buildmaster
402d7c9382
DATAREST-634 - Release version 2.4.0.RC1 (Gosling RC1).
2015-08-04 05:06:44 -07:00
Spring Buildmaster
42fc85afdc
DATAREST-563 - Prepare next development iteration.
2015-06-02 01:58:14 -07:00
Spring Buildmaster
0604e7b876
DATAREST-563 - Release version 2.4.0 M1 (Gosling).
2015-06-02 01:58:12 -07:00
Oliver Gierke
85ced098c6
DATAREST-293 - Added new module to easily add a HAL browser to Spring Data REST apps.
...
Added a module that repackages the webjar version of the HAL browser. The repackaging is necessary to be able to control the exposure of the browser dynamically and prevent Spring Boot's auto-exposure of webjars from kicking in.
Tweaked BasePathAwareHandlerMapping to default the Accept header to the one defined in the configuration if none is present in the request or */* is given. This will make sure we default to a JSON dialect in case no header is set.
2015-04-14 18:13:02 +02:00