spring-projects / spring-projects/spring-data-rest
Allow addition of `HandlerMethodArgumentResolver`s for use on `@BasePathAwareController` methods
Open
@odrotbohm is already working on this.
Since May 30, 2023.
status: waiting-for-triage
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Currently it is impossible to add custom ArgumentResolvers to the data-rest context at all as the List is fixed.
I normally use @BasePathAwareController to overwrite default paths on rest-resources or add custom behaviours and would like to use my own ArgumentResolvers there.
Contributor guide
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.
Assessment
This issue has not been assessed yet.