Browse Source

Add BadCredentials Jackson Support to What's New

Issue: gh-5087
pull/5100/head
Rob Winch 8 years ago
parent
commit
d816af2337
  1. 1
      docs/manual/src/docs/asciidoc/index.adoc

1
docs/manual/src/docs/asciidoc/index.adoc

@ -411,6 +411,7 @@ Below are the highlights of the release. @@ -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`
* <<jackson>> - added support for `BadCredentialsException`
[[samples]]

Loading…
Cancel
Save