**Describe the bug** The `@Autowired` container annotation does not work in service providers. **Expected behaviour** The annotation should work fine and resolve dependencies from the container.
Describe the bug
The
@Autowiredcontainer annotation does not work in service providers.Expected behaviour
The annotation should work fine and resolve dependencies from the container.