You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntegrationTestConfiguration.java:[92,41] configure(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor,java.lang.Class<? extends java.lang.annotation.Annotation>) in org.jboss.arquillian.drone.spi.DroneConfiguration has been deprecated
Interestingly, this is not reported in Eclipse, only during a maven build.
All implementations of this interface in the drone extension still use this method (MockDroneConfiguration.java, WebDriverConfiguration.java).
Is the deprecation intendend? I think it makes no sense to deprecate just an interface method, but not the whole interface ;-)? Is there any replacement?
This was introduced by commit #48d3c38d1829e5b1c8f8229d599ac424feb2939e
The text was updated successfully, but these errors were encountered:
When doing changes in the "arquillian-extension-warp", I noticed a compilation warning in file https://github.com/arquillian/arquillian-extension-warp/blob/master/build/resources/src/main/java/org/arquillian/warp/ftest/configuration/IntegrationTestConfiguration.java:
IntegrationTestConfiguration.java:[92,41] configure(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor,java.lang.Class<? extends java.lang.annotation.Annotation>) in org.jboss.arquillian.drone.spi.DroneConfiguration has been deprecated
Interestingly, this is not reported in Eclipse, only during a maven build.
All implementations of this interface in the drone extension still use this method (MockDroneConfiguration.java, WebDriverConfiguration.java).
Is the deprecation intendend? I think it makes no sense to deprecate just an interface method, but not the whole interface ;-)? Is there any replacement?
This was introduced by commit #48d3c38d1829e5b1c8f8229d599ac424feb2939e
The text was updated successfully, but these errors were encountered: