diff --git a/docs/manual/src/docs/asciidoc/_includes/preface/whats-new.adoc b/docs/manual/src/docs/asciidoc/_includes/preface/whats-new.adoc index a353d32bfa..0508f8adee 100644 --- a/docs/manual/src/docs/asciidoc/_includes/preface/whats-new.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/preface/whats-new.adoc @@ -41,10 +41,10 @@ Below are the highlights of the release. === Integrations * <> works with `BadCredentialsException` -* <> - Support for customizing when the `SecurityContext` is setup in the test. +* `@WithMockUser` <> 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. -* <> - Support for setting up an `LdapContext` from custom environment variables -* <> - Support for deriving the X.509 principal via a strategy +* <> can be configured with custom environment variables +* <> supports deriving the principal as a strategy