ComponentExtension creates an instance of discovered components using Class.newInstance(), but it never calls init() on the created instance. This will be a problem for any component which has logic in init() or uses the config reference supplied in that call.
|