We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ReactorContextTestExecutionListener.DelegateTestExecutionListener.SecuritySubContext.currentContext()
Context.putAll(Context)
ReactorContextWebFilter.withSecurityContext(Context, ServerWebExchange)
Replace usages with Context.putAll(context.readOnly()).
Context.putAll(context.readOnly())
The text was updated successfully, but these errors were encountered:
Remove deprecation warnings with Context.putAll
4620bd0
Closes spring-projectsgh-11476
206c6ff
sjohnr
Successfully merging a pull request may close this issue.
ReactorContextTestExecutionListener.DelegateTestExecutionListener.SecuritySubContext.currentContext()
usesContext.putAll(Context)
.ReactorContextWebFilter.withSecurityContext(Context, ServerWebExchange)
usesContext.putAll(Context)
Replace usages with
Context.putAll(context.readOnly())
.The text was updated successfully, but these errors were encountered: