Add Reactive WithUserDetails to What's new
Issue: gh-4888
This commit is contained in:
parent
bc21f80ebe
commit
7fafd899ee
|
@ -407,8 +407,10 @@ Below are the highlights of the release.
|
||||||
|
|
||||||
=== New Features
|
=== New Features
|
||||||
|
|
||||||
* <<test-method>> - Support for customizing when the `SecurityContext` is setup in the test.
|
* <<test-method>>
|
||||||
|
** Support for customizing when the `SecurityContext` is setup in the test
|
||||||
For example, `@WithMockUser(setupBefore = TestExecutionEvent.TEST_EXECUTION)` will setup a user after JUnit's `@Before` and before the test executes.
|
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`
|
||||||
|
|
||||||
|
|
||||||
[[samples]]
|
[[samples]]
|
||||||
|
|
Loading…
Reference in New Issue