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
10 lines
409 B
Plaintext
10 lines
409 B
Plaintext
# Jackson hidden with FilteredClassLoader: nothing fails, the integration just is not there
|
|
|
|
context failed : false
|
|
Masker beans : [masker]
|
|
module beans : []
|
|
|
|
--- what Boot recorded for the Jackson auto-configuration ---
|
|
com.ankurm.masker.MaskerJacksonAutoConfiguration [not matched]
|
|
did not match: @ConditionalOnClass did not find required class 'tools.jackson.databind.json.JsonMapper'
|