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
Removing obsolete resteasy profile forward.compatibility
by Rebecca Searls
Pom file testsuite/pom.xml defines profile forward.compatibility.
Associated
comments state,
"Forward compatibility: use EAP 7.0.0.GA and newer Client from CP stream
(e.g. client from RESTEasy delivered by EAP 7.0.2"
and " Uncomment module below when EAP/Widlfly with Resteasy 3.1 is
released".
This is referencing very old code. RESTEasy is now at version 4.x and EAP
7.3.x.
I am planning to remove this profile unless someone provides a compelling
reason
to keep it.
4 years, 11 months
removing resteasy build profile resteasy-dependencies-eap
by Rebecca Searls
In resteasy 3.1.0.Final build profile "resteasy-dependencies-eap"
was introduced in the root project pom file. Git history shows it
was added 11/8/16 for RESTEASY-1536. This profile declares a dependency
on org.jboss.resteasy.test.eap:resteasy-dependencies-eap:pom:1.0.0.
This archive has not been version updated since its introduction in 11/8/16.
This profile does not reference archives, resteasy-reactor,
resteasy-client-reactor-netty,
and resteasy-client-vertx.
This profile appears to be obsolete. I am preparing to remove it.
Is anyone using this profile? Is there any reason to keep it?
4 years, 11 months