Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is "DroneConfiguration.configure" deprecated? #400

Open
WolfgangHG opened this issue Jul 16, 2023 · 0 comments
Open

Why is "DroneConfiguration.configure" deprecated? #400

WolfgangHG opened this issue Jul 16, 2023 · 0 comments

Comments

@WolfgangHG
Copy link

When doing changes in the "arquillian-extension-warp", I noticed a compilation warning in file https:/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant