From d4c50a8fb808ba8cdf872d0d426ada567cc849d0 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 20 Sep 2018 07:50:30 -0600 Subject: [PATCH] Replace Section Links in What's New Fixes: gh-5857 --- .../src/docs/asciidoc/_includes/preface/whats-new.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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