Rob Winch
|
d9210c6596
|
Fix Nullability
|
5 months ago |
Rob Winch
|
0404996f87
|
import Assertions.assertThat
This adds a static import for assertThat in the Kotlin docs code
|
5 months ago |
Rob Winch
|
0f63d98c84
|
Use @EnableMethodSecurity in docs tests
Previously parameters were passed in unnecessarily. This removes
the unnecessary paramaters.
|
5 months ago |
Rob Winch
|
fbfbb1e571
|
Use 2004-present for Copyright
Spring Security migrated the copyright to use -present to simplify
the headers. This commit aligns the header.
|
5 months ago |
Joe Kuhel
|
d002e68231
|
Update servlet test method docs to use include-code
References gh-16226
Signed-off-by: Joe Kuhel <4983938+jkuhel@users.noreply.github.com>
|
5 months ago |
Rob Winch
|
62b5b1a77c
|
import Assertions.assertThat
This adds a static import for assertThat in the Kotlin docs code
|
5 months ago |
Rob Winch
|
523222c24d
|
Use @EnableMethodSecurity in docs tests
Previously parameters were passed in unnecessarily. This removes
the unnecessary paramaters.
|
5 months ago |
Rob Winch
|
69f38d4933
|
Use 2004-present for Copyright
Spring Security migrated the copyright to use -present to simplify
the headers. This commit aligns the header.
|
5 months ago |
Joe Kuhel
|
0179a811c7
|
Update servlet test method docs to use include-code
References gh-16226
Signed-off-by: Joe Kuhel <4983938+jkuhel@users.noreply.github.com>
|
5 months ago |
Rob Winch
|
a8f045eb50
|
Add Modular Spring Security Configuration
Closes gh-16258
|
5 months ago |
Tran Ngoc Nhan
|
ef5c703010
|
Remove unused import
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
|
5 months ago |
Rob Winch
|
f6cb0bd610
|
Merge Use 2004-present Copyright Header
The original merge into main did not apply the changes. This fixes it.
Closes gh-17635
|
6 months ago |
Rob Winch
|
e48fdd5ed4
|
Use UserWebTestClientConfigurer
Closes gh-17496
|
7 months ago |
Rob Winch
|
dbb3b7e1f5
|
Remove Unused import
|
7 months ago |
Rob Winch
|
00ead7f24d
|
Update to Kotlin 2.2
|
7 months ago |
Josh Cummings
|
a4c338f8a5
|
Format authorizeExchange Blocks
This commit formats authorizeExchange blocks to
use a common variable name and ensure the
variable and reference are on the same line.
Issue gh-13067
|
7 months ago |
Josh Cummings
|
c43afbf5e1
|
Format Lambda Expressions
This commit updats lambda expressions so that
their variable is surrounded in parentheses.
Issue gh-13067
|
7 months ago |
Rob Winch
|
b2325e4176
|
Add OAuth Support for HTTP Interface Client
Closes gh-16858
|
7 months ago |
Rob Winch
|
e3add59550
|
Update x509 Reference
- Use include-code
- Demo how to customize SubjectX500PrincipalExtractor
|
7 months ago |
Rob Winch
|
6eee256e12
|
Demonstrate include-code usage
Closes gh-17161
|
8 months ago |