arquillian-core
arquillian-core copied to clipboard
ARQ-1657 Consistent usage of @OperateOnDeployment
Even tho OperatesOnDeploymentAwareProvider is a impl detail, I do believe it is being used by some extensions/containers.
I can allow changes to javadocs, but not class signatures at this time.
So, I can either:
1/ Modify the commit to contain javadoc changes only 2/ Create a wrapper to stay backwards compatible, e.g. OperatesOnDeploymentProvider extends OperateOnDeployment provider, were OperatesOnDeploymentProvider is @Deprecated
Which option do you prefer?
Simply adding a class OperatesOnDeploymentAwareProvider extends OperateOnDeployment.. should work. No problem updating the ResourceProviers in Core to point to OperateOnDeployment...