-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALPS spec name is "descriptor" not "descriptors" #665
Milestone
Comments
gregturn
added a commit
that referenced
this issue
Nov 7, 2017
According to the ALPS spec, it's "descriptor" not "descriptors", despite it depicting an array of potentially multiple values. Also fixed the ordering to match as closely as possible all the samples shown in the spec.
odrotbohm
pushed a commit
that referenced
this issue
Apr 18, 2018
According to the ALPS spec, it's "descriptor" not "descriptors", despite it depicting an array of potentially multiple values. Also fixed the ordering to match as closely as possible all the samples shown in the spec. Original pull request: #666.
odrotbohm
pushed a commit
that referenced
this issue
Apr 18, 2018
According to the ALPS spec, it's "descriptor" not "descriptors", despite it depicting an array of potentially multiple values. Also fixed the ordering to match as closely as possible all the samples shown in the spec. Original pull request: #666.
odrotbohm
added a commit
that referenced
this issue
Jun 20, 2018
Tweaked the changes made to Alps and Descriptor builders so that they only affect the representation rendered by Jackson, not the actual API.
odrotbohm
added a commit
that referenced
this issue
Jun 20, 2018
Tweaked the changes made to Alps and Descriptor builders so that they only affect the representation rendered by Jackson, not the actual API.
odrotbohm
added a commit
to spring-projects/spring-data-rest
that referenced
this issue
Jun 20, 2018
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).
odrotbohm
added a commit
to spring-projects/spring-data-rest
that referenced
this issue
Jun 20, 2018
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).
odrotbohm
added a commit
to spring-projects/spring-data-rest
that referenced
this issue
Jul 2, 2018
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).
odrotbohm
added a commit
to spring-projects/spring-data-rest
that referenced
this issue
Jul 2, 2018
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).
gregturn
pushed a commit
that referenced
this issue
Jan 9, 2019
Tweaked the changes made to Alps and Descriptor builders so that they only affect the representation rendered by Jackson, not the actual API.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ALPS serialization generates "descriptors", when the value in the spec is singular.
https://tools.ietf.org/html/draft-amundsen-richardson-foster-alps-01#section-2.2.3
The text was updated successfully, but these errors were encountered: