--
Weinan Li / JBoss
On Jun 1, 2016, at 7:24 PM, Tomaž Cerar <tomaz.cerar(a)gmail.com>
wrote:
On Wed, Jun 1, 2016 at 1:08 PM, Weinan Li <weli(a)redhat.com> wrote:
By using undertow for one part of tests, we also gain benefit that we could keep
improving our resteasy-undertow adapter.
Currently we have three main adapters:
- undertow adapter
- netty adapter
- sun jdk adapter
The undertow adapter is fully covered by JBoss community. Considering the current
popularity of JBoss Swarm, I feel that these lightweight and modular solution will be more
and more popular.
(Just some personal views)
Integration tests should be done by arquillian in general,
Yeah I guess for
integration tests using WildFly is best. For other tests we could use undertow adapter for
testings(replacing tjws). The difficulty maybe is to determine which are integration tests
and which are not.
if that means we can by changing the config test on other servers
beyond WildFly (servlet) than that is best way to go.
Sun jdk adapter i think we should get rid off. As it servers no good purpose.
said all that, having some part of testsuite that is tested on plain undertow, sounds
fine, but just keep in mind that some of this are integration tests others are functional
tests.