Problemunvalidated
The `MdcConfig` fields are bound correctly, but `SomeClass` sees `mdcConfig` as null and/or its derived field `mdcAllowedItems` ends up null. Breakpoints show `MdcConfig` setters are called, yet `SomeClass` initialization reads before injection.
d76cfb66-965e-48b0-afe5-860c8eb300b3
The MdcConfig fields are bound correctly, but SomeClass sees mdcConfig as null and/or its derived field mdcAllowedItems ends up null. Breakpoints show MdcConfig setters are called, yet SomeClass initialization reads before injection.