1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Support BeanResolver for Reactive AuthenticationPrincipal

Fixes: gh-4326
This commit is contained in:
Rob Winch
2018-03-09 10:14:17 -06:00
parent d816af2337
commit a2073b2b91
5 changed files with 112 additions and 13 deletions
+1
View File
@@ -412,6 +412,7 @@ Below are the highlights of the release.
For example, `@WithMockUser(setupBefore = TestExecutionEvent.TEST_EXECUTION)` will setup a user after JUnit's `@Before` and before the test executes.
** `@WithUserDetails` now works with `ReactiveUserDetailsService`
* <<jackson>> - added support for `BadCredentialsException`
* <<mvc-authentication-principal>> - Supports resolving beans in WebFlux (was already supported in Spring MVC).
[[samples]]