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

fix: ensure resource argument handler is before proxying handler argument resolver #1592

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

paulcwarren
Copy link
Owner

…estMvcAutoConfiguration so that our resource argumenthandler is added to the set of argumenthandlers before the terminal ProxyingHandlerMethodArgumentResolver

…estMvcAutoConfiguration so that our resource argumenthandler is added to the set of argumenthandlers before the terminal ProxyingHandlerMethodArgumentResolver
…e arguments (rather than casting)

- forcing ContentRestAutoConfiguration to run before RepositoryRestMvcAutoConfiguration ensures our resource argument resolvers is configured before spring data rest's proxying argument resolver
…before the spring data rest's proxy argument handler

- should work even when spring boot is not being used
@paulcwarren paulcwarren changed the title fix: ensure ContentRestAutoConfiguration is called before RepositoryR… fix: ensure resource argument handler is before proxying handler argument resolver Sep 7, 2023
@paulcwarren paulcwarren merged commit b1f24c6 into main Sep 7, 2023
6 checks passed
@paulcwarren paulcwarren deleted the fix/issue-1585 branch September 7, 2023 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant