瀏覽代碼

Add Reactive WithUserDetails to What's new

Issue: gh-4888
Rob Winch 7 年之前
父節點
當前提交
7fafd899ee
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/manual/src/docs/asciidoc/index.adoc

+ 3 - 1
docs/manual/src/docs/asciidoc/index.adoc

@@ -407,8 +407,10 @@ Below are the highlights of the release.
 
 === 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.
+** `@WithUserDetails` now works with `ReactiveUserDetailsService`
 
 
 [[samples]]