Revisit components and check if they align with the core container lifecycle arrangement. - `afterPropertiesSet` -> validate - `start` -> create resources/connect - `stop` -> disconnect - ...