Skip to content
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

When EnableHypermediaSupport(types) is an empty array, enable ALL hypermedia types. #1065

Closed
wants to merge 2 commits into from

Conversation

gregturn
Copy link
Contributor

@gregturn gregturn commented Sep 4, 2019

Also, default types to an empty list.

@gregturn gregturn self-assigned this Sep 4, 2019
@gregturn gregturn added the in: configuration Configuration and setup label Sep 4, 2019
@gregturn gregturn modified the milestones: 1.0.0.RC2, 1.0.0.RELEASE Sep 4, 2019
@gregturn gregturn modified the milestones: 1.0.0.RELEASE, 1.0.0.RC3 Sep 16, 2019
@gregturn gregturn modified the milestones: 1.0.0.RELEASE, 1.1.0.M1 Sep 26, 2019
@odrotbohm odrotbohm modified the milestones: 1.1.0.M1, 1.1.0.M2 Jan 14, 2020
@odrotbohm odrotbohm modified the milestones: 1.1.0.M2, 1.1.0 M3 Feb 11, 2020
@gregturn gregturn modified the milestones: 1.1.0.M3, 1.1.0.M4 Mar 31, 2020
@gregturn gregturn closed this Apr 9, 2020
@gregturn gregturn deleted the issue/no-config branch April 9, 2020 17:11
gregturn added a commit that referenced this pull request Apr 9, 2020
Default it to being empty. Existing code, `@EnableHypermediaSupport(types = HAL)` will still operate as expected. But simply using the annotation with no arguments will activate ALL types.

Related pull request: #1065.
gregturn added a commit that referenced this pull request Apr 9, 2020
Default it to being empty. Existing code, `@EnableHypermediaSupport(types = HAL)` will still operate as expected. But simply using the annotation with no arguments will activate ALL types.

Related issues: #1015.
Related pull request: #1065.
gregturn added a commit that referenced this pull request Apr 9, 2020
Default it to being empty. Existing code, `@EnableHypermediaSupport(types = HAL)` will still operate as expected. But simply using the annotation with no arguments will activate ALL types.

Related issues: #1015.
Related pull request: #1065, #1265.
gregturn added a commit that referenced this pull request Apr 9, 2020
Default it to being empty. Existing code, `@EnableHypermediaSupport(types = HAL)` will still operate as expected. But simply using the annotation with no arguments will activate ALL types.

Related issues: #1015.
Related pull request: #1065, #1265.
gregturn added a commit that referenced this pull request Apr 9, 2020
Default it to being empty. Existing code, `@EnableHypermediaSupport(types = HAL)` will still operate as expected. But simply using the annotation with no arguments will activate ALL types.

Related issues: #1015.
Related pull request: #1065, #1265.
@odrotbohm odrotbohm removed this from the 1.1.0.RC1 milestone Apr 27, 2020
@odrotbohm
Copy link
Member

Removing the milestone as it has not been merged yet. See #1265.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: configuration Configuration and setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When @EnableHypermediaSupport has no types, only enable user-defined media types.
2 participants