Files
spring-boot-demo/custom-starter/output/04-jackson-integration-active.txt
Claude c418589251 Add custom-starter module: a Boot 4 auto-configuration starter with conditions, metadata and runner tests
Two-jar starter (autoconfigure + starter), a demo app, and 17 captured transcripts
covering AutoConfiguration.imports, @ConditionalOn*, ordering, optional Jackson 3
integration, configuration metadata and the Boot 4 module split.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
2026-09-24 06:53:07 +00:00

12 lines
701 B
Plaintext

# Jackson on the classpath: the module is registered and Sensitive is written masked
module beans : [maskerJacksonModule]
JSON : {"card":"************1111"}
--- what Boot recorded for the Jackson auto-configuration ---
com.ankurm.masker.MaskerJacksonAutoConfiguration [matched]
matched: @ConditionalOnClass found required class 'tools.jackson.databind.json.JsonMapper'
matched: @ConditionalOnBean (types: com.ankurm.masker.Masker; SearchStrategy: all) found bean 'masker'
com.ankurm.masker.MaskerJacksonAutoConfiguration#maskerJacksonModule [matched]
matched: @ConditionalOnMissingBean (types: com.ankurm.masker.MaskerJacksonModule; SearchStrategy: all) did not find any beans