When configuration class B extends from configuration class A, only create methods from class B are being picked up. The work around for now is letting class B override all methods in class A. This is a lot of boilerplate, which reliant could easily avoid.