Oliver Gierke
b2da264bea
DATAREST-1267 - Release version 3.1 RC2 (Lovelace).
2018-08-20 10:40:11 +02:00
Mark Paluch
fd5cb8342a
DATAREST-1245 - Prepare next development iteration.
2018-07-26 12:32:25 +02:00
Mark Paluch
a9aeb856fd
DATAREST-1245 - Release version 3.1 RC1 (Lovelace).
2018-07-26 12:06:35 +02:00
Mark Paluch
2ac02ddc86
DATAREST-1264 - Adapt to changed forwarded header behavior.
...
Forwarding headers handling is now centralized in ForwardedHeaderFilter and removed from ServletUriComponentsBuilder. We need to filter requests containing forwarding with ForwardedHeaderFilter.
2018-07-24 12:29:49 +02:00
Oliver Gierke
6ee2b1374a
DATAREST-1256 - Upgraded to Spring HATEOAS 0.25.0.BUILD-SNAPSHOT.
...
Adapted RepositoryRestMvcConfiguration to now create a shared fallback ObjectMapper and avoid to register it as Spring Bean. Adapted test cases that previously were relying on such a bean being present.
Adapted test cases to verify on the correct ALPS document structure (see spring-projects/spring-hateoas#665 ).
2018-06-20 20:01:57 +02:00
Christoph Strobl
769a48d073
DATAREST-1230 - Prepare next development iteration.
2018-05-17 10:09:34 +02:00
Christoph Strobl
108d9106b8
DATAREST-1230 - Release version 3.1 M3 (Lovelace).
2018-05-17 09:51:42 +02:00
Mark Paluch
6a968d0f9c
DATAREST-1196 - Prepare next development iteration.
2018-04-13 15:08:32 +02:00
Mark Paluch
c2327c4ff2
DATAREST-1196 - Release version 3.1 M2 (Lovelace).
2018-04-13 14:30:58 +02:00
Oliver Gierke
80e25ce522
DATAREST-1215 - Added project.root configuration to make JavaDoc generation work again.
...
Related ticket: https://github.com/spring-projects/spring-data-build/issues/527 .
2018-03-14 10:04:23 +01:00
Christoph Strobl
1fcfe12168
DATAREST-1141 - Prepare next development iteration.
2018-02-06 10:11:15 +01:00
Christoph Strobl
cd594d5c46
DATAREST-1141 - Release version 3.1 M1 (Lovelace).
2018-02-06 09:47:10 +01:00
Mark Paluch
5d9dbf1823
DATAREST-1170 - Update copyright years to 2018.
2018-01-09 08:44:14 +01:00
Mark Paluch
127640dd14
DATAREST-1129 - Prepare next development iteration.
2017-10-02 11:37:22 +02:00
Mark Paluch
ac2cbfcbc5
DATAREST-1129 - Release version 3.0 GA (Kay).
2017-10-02 11:10:23 +02:00
Mark Paluch
a315e054ba
DATAREST-1135 - Added explicit automatic module name for JDK 9.
2017-09-21 14:11:02 +02:00
Oliver Gierke
8e16a9553f
DATAREST-1112 - Prepare next development iteration.
2017-09-11 17:40:19 +02:00
Oliver Gierke
c3dc9ebfaf
DATAREST-1112 - Release version 3.0 RC3 (Kay).
2017-09-11 17:24:45 +02:00
Oliver Gierke
f49b54418d
DATAREST-1126 - Upgrade to latest HAL browser (ad9b865).
2017-09-07 14:13:52 +02:00
Oliver Gierke
2a8eb44cc9
DATAREST-1111 - Prepare next development iteration.
2017-07-25 16:10:35 +02:00
Oliver Gierke
ccc5b228cd
DATAREST-1111 - Release version 3.0 RC2 (Kay).
2017-07-25 15:34:24 +02:00
Oliver Gierke
59a9d4d7df
DATAREST-1093 - Prepare next development iteration.
2017-07-25 10:00:06 +02:00
Oliver Gierke
e54f908218
DATAREST-1093 - Release version 3.0 RC1 (Kay).
2017-07-25 09:48:49 +02:00
Mark Paluch
b62c950b4a
DATAREST-1071 - Prepare next development iteration.
2017-06-14 17:14:07 +02:00
Mark Paluch
1c5d3b4c76
DATAREST-1071 - Release version 3.0 M4 (Kay).
2017-06-14 17:03:48 +02:00
gregory
2c927af0b5
DATAREST-1077 - HAL Browser: Pass request headers in ALL requests
...
Pass headers from HAL.client on requests so custom request headers aren't lost.
E.g. custom Authorization: bearer <token> headers
2017-05-16 22:24:41 -05:00
Mark Paluch
793c09270d
DATAREST-1052 - Prepare next development iteration.
2017-05-09 11:34:41 +02:00
Mark Paluch
edaf6197e2
DATAREST-1052 - Release version 3.0 M3 (Kay).
2017-05-09 11:23:00 +02:00
Oliver Gierke
680d84fe4e
DATAREST-946 - Prepare next development iteration.
2017-04-04 22:08:15 +02:00
Oliver Gierke
fceb36ff71
DATAREST-946 - Release version 3.0 M2 (Kay).
2017-04-04 21:12:35 +02:00
Oliver Gierke
b9957d1a6c
DATAREST-1008 - Adapt to API changes in Spring Data Commons, Java 8 upgrades and Mockito 2.7.
2017-03-24 11:02:54 +01:00
Mark Paluch
6bb989018c
DATAREST-978 - Migrate ticket references in test code to Spring Framework style.
2017-01-13 10:09:53 +01:00
Oliver Gierke
8c1ee5608b
DATAREST-964 - Removed deprecated configuration methods in RepositoryRestMvcConfiguration.
2016-12-20 12:10:43 +01:00
Oliver Gierke
9fea1ab605
DATAREST-941 - Polishing.
...
Minor formatting in pom.xml of the HAL Browser module.
2016-11-30 18:25:57 +01:00
Greg Turnquist
015a8a331b
DATAREST-941 - Modify existing browser.html
...
Instead of replacing the HAL Browser's browser.html, take the existing one and alter it inside the build job. This ensures that future updates don't break so horribly.
Related to https://github.com/mikekelly/hal-browser/pull/89 which will provide an explicit token to match, instead of using the closing `</body>` tag.
2016-11-30 18:25:57 +01:00
Oliver Gierke
03aa65890e
DATAREST-934 - Prepare next development iteration.
2016-11-23 10:59:09 +01:00
Oliver Gierke
4e8771eee8
DATAREST-934 - Release version 3.0 M1 (Kay).
2016-11-23 10:35:48 +01:00
Oliver Gierke
8327b6f4ab
DATAREST-935 - Prepare 3.0 development.
...
Upgraded version numbers and dependencies to Spring Data build parent, Commons and store modules. Fixed a compiler issue in DomainObjectReader.
2016-11-18 16:13:54 +01:00
Oliver Gierke
f4705c8197
DATAREST-941 - Upgraded to latest version of the HAL Browser.
2016-11-17 00:03:35 +01:00
Oliver Gierke
344c3ac840
DATAREST-863 - Adapt to changes in Accept header lookup in Spring 4.3.
...
Spring 4.3's HeaderContentNegotiationStrategy switched from looking up the Accept header via the method returning a single (potentially comma separated) one to the method returning multiple headers in the first place. We now added an override of HttpServletRequestWrapper.getHeaders(…) to out custom adapter defaulting the media type to make sure the defaulting is visible and thus the right handler methods are looked up.
That previously missing caused the DelegatingHandlerMapping selecting the redirect to the HAL browser in case a request to the API root was sent without an accept header as the defaulting of the header to application/hal+json wasn't properly exposed anymore and the redirect to the browser — declaring a produces clause of text/html — was not causing any media type mismatch anymore.
2016-08-04 21:15:19 -07:00
Oliver Gierke
eb630ef273
DATAREST-803 - Prepare next development iteration.
2016-07-27 14:32:36 +02:00
Oliver Gierke
eaca77051a
DATAREST-803 - Release version 2.6 M1 (Ingalls).
2016-07-27 13:52:12 +02:00
Oliver Gierke
9d7e63edc0
DATAREST-848 - Upgraded to HAL Browser b7669f1-1.
2016-07-01 14:33:11 +02:00
Oliver Gierke
3306b5ce40
DATAREST-815 - Tweaked HalBrowser controller implementation to consider proxied requests.
...
We now use the APIs in place in Spring MVC to make sure we create proper redirects for requests that carry proxy headers so that the redirect target is still going through the proxy.
2016-04-27 15:33:40 +02:00
Oliver Gierke
e18fe00ea6
DATAREST-790 - Prepare next development iteration.
2016-04-06 16:36:59 +02:00
Oliver Gierke
c49a29a247
DATAREST-790 - Release version 2.5 GA (Hopper).
2016-04-06 16:35:59 +02:00
Oliver Gierke
5f3bb2f90e
DATAREST-790 - Fix build to be re-runnable without cleaning.
...
Changed the Ant-Run task to copy artifacts into the classpath rather than moving them so that a repeated build run will find the artifacts again.
2016-04-06 15:07:39 +02:00
Oliver Gierke
9e58ab92c5
DATAREST-720 - HAL Browser fragment now considers the context path if set.
...
Removed some obsolete Maven dependency versions along the way.
2016-04-01 12:59:37 +02:00
Oliver Gierke
05c723fe50
DATAREST-782 - Prepare next development iteration.
2016-03-18 11:15:51 +01:00
Oliver Gierke
03a720d1c0
DATAREST-782 - Release version 2.5 RC1 (Hopper).
2016-03-18 11:15:00 +01:00