Greg Turnquist
3a468b78e7
#970 - Create TCK for media types.
2019-04-03 09:45:37 -05:00
Greg Turnquist
f9a0c0fb13
#971 - Polishing.
2019-04-02 13:08:54 -05:00
Michael Wirth
bee02810f6
#971 - Only expand templated links with Traverson when requested.
2019-04-02 13:08:51 -05:00
Oliver Drotbohm
f27160d16f
#973 - Explicit configuration options for web stacks.
...
@EnableHypermediaSupport now exposes a "stacks" attribute to limit the enablement of hypermedia functionality to a certain web stack.
2019-04-02 15:42:28 +02:00
Spring Operator
0e02d4f041
#910 - 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 2 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 268 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 17:32:52 +01:00
Oliver Drotbohm
d979d7ca58
#891 - Added missing @Configuration annotation.
2019-03-22 17:30:53 +01:00
Oliver Drotbohm
bf5b8c0e76
#891 - Overhauled reference documentation on EntityLinks.
...
Added new paragraphs on EntityLinks, ControllerEntityLinks, TypedEntityLinks and using EntityLinks as SPI.
Polished Javadoc of ControllerEntityLinks and its unit tests.
2019-03-22 16:49:17 +01:00
Greg Turnquist
3ad9904705
#911 - Rename tasks.
...
Experience has shown that simple names (e.g. `test-jdk8`) is easier to use than verbose ones (e.g. `Test (JDK 8)`). This helps a lot when using the fly CLI and when linking to badge icons.
2019-03-22 10:02:51 -05:00
Oliver Drotbohm
c7edf0c655
#919 - Upgrade to Spring 5.2 snapshots.
...
Removed build steps for Spring 5.1 snapshots and 5.2 ones as that's the default version we build against anyway.
2019-03-22 14:10:49 +01:00
Oliver Drotbohm
c4805ae03f
#886 - Polishing.
...
Moved section on forward header handling to the link building section of the documentation describing server side components. Switched to sentence-per-line style for the newly introduced content. Pruned a couple of details about which headers are forwarded as what exactly is supported is likely to change with the components in Spring Framework. A bit of rewording to avoid the impression that Spring HATEOAS itself is providing support for the header forwarding.
Re-ordered the server side support section before the media type one. Some polishing on the inline code examples (syntax highlighting etc.)
Original pull request: #887 .
2019-03-21 17:49:03 +01:00
Greg Turnquist
2957c9171d
#886 - Added section on forward header handling to the reference docs.
...
Original pull request: #887 .
2019-03-21 17:48:46 +01:00
Spring Operator
dd910f77df
#890 - 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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* [ ] http://alps.io (200) with 1 occurrences could not be migrated:
([https](https://alps.io ) result AnnotatedConnectException).
* [ ] http://alps.io/spec/ (200) with 6 occurrences could not be migrated:
([https](https://alps.io/spec/ ) result AnnotatedConnectException).
* [ ] http://amundsen.com/media-types/collection/ (200) with 1 occurrences could not be migrated:
([https](https://amundsen.com/media-types/collection/ ) result AnnotatedConnectException).
* [ ] http://amundsen.com/media-types/collection/examples/ (200) with 7 occurrences could not be migrated:
([https](https://amundsen.com/media-types/collection/examples/ ) result AnnotatedConnectException).
* [ ] http://amundsen.com/media-types/collection/format/ (200) with 2 occurrences could not be migrated:
([https](https://amundsen.com/media-types/collection/format/ ) result AnnotatedConnectException).
* [ ] http://stateless.co/hal_specification.html (200) with 2 occurrences could not be migrated:
([https](https://stateless.co/hal_specification.html ) result SSLHandshakeException).
* [ ] http://www.opensearch.org/Specifications/OpenSearch/1.1 (200) with 1 occurrences could not be migrated:
([https](https://www.opensearch.org/Specifications/OpenSearch/1.1 ) result SSLHandshakeException).
* [ ] http://foo.com/bar (301) with 8 occurrences could not be migrated:
([https](https://foo.com/bar ) result SSLHandshakeException).
* [ ] http://www.csse.monash.edu.au/~damian/papers/HTML/Plurals.html (302) with 1 occurrences could not be migrated:
([https](https://www.csse.monash.edu.au/~damian/papers/HTML/Plurals.html ) result SSLHandshakeException).
* [ ] http://alps.io/ext/range (404) with 2 occurrences could not be migrated:
([https](https://alps.io/ext/range ) result AnnotatedConnectException).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://tools.ietf.org/html/draft-kelly-json-hal (301) with 2 occurrences migrated to:
https://tools.ietf.org/html/draft-kelly-json-hal ([https](https://tools.ietf.org/html/draft-kelly-json-hal ) result ReadTimeoutException).
* [ ] http://api.acme.com/foo/ (UnknownHostException) with 1 occurrences migrated to:
https://api.acme.com/foo/ ([https](https://api.acme.com/foo/ ) result UnknownHostException).
* [ ] http://barfoo:8888 (UnknownHostException) with 2 occurrences migrated to:
https://barfoo:8888 ([https](https://barfoo:8888 ) result UnknownHostException).
* [ ] http://examples.org/blogs/jdoe (UnknownHostException) with 7 occurrences migrated to:
https://examples.org/blogs/jdoe ([https](https://examples.org/blogs/jdoe ) result UnknownHostException).
* [ ] http://examples.org/blogs/msmith (UnknownHostException) with 4 occurrences migrated to:
https://examples.org/blogs/msmith ([https](https://examples.org/blogs/msmith ) result UnknownHostException).
* [ ] http://examples.org/blogs/rwilliams (UnknownHostException) with 4 occurrences migrated to:
https://examples.org/blogs/rwilliams ([https](https://examples.org/blogs/rwilliams ) result UnknownHostException).
* [ ] http://examples.org/images/jdoe (UnknownHostException) with 7 occurrences migrated to:
https://examples.org/images/jdoe ([https](https://examples.org/images/jdoe ) result UnknownHostException).
* [ ] http://examples.org/images/msmith (UnknownHostException) with 4 occurrences migrated to:
https://examples.org/images/msmith ([https](https://examples.org/images/msmith ) result UnknownHostException).
* [ ] http://examples.org/images/rwilliams (UnknownHostException) with 4 occurrences migrated to:
https://examples.org/images/rwilliams ([https](https://examples.org/images/rwilliams ) result UnknownHostException).
* [ ] http://foobar (UnknownHostException) with 1 occurrences migrated to:
https://foobar ([https](https://foobar ) result UnknownHostException).
* [ ] http://foobar:8088 (UnknownHostException) with 2 occurrences migrated to:
https://foobar:8088 ([https](https://foobar:8088 ) result UnknownHostException).
* [ ] http://foobarhost/ (UnknownHostException) with 2 occurrences migrated to:
https://foobarhost/ ([https](https://foobarhost/ ) result UnknownHostException).
* [ ] http://foobarhost:9090/ (UnknownHostException) with 2 occurrences migrated to:
https://foobarhost:9090/ ([https](https://foobarhost:9090/ ) result UnknownHostException).
* [ ] http://myhost/cart/42 (UnknownHostException) with 1 occurrences migrated to:
https://myhost/cart/42 ([https](https://myhost/cart/42 ) result UnknownHostException).
* [ ] http://myhost/inventory/12 (UnknownHostException) with 3 occurrences migrated to:
https://myhost/inventory/12 ([https](https://myhost/inventory/12 ) result UnknownHostException).
* [ ] http://myhost/people/42 (UnknownHostException) with 2 occurrences migrated to:
https://myhost/people/42 ([https](https://myhost/people/42 ) result UnknownHostException).
* [ ] http://myhost/person/1 (UnknownHostException) with 1 occurrences migrated to:
https://myhost/person/1 ([https](https://myhost/person/1 ) result UnknownHostException).
* [ ] http://myhost/person/1/orders (UnknownHostException) with 1 occurrences migrated to:
https://myhost/person/1/orders ([https](https://myhost/person/1/orders ) result UnknownHostException).
* [ ] http://proxy1:1443 (UnknownHostException) with 2 occurrences migrated to:
https://proxy1:1443 ([https](https://proxy1:1443 ) result UnknownHostException).
* [ ] http://somehost/bar (UnknownHostException) with 1 occurrences migrated to:
https://somehost/bar ([https](https://somehost/bar ) result UnknownHostException).
* [ ] http://somehost/foo (UnknownHostException) with 1 occurrences migrated to:
https://somehost/foo ([https](https://somehost/foo ) result UnknownHostException).
* [ ] http://somehost/foo/ (UnknownHostException) with 1 occurrences migrated to:
https://somehost/foo/ ([https](https://somehost/foo/ ) result UnknownHostException).
* [ ] http://somehost/foo/bar (UnknownHostException) with 1 occurrences migrated to:
https://somehost/foo/bar ([https](https://somehost/foo/bar ) result UnknownHostException).
* [ ] http://somehost/foo/bar/foobar (UnknownHostException) with 1 occurrences migrated to:
https://somehost/foo/bar/foobar ([https](https://somehost/foo/bar/foobar ) result UnknownHostException).
* [ ] http://somethingDifferent (UnknownHostException) with 2 occurrences migrated to:
https://somethingDifferent ([https](https://somethingDifferent ) result UnknownHostException).
* [ ] http://acme.com/rels/foo-bar (404) with 2 occurrences migrated to:
https://acme.com/rels/foo-bar ([https](https://acme.com/rels/foo-bar ) result 404).
* [ ] http://example.com/api (404) with 2 occurrences migrated to:
https://example.com/api ([https](https://example.com/api ) result 404).
* [ ] http://example.com/custom/deprecated (404) with 1 occurrences migrated to:
https://example.com/custom/deprecated ([https](https://example.com/custom/deprecated ) result 404).
* [ ] http://example.com/customers/deprecated (404) with 6 occurrences migrated to:
https://example.com/customers/deprecated ([https](https://example.com/customers/deprecated ) result 404).
* [ ] http://example.com/rels/ (404) with 2 occurrences migrated to:
https://example.com/rels/ ([https](https://example.com/rels/ ) result 404).
* [ ] http://example.com/rels/persons (404) with 1 occurrences migrated to:
https://example.com/rels/persons ([https](https://example.com/rels/persons ) result 404).
* [ ] http://example.org/blogs/wchandry (404) with 3 occurrences migrated to:
https://example.org/blogs/wchandry ([https](https://example.org/blogs/wchandry ) result 404).
* [ ] http://example.org/friends/ (404) with 19 occurrences migrated to:
https://example.org/friends/ ([https](https://example.org/friends/ ) result 404).
* [ ] http://example.org/friends/?queries (404) with 3 occurrences migrated to:
https://example.org/friends/?queries ([https](https://example.org/friends/?queries ) result 404).
* [ ] http://example.org/friends/?template (404) with 3 occurrences migrated to:
https://example.org/friends/?template ([https](https://example.org/friends/?template ) result 404).
* [ ] http://example.org/friends/jdoe (404) with 6 occurrences migrated to:
https://example.org/friends/jdoe ([https](https://example.org/friends/jdoe ) result 404).
* [ ] http://example.org/friends/msmith (404) with 3 occurrences migrated to:
https://example.org/friends/msmith ([https](https://example.org/friends/msmith ) result 404).
* [ ] http://example.org/friends/rss (404) with 7 occurrences migrated to:
https://example.org/friends/rss ([https](https://example.org/friends/rss ) result 404).
* [ ] http://example.org/friends/rwilliams (404) with 3 occurrences migrated to:
https://example.org/friends/rwilliams ([https](https://example.org/friends/rwilliams ) result 404).
* [ ] http://example.org/friends/search (404) with 4 occurrences migrated to:
https://example.org/friends/search ([https](https://example.org/friends/search ) result 404).
* [ ] http://example.org/images/wchandry (404) with 3 occurrences migrated to:
https://example.org/images/wchandry ([https](https://example.org/images/wchandry ) result 404).
* [ ] http://example.org/rels/todo (404) with 3 occurrences migrated to:
https://example.org/rels/todo ([https](https://example.org/rels/todo ) result 404).
* [ ] http://example.org/samples/full/doc.html (404) with 3 occurrences migrated to:
https://example.org/samples/full/doc.html ([https](https://example.org/samples/full/doc.html ) result 404).
* [ ] http://pubsubhubbub.googlecode.com (404) with 1 occurrences migrated to:
https://pubsubhubbub.googlecode.com ([https](https://pubsubhubbub.googlecode.com ) result 404).
* [ ] http://www.example.com/rels/ (404) with 1 occurrences migrated to:
https://www.example.com/rels/ ([https](https://www.example.com/rels/ ) result 404).
## 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://docs.spring.io/spring-hateoas/docs/current/reference/html/ with 1 occurrences migrated to:
https://docs.spring.io/spring-hateoas/docs/current/reference/html/ ([https](https://docs.spring.io/spring-hateoas/docs/current/reference/html/ ) result 200).
* [ ] http://docs.spring.io/spring-hateoas/docs/current/reference/pdf/spring-hateoas-reference.pdf with 1 occurrences migrated to:
https://docs.spring.io/spring-hateoas/docs/current/reference/pdf/spring-hateoas-reference.pdf ([https](https://docs.spring.io/spring-hateoas/docs/current/reference/pdf/spring-hateoas-reference.pdf ) result 200).
* [ ] http://en.wikipedia.org/wiki/HATEOAS with 2 occurrences migrated to:
https://en.wikipedia.org/wiki/HATEOAS ([https](https://en.wikipedia.org/wiki/HATEOAS ) result 200).
* [ ] http://example.com?name=foo with 1 occurrences migrated to:
https://example.com?name=foo ([https](https://example.com?name=foo ) result 200).
* [ ] http://mamund.site44.com/misc/hal-forms/ with 1 occurrences migrated to:
https://mamund.site44.com/misc/hal-forms/ ([https](https://mamund.site44.com/misc/hal-forms/ ) result 200).
* [ ] http://uberhypermedia.org/ (302) with 2 occurrences migrated to:
https://rawgit.com/uber-hypermedia/specification/master/uber-hypermedia.html ([https](https://uberhypermedia.org/ ) result 200).
* [ ] http://tools.ietf.org/html/draft-kelly-json-hal-05 with 1 occurrences migrated to:
https://tools.ietf.org/html/draft-kelly-json-hal-05 ([https](https://tools.ietf.org/html/draft-kelly-json-hal-05 ) result 200).
* [ ] http://tools.ietf.org/html/rfc6570 with 1 occurrences migrated to:
https://tools.ietf.org/html/rfc6570 ([https](https://tools.ietf.org/html/rfc6570 ) result 200).
* [ ] http://www.example.com with 2 occurrences migrated to:
https://www.example.com ([https](https://www.example.com ) result 200).
* [ ] http://www.hixie.ch/specs/pingback/pingback with 1 occurrences migrated to:
https://www.hixie.ch/specs/pingback/pingback ([https](https://www.hixie.ch/specs/pingback/pingback ) result 200).
* [ ] http://www.iana.org/assignments/link-relations/link-relations.xhtml with 2 occurrences migrated to:
https://www.iana.org/assignments/link-relations/link-relations.xhtml ([https](https://www.iana.org/assignments/link-relations/link-relations.xhtml ) result 200).
* [ ] http://www.w3.org/TR/2011/WD-html5-20110113/links.html with 1 occurrences migrated to:
https://www.w3.org/TR/2011/WD-html5-20110113/links.html ([https](https://www.w3.org/TR/2011/WD-html5-20110113/links.html ) result 200).
* [ ] http://www.w3.org/TR/html5/links.html with 11 occurrences migrated to:
https://www.w3.org/TR/html5/links.html ([https](https://www.w3.org/TR/html5/links.html ) result 200).
* [ ] http://www.w3.org/TR/powder-dr/ with 1 occurrences migrated to:
https://www.w3.org/TR/powder-dr/ ([https](https://www.w3.org/TR/powder-dr/ ) result 200).
* [ ] http://www.w3.org/TR/preload/ with 1 occurrences migrated to:
https://www.w3.org/TR/preload/ ([https](https://www.w3.org/TR/preload/ ) result 200).
* [ ] http://www.w3.org/TR/resource-hints/ with 1 occurrences migrated to:
https://www.w3.org/TR/resource-hints/ ([https](https://www.w3.org/TR/resource-hints/ ) result 200).
* [ ] http://www.w3.org/TR/webmention/ with 1 occurrences migrated to:
https://www.w3.org/TR/webmention/ ([https](https://www.w3.org/TR/webmention/ ) result 200).
* [ ] http://amazon.com with 4 occurrences migrated to:
https://amazon.com ([https](https://amazon.com ) result 301).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
https://contributor-covenant.org ([https](https://contributor-covenant.org ) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/ ) result 301).
* [ ] http://www.w3.org/TR/1999/REC-html401-19991224 with 10 occurrences migrated to:
https://www.w3.org/TR/1999/REC-html401-19991224 ([https](https://www.w3.org/TR/1999/REC-html401-19991224 ) result 301).
* [ ] http://www.w3.org/TR/curie with 1 occurrences migrated to:
https://www.w3.org/TR/curie ([https](https://www.w3.org/TR/curie ) result 301).
* [ ] http://tools.ietf.org/html/rfc5988=section-4 with 1 occurrences migrated to:
https://tools.ietf.org/html/rfc5988=section-4 ([https](https://tools.ietf.org/html/rfc5988=section-4 ) result 302).
* [ ] http://www.springsource.org/download with 1 occurrences migrated to:
https://www.springsource.org/download ([https](https://www.springsource.org/download ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost with 11 occurrences
* http://localhost/ with 1 occurrences
* http://localhost/customers/15 with 1 occurrences
* http://localhost/employees with 56 occurrences
* http://localhost/employees/0 with 34 occurrences
* http://localhost/employees/1 with 15 occurrences
* http://localhost/employees/2 with 24 occurrences
* http://localhost/sample/1/foo with 1 occurrences
* http://localhost/sample/2/bar with 1 occurrences
* http://localhost/something/bar/foo with 2 occurrences
* http://localhost:8080/ with 2 occurrences
* http://localhost:8080/api with 8 occurrences
* http://localhost:8080/api/ with 1 occurrences
* http://localhost:8080/api/employees with 4 occurrences
* http://localhost:8080/employees/1 with 4 occurrences
* http://localhost:8080/foo with 2 occurrences
* http://localhost:8080/my/custom/location with 2 occurrences
* http://localhost:8080/rels with 1 occurrences
* http://localhost:8080/rels/ with 6 occurrences
* http://localhost:8080/test?page=0&filter=foo,bar with 2 occurrences
* http://localhost:8080/your-app with 1 occurrences
* http://localhost:8080/your-app/people with 1 occurrences
* http://www.w3.org/2005/Atom with 1 occurrences
2019-03-21 16:32:51 +01:00
Spring Operator
3a5c2739e3
#889 - 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 1 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.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/context/spring-context.xsd with 1 occurrences migrated to:
https://www.springframework.org/schema/context/spring-context.xsd ([https](https://www.springframework.org/schema/context/spring-context.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.springframework.org/schema/beans with 2 occurrences
* http://www.springframework.org/schema/context with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 2 occurrences
* http://www.w3.org/2005/Atom with 1 occurrences
2019-03-21 16:19:58 +01:00
Oliver Drotbohm
75ad0988cd
#831 - Polishing.
...
Significant rework of the nullability annotation introduction to not produce any warnings anymore. Added nullability annotations where still missing. Removed the ones that were added erroneously.
Tightened nullability contracts in a couple of places, most prominently LinkRelationProvider, that now uses a LookupContext as plugin delimiter so that implementations can selectively be looked up for item or collection link relation lookup.
Removed obsolete declaration of Findbugs dependency.
2019-03-20 00:15:35 +01:00
Oliver Drotbohm
fdee61fde7
#888 - Upgrade to Spring Plugin 2.0 snapshots.
2019-03-19 23:41:41 +01:00
Jens Schauder
dbf9e4bc73
#860 - Polishing.
...
Removed some superfluous variables.
Replaces Hamcrest with AssertJ.
Formatting.
2019-03-12 13:56:06 -05:00
Greg Turnquist
c35a700eca
#860 - Switch to URI.create() and toUri() to avoid checked exceptions.
...
`URI.create()` wraps `new URI()` and converts a `UriSyntaxException` into an `IllegalArgumentException`.
Also, take advantage of `toUri()`.
2019-03-12 13:56:02 -05:00
Greg Turnquist
122391e60d
#831 - Polishing.
2019-03-11 23:23:36 -05:00
Greg Turnquist
520fdc8d91
#831 - Polishing.
2019-03-11 17:35:20 -05:00
Jens Schauder
bdd602aa74
#831 - Polishing.
...
Applied some recommendations provided by IntelliJ that I stumbled over while reviewing the changes.
2019-03-11 18:06:15 +01:00
Greg Turnquist
40250d1738
#831 - Introduce null handling.
2019-03-08 13:21:21 -06:00
Spring Operator
c4e1bedec8
#855 - 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 fixed successfully.
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://static.springframework.org/spring/docs/5.1.x/javadoc-api (301) migrated to:
https://docs.spring.io/spring/docs/5.1.x/javadoc-api ([https](https://static.springframework.org/spring/docs/5.1.x/javadoc-api ) result 301).
* http://github.com/SpringSource/spring-hateoas migrated to:
https://github.com/SpringSource/spring-hateoas ([https](https://github.com/SpringSource/spring-hateoas ) result 301).
* http://www.spring.io migrated to:
https://www.spring.io ([https](https://www.spring.io ) result 301).
* http://docs.oracle.com/javase/8/docs/api migrated to:
https://docs.oracle.com/javase/8/docs/api ([https](https://docs.oracle.com/javase/8/docs/api ) result 302).
* http://repo.spring.io/libs-snapshot migrated to:
https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-08 09:32:07 -06:00
Greg Turnquist
cae49e7c1a
#459 - Add gitter channel.
2019-03-06 09:39:40 -06:00
Vedran Pavic
e8836c3d6a
#856 - Improve migration script to also migrate @Relation.
2019-03-06 09:21:23 +01:00
Greg Turnquist
3d9d857807
#853 - Continue development on 1.0.0.BUILD-SNAPSHOT.
2019-03-05 10:12:49 -06:00
Greg Turnquist
221be94134
#853 - Releasing Spring HATEOAS 1.0.0.M1.
2019-03-05 10:12:46 -06:00
Greg Turnquist
e613a230c8
#853 - Polishing.
2019-03-05 10:12:33 -06:00
Greg Turnquist
dfd53f4c03
#853 - Polishing.
2019-03-05 10:10:33 -06:00
Greg Turnquist
3145f67fb4
#853 - Fine tune release script to allow ticket number.
2019-03-05 09:26:52 -06:00
Oliver Drotbohm
4b08aa783e
#850 - Polishing.
...
Moved to factory methods on PluginRegistry.
2019-03-05 14:20:07 +01:00
Oliver Drotbohm
ae08cd0eee
#853 - Updated changelog.
2019-03-05 13:19:54 +01:00
Oliver Drotbohm
2a2e0fb56b
#854 - Migrate off Objenesis in favor of Spring's ProxyFactory.
2019-03-05 13:16:38 +01:00
Oliver Drotbohm
4f1e0c5f37
#853 - Updated changelog.
2019-03-04 23:59:49 +01:00
Greg Turnquist
fbeeb1df5c
#851 - Polishing.
2019-03-04 13:19:32 -06:00
Greg Turnquist
6200da5dd0
#851 - Handle paging when rendering list of issues.
2019-03-04 12:25:39 -06:00
Oliver Drotbohm
b608bb0175
#728 - Make sure invocation mappings are resolved eagerly.
...
Tweaked WebFluxLinkBuilder to make sure the controller invocations are resolved eagerly as otherwise, the controller proxy created would override the invocations due to the lazy evaluation of the links and for multiple method references, only the last one would have been used.
2019-03-04 19:08:00 +01:00
Oliver Drotbohm
248a0e0f9f
#850 - Upgrade to Spring Plugin 2.0 M1.
2019-03-04 16:46:43 +01:00
Oliver Drotbohm
7fe04d4000
#833 - Cleanups in sample controllers for Spring WebMVC and WebFlux.
2019-03-04 16:39:06 +01:00
Oliver Drotbohm
5c046e6858
#848 - Renamed RelProvider to LinkRelationProvider.
2019-03-04 16:39:06 +01:00
Greg Turnquist
92120fd755
#837 - Polish section on affordances and spec links.
2019-03-03 14:24:56 -06:00
Greg Turnquist
7b27f527b4
#846 - Make spring-hateoas-examples-test-jdk8 a gate.
2019-03-03 14:23:16 -06:00
Greg Turnquist
1d87504a5f
#846 - Switch spring-hateoas-examples-build to OpenJDK 8.
2019-03-03 13:52:01 -06:00
Greg Turnquist
f38c2f4e23
#847 - Move 'ci' profile into pipeline.
...
To let the pipeline inject custom profiles, the 'ci' profile needs to move out of `test.sh` script and instead be injected.
2019-03-03 12:54:18 -06:00
Greg Turnquist
94a66ae4d3
#847 - Make JDK 8 a smoke test.
...
Don't run any other tests in the pipeline until JDK 8 test passes.
2019-03-03 12:54:02 -06:00
Greg Turnquist
6c34f2185e
#837 - Fix src/docs/resources configuration
2019-03-03 12:48:48 -06:00
Greg Turnquist
3069543b8f
#837 - Add more media types.
...
Introduce `src/docs/resources` and add `{resource-dir}` as an asciidoctor variable.
Add content for HAL-FORMS, Collection+JSON, and UBER.
2019-03-03 12:34:43 -06:00
Oliver Drotbohm
37ef8e9960
#837 - Javadoc improvements.
...
Fixed @see tags pointing to URIs by wrapping the URIs in {@link …}.
2019-03-03 16:55:04 +01:00
Oliver Drotbohm
0cbe2d8544
#837 - POM cleanups.
...
Removed duplicate declaration of the deploy plugin.
Switched to the prepare-package phase for the documentation generation as the declaration of the Maven Build Helper Plugin caused the unpacking of the dependencies to be delayed to after the asciidoctor execution which then renders the CSS and JavaScript files missing.
Extracted the JavaDoc generation settings into the plugin management section so that both the CI build as well as the one creating the JavaDoc for the site deployment use the same setup. Removed the JavaDoc declaration from the default build and activate it in the testing build.
Removed inclusion of Spring Data static resources as they're superseded by the docs resources.
2019-03-03 16:55:04 +01:00
Oliver Drotbohm
8ddca10ed3
#837 - Moved sample code for fundamentals into test cases.
2019-03-03 16:55:04 +01:00
Oliver Drotbohm
70a072244c
#837 - Improve doc generation to only render index file.
2019-03-03 16:55:04 +01:00