-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
When observer has one of the arguments null following warning is displayed:
WARNING [org.jboss.arquillian.core.spi.ObserverMethod] (main) Argument 2 for ArquillianServiceDeployer.doServiceDeploy is null. It won't be invoked.
It's been introduced for debugging purposes and it's just confusing for the users.
We should only display it when arquillian.debug=true is enabled.