Skip to content

Why is "DroneConfiguration.configure" deprecated? #400

@WolfgangHG

Description

@WolfgangHG

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions