Skip to content

Update cryptography.adoc to use include-code - #19475

Open
sunghyun1999 wants to merge 1 commit into
spring-projects:mainfrom
sunghyun1999:gh-16226-result-handlers-include-code
Open

Update cryptography.adoc to use include-code#19475
sunghyun1999 wants to merge 1 commit into
spring-projects:mainfrom
sunghyun1999:gh-16226-result-handlers-include-code

Conversation

@sunghyun1999

Copy link
Copy Markdown

Summary

Replace inline Java/Kotlin code samples in docs/modules/ROOT/pages/features/integrations/cryptography.adoc with include-code:: directives backed by tested sample classes.

  • Convert 9 inline [tabs] code blocks to include-code:: references
  • Add Java test classes: CryptoEncryptionTests, CryptoKeyGeneratorTests, CryptoPasswordEncodingTests
  • Add corresponding Kotlin test classes
  • Keep the PasswordEncoder interface definition inline (interface signature, not executable sample)

Closes gh-16226

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 29, 2026
Closes spring-projectsgh-16226

Signed-off-by: sunghyun1999 <32184099@dankook.ac.kr>
@sunghyun1999
sunghyun1999 force-pushed the gh-16226-result-handlers-include-code branch from 5d599d8 to 12c5e28 Compare July 29, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use Include for All Samples in Documentation

2 participants