Who uses resteasy profile arquillian.remote ?
by Rebecca Searls
Module testsuite/arquillian-utils has profile arquillian.remote. This
profile
uses archive org.wildfly.arquillian:wildfly-arquillian-container-remote
when
running tests within the module. The default profile in arquillian-utils
uses
archive org.wildfly.arquillian:wildfly-arquillian-container-managed. Both
profiles have existed since the creation of module
testsuite/arquillian-utils
7/12/16 (RESTEASY-1361).
Is this still used? Who uses it? I am inclined to remove it if no one
vouches for its use.
4 years, 8 months
Behaviour change in deployments between 4.3.1 and 4.4.0
by Stephane Epardaud
Hi,
We had a test which had a VertxResteasyDeployment instance where we
declared our resources, and then later we started the VertxJaxrsServer
and it would work, but now it doesn't register any provider unless we
call start() on the deployment. I guess this used to be done
automatically in the past.
Was this change in behaviour intentional?
Cheers.
4 years, 10 months