arquillian-core icon indicating copy to clipboard operation
arquillian-core copied to clipboard

ARQ-1657 Consistent usage of @OperateOnDeployment

Open kpiwko opened this issue 10 years ago • 3 comments

kpiwko avatar Feb 25 '14 09:02 kpiwko

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.

aslakknutsen avatar Feb 25 '14 09:02 aslakknutsen

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?

kpiwko avatar Feb 25 '14 11:02 kpiwko

Simply adding a class OperatesOnDeploymentAwareProvider extends OperateOnDeployment.. should work. No problem updating the ResourceProviers in Core to point to OperateOnDeployment...

aslakknutsen avatar Feb 25 '14 11:02 aslakknutsen