After upgrading to quarkus-cucumber v1.2.0 from v1.1.0 the integration tests using quarkus-junit5-mockito fail due to mockito spy not injected anymore. Within integration tests we have been using @InjectSpy annotation to spy on the objects, but when upgrading to quarkus-cucumber v1.2.0 the spies don't get injected anymore properly (or get injected as null reference).
Is this some known issues with newest version of quarkus-cucumber?