1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Use include-code for password4j docs

This follows the new convention of using include-code going forward to
ensure that the documentation compiles and is tested. This also corrected
a few errors in custom params for Ballooning and PBKDF2 examples.

Issue gh-17706
This commit is contained in:
Rob Winch
2025-09-15 11:03:44 -05:00
parent 9f839384e9
commit d0372efadd
13 changed files with 487 additions and 141 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ dependencies {
management platform(project(":spring-security-dependencies"))
optional 'org.springframework:spring-core'
optional 'org.bouncycastle:bcpkix-jdk18on'
optional 'com.password4j:password4j'
optional libs.com.password4j.password4j
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"