From d816af2337629d23e65f6487bbff4efeec609e99 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 9 Mar 2018 11:52:54 -0600 Subject: [PATCH] Add BadCredentials Jackson Support to What's New Issue: gh-5087 --- docs/manual/src/docs/asciidoc/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 045d82ceef..99e1cd7e2b 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -411,6 +411,7 @@ Below are the highlights of the release. ** 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` +* <> - added support for `BadCredentialsException` [[samples]]