2
0
Эх сурвалжийг харах

Replace Section Links in What's New

Fixes: gh-5857
Josh Cummings 7 жил өмнө
parent
commit
d4c50a8fb8

+ 3 - 3
docs/manual/src/docs/asciidoc/_includes/preface/whats-new.adoc

@@ -41,10 +41,10 @@ Below are the highlights of the release.
 === Integrations
 
 * <<jackson,Jackson Support>> works with `BadCredentialsException`
-* <<test-method>> - Support for customizing when the `SecurityContext` is setup in the test.
+* `@WithMockUser` <<test-method-withmockuser,supports>> 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.
-* <<ldap>> - Support for setting up an `LdapContext` from custom environment variables
-* <<x509>> - Support for deriving the X.509 principal via a strategy
+* <<ldap,LDAP Authentication>> can be configured with custom environment variables
+* <<x509,X.509 Authentication>> supports deriving the principal as a strategy