From 7fafd899ee8ac8287c146cfe26a986ff147e4415 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 9 Mar 2018 11:52:00 -0600 Subject: [PATCH] Add Reactive WithUserDetails to What's new Issue: gh-4888 --- docs/manual/src/docs/asciidoc/index.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 3a5776d7e2..045d82ceef 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -407,8 +407,10 @@ Below are the highlights of the release. === New Features -* <> - Support for customizing when the `SecurityContext` is setup in the test. +* <> +** 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. +** `@WithUserDetails` now works with `ReactiveUserDetailsService` [[samples]]