spring-projects / spring-projects/spring-hateoas
EnableWebMvc required to get Hypermedia Support working
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 476
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I discovered recently that @EnableWebMvc is required in order to get @EnableHypermediaSupport working.
I'm using the spring-boot-dependencies like below:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Should spring-hateoas enable web mvc automatically ?
If i don't put the EnableWebMvc annotation, I get links instead of _links because default content-type (HAL) is not taken for application/json
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the configuration described in the issue with and without @EnableWebMvc and @EnableHypermediaSupport. Trace how the default content type is selected and confirm that the completed change preserves HAL output, including _links, without requiring @EnableWebMvc.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100