Thorntail's Infinispan Issue

105 views
Skip to first unread message

Hamed Hatami

unread,
May 19, 2020, 5:54:14 AM5/19/20
to Thorntail
Hi There,

I have a problem with embedded infinispan cache when I want to run my application in cluster mode (replicated cache mode)

2020-05-18 20:31:08,001 ERROR [stderr] (main) org.wildfly.swarm.container.DeploymentException: org.wildfly.swarm.container.DeploymentException: THORN0004: Deployment failed: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"bundle-api-infinispan.war\".undertow-deployment" => "java.lang.RuntimeException: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,001 ERROR [stderr] (main) Caused by: java.lang.RuntimeException: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,002 ERROR [stderr] (main) Caused by: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,002 ERROR [stderr] (main) Caused by: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,002 ERROR [stderr] (main) Caused by: java.lang.NoSuchMethodError: org.jgroups.JChannel.<init>(Ljava/net/URL;)V"}}
2020-05-18 20:31:08,003 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:301)
2020-05-18 20:31:08,003 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:174)
2020-05-18 20:31:08,004 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:107)
2020-05-18 20:31:08,004 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer$Proxy$_$$_WeldClientProxy.deploy(Unknown Source)
2020-05-18 20:31:08,004 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.deploy(Swarm.java:476)
2020-05-18 20:31:08,004 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.main(Swarm.java:747)
2020-05-18 20:31:08,004 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-05-18 20:31:08,004 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-05-18 20:31:08,005 ERROR [stderr] (main) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-05-18 20:31:08,005 ERROR [stderr] (main) at java.lang.reflect.Method.invoke(Method.java:498)
2020-05-18 20:31:08,005 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.invoke(MainInvoker.java:57)
2020-05-18 20:31:08,005 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.run(Main.java:134)
2020-05-18 20:31:08,005 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.main(Main.java:87)
2020-05-18 20:31:08,005 ERROR [stderr] (main) Caused by: org.wildfly.swarm.container.DeploymentException: THORN0004: Deployment failed: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"bundle-api-infinispan.war\".undertow-deployment" => "java.lang.RuntimeException: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,005 ERROR [stderr] (main) Caused by: java.lang.RuntimeException: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,005 ERROR [stderr] (main) Caused by: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,005 ERROR [stderr] (main) Caused by: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on object of type JGroupsTransport
2020-05-18 20:31:08,006 ERROR [stderr] (main) Caused by: java.lang.NoSuchMethodError: org.jgroups.JChannel.<init>(Ljava/net/URL;)V"}}
2020-05-18 20:31:08,006 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:296)
2020-05-18 20:31:08,006 ERROR [stderr] (main) ... 12 more
2020-05-18 20:31:08,006 ERROR [stderr] (main) java.lang.IllegalStateException: zip file closed
2020-05-18 20:31:08,006 ERROR [stderr] (main) at java.util.zip.ZipFile.ensureOpen(ZipFile.java:686)
2020-05-18 20:31:08,006 ERROR [stderr] (main) at java.util.zip.ZipFile.getEntry(ZipFile.java:315)
2020-05-18 20:31:08,006 ERROR [stderr] (main) at java.util.jar.JarFile.getEntry(JarFile.java:240)
2020-05-18 20:31:08,006 ERROR [stderr] (main) at java.util.jar.JarFile.getJarEntry(JarFile.java:223)
2020-05-18 20:31:08,006 ERROR [stderr] (main) at org.jboss.modules.JarFileResourceLoader.getJarEntry(JarFileResourceLoader.java:187)
2020-05-18 20:31:08,007 ERROR [stderr] (main) at org.jboss.modules.JarFileResourceLoader.getClassSpec(JarFileResourceLoader.java:130)
2020-05-18 20:31:08,007 ERROR [stderr] (main) at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:330)
2020-05-18 20:31:08,007 ERROR [stderr] (main) at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:126)
2020-05-18 20:31:08,007 ERROR [stderr] (main) at org.jboss.modules.Module.loadModuleClass(Module.java:731)
2020-05-18 20:31:08,007 ERROR [stderr] (main) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:247)
2020-05-18 20:31:08,007 ERROR [stderr] (main) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410)
2020-05-18 20:31:08,007 ERROR [stderr] (main) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.stop(Swarm.java:438)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.tryToStopAfterStartupError(Swarm.java:779)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.main(Swarm.java:756)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2020-05-18 20:31:08,008 ERROR [stderr] (main) at java.lang.reflect.Method.invoke(Method.java:498)
2020-05-18 20:31:08,009 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.invoke(MainInvoker.java:57)
2020-05-18 20:31:08,009 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.run(Main.java:134)
2020-05-18 20:31:08,009 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.Main.main(Main.java:87)

Ladislav Thon

unread,
May 19, 2020, 6:22:00 AM5/19/20
to thor...@googlegroups.com

Hi,

first of all, Thorntail intentionally doesn't support clustering (and I'm pretty sure at least web session clustering doesn't work even if you configure all the caches correctly), so you're probably better off with WildFly.

Now, from the log, it looks like the problem is either:

1. The Infinispan and JGroups versions in Thorntail don't match. That would be weird, we try to align with the base WildFly version as much as possible. And it looks with Thorntail 2.6.0.Final, you'd get Infinispan 9.4.16.Final and JGroups 4.1.4.Final, which are the same version as in WildFly 18.0.1.Final.

or:

2. We change the JBoss Modules definitions we inherit from WildFly so that the Infinispan module doesn't see the JGroups module. However, I can't find any evidence of that, and I think the error message would be different (it wouldn't be "no such method", but "class not found").

At this point, I'm not sure what the problem might be. If you really want to go down the rabbit hole and figure out what it is, do you have a small reproducer?

Thanks,

LT

--
You received this message because you are subscribed to the Google Groups "Thorntail" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/a60f3119-bd9d-473e-9c03-361bfc1dc846%40googlegroups.com.

Hamed Hatami

unread,
May 19, 2020, 6:43:21 AM5/19/20
to Thorntail
Hi,

To be honest, we've been using thorntail as a microservice software intrastructure (uber jar) so we couldn't change it to wildfly

Secondly, I've used the same version which is included in Thorntail 2.6.0.Final by adding a maven dependency

        <dependency>
            <groupId>io.thorntail</groupId>
            <artifactId>jgroups</artifactId>
        </dependency>
To unsubscribe from this group and stop receiving emails from it, send an email to thor...@googlegroups.com.

Hamed Hatami

unread,
May 19, 2020, 6:43:21 AM5/19/20
to Thorntail
I've tried to get the tree structure of dependencies

[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ bundle-api-infinispan ---
[INFO] com.ericsson.iot.cm:bundle-api-infinispan:war:0.0.1-SNAPSHOT
[INFO] +- io.thorntail:transactions:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:container:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:config-api:jar:1.9.0:compile
[INFO] |  |  |  +- io.thorntail:config-api-runtime:jar:1.9.0:compile
[INFO] |  |  |  \- org.wildfly.common:wildfly-common:jar:1.5.1.Final:compile
[INFO] |  |  \- io.thorntail.jdk-specific:thorntail-jdk-specific:jar:2:compile
[INFO] |  +- io.thorntail:logging:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:naming:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:meta-spi:jar:2.6.0.Final:compile
[INFO] |  |  \- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar:2.0.0:compile
[INFO] |  |     \- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-base:jar:2.0.0:compile
[INFO] |  +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec:jar:2.0.0.Final:compile
[INFO] |  \- org.jboss.narayana.jts:narayana-jts-idlj:jar:5.9.8.Final:compile
[INFO] |     \- org.jboss.openjdk-orb:openjdk-orb:jar:8.0.8.Final:compile
[INFO] +- org.apache.derby:derbyclient:jar:10.14.2.0:compile
[INFO] +- io.thorntail:jpa:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:datasources:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:jca:jar:2.6.0.Final:compile
[INFO] |  |  |  \- io.thorntail:connector:jar:2.6.0.Final:compile
[INFO] |  |  |     \- org.jboss.spec.javax.resource:jboss-connector-api_1.7_spec:jar:2.0.0.Final:compile
[INFO] |  |  \- org.jboss.ironjacamar:ironjacamar-jdbc:jar:1.4.17.Final:compile
[INFO] |  +- io.thorntail:ee:jar:2.6.0.Final:compile
[INFO] |  |  +- org.jboss.spec.javax.enterprise.concurrent:jboss-concurrency-api_1.0_spec:jar:2.0.0.Final:compile
[INFO] |  |  +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec:jar:1.0.1.Final:compile
[INFO] |  |  +- org.jboss.spec.javax.el:jboss-el-api_3.0_spec:jar:1.0.13.Final:compile
[INFO] |  |  \- org.glassfish:jakarta.el:jar:3.0.2:compile
[INFO] |  +- io.thorntail:bootstrap:jar:2.6.0.Final:compile
[INFO] |  \- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile
[INFO] +- io.thorntail:infinispan:jar:2.6.0.Final:compile
[INFO] |  +- org.infinispan:infinispan-core:jar:9.4.16.Final:compile
[INFO] |  |  \- org.infinispan:infinispan-commons:jar:9.4.16.Final:compile
[INFO] |  +- io.thorntail:jmx:jar:2.6.0.Final:compile
[INFO] |  |  \- io.thorntail:remoting:jar:2.6.0.Final:compile
[INFO] |  \- io.thorntail:msc:jar:2.6.0.Final:compile
[INFO] |     \- org.jboss.msc:jboss-msc:jar:1.4.11.Final:compile
[INFO] |        \- org.jboss.threads:jboss-threads:jar:2.3.3.Final:compile
[INFO] +- io.thorntail:microprofile-restclient:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:jaxrs-jsonp:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:cdi:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:cdi-config:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:bean-validation:jar:2.6.0.Final:compile
[INFO] |  |  |  \- jakarta.validation:jakarta.validation-api:jar:2.0.2:compile
[INFO] |  |  +- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2:compile
[INFO] |  |  \- jakarta.inject:jakarta.inject-api:jar:1.0:compile
[INFO] |  +- io.thorntail:microprofile-config:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:microprofile-config-wildfly-config-api:jar:1.9.0:compile
[INFO] |  |  +- io.smallrye:smallrye-config:jar:1.3.6:compile
[INFO] |  |  \- org.eclipse.microprofile.config:microprofile-config-api:jar:1.3:compile
[INFO] |  \- org.jboss.resteasy:resteasy-client-microprofile:jar:3.9.1.Final:compile
[INFO] |     +- org.jboss.resteasy:resteasy-client:jar:3.9.1.Final:compile
[INFO] |     |  \- org.jboss.resteasy:resteasy-jaxrs:jar:3.9.1.Final:compile
[INFO] |     |     +- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:1.0.1.Final:compile
[INFO] |     |     +- org.reactivestreams:reactive-streams:jar:1.0.2:compile
[INFO] |     |     +- javax.activation:activation:jar:1.1.1:compile
[INFO] |     |     \- commons-io:commons-io:jar:2.5:compile
[INFO] |     +- org.jboss.resteasy:resteasy-cdi:jar:3.9.1.Final:compile
[INFO] |     \- org.eclipse.microprofile.rest.client:microprofile-rest-client-api:jar:1.3.3:compile
[INFO] |        \- javax.inject:javax.inject:jar:1:compile
[INFO] +- io.thorntail:microprofile-fault-tolerance:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:spi:jar:2.6.0.Final:compile
[INFO] |  |  +- org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6:compile
[INFO] |  |  +- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-jboss:jar:2.0.0:compile
[INFO] |  |  +- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-jboss:jar:2.0.0:compile
[INFO] |  |  \- org.jboss:jandex:jar:2.1.2.Final:compile
[INFO] |  +- io.thorntail:hystrix:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:archaius:jar:2.6.0.Final:compile
[INFO] |  |  |  +- com.netflix.archaius:archaius-core:jar:0.6.6:compile
[INFO] |  |  |  \- com.google.code.findbugs:annotations:jar:2.0.3:compile
[INFO] |  |  +- io.thorntail:netflix-rxjava:jar:2.6.0.Final:compile
[INFO] |  |  |  \- io.reactivex:rxjava:jar:1.3.0:compile
[INFO] |  |  +- com.netflix.hystrix:hystrix-core:jar:1.5.12:compile
[INFO] |  |  +- com.netflix.hystrix:hystrix-metrics-event-stream:jar:1.5.12:compile
[INFO] |  |  |  \- com.netflix.hystrix:hystrix-serialization:jar:1.5.12:runtime
[INFO] |  |  |     \- com.fasterxml.jackson.module:jackson-module-afterburner:jar:2.7.5:runtime
[INFO] |  |  \- org.hdrhistogram:HdrHistogram:jar:2.1.10:compile
[INFO] |  +- io.thorntail:microprofile-metrics:jar:2.6.0.Final:compile
[INFO] |  |  +- org.eclipse.microprofile.metrics:microprofile-metrics-api:jar:2.0.1:compile
[INFO] |  |  \- io.smallrye:smallrye-metrics:jar:2.3.2:compile
[INFO] |  +- io.smallrye:smallrye-fault-tolerance:jar:2.1.3:compile
[INFO] |  |  +- org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:2.0.2:compile
[INFO] |  |  +- javax.enterprise:cdi-api:jar:2.0.SP1:compile
[INFO] |  |  |  +- javax.el:javax.el-api:jar:3.0.0:compile
[INFO] |  |  |  \- javax.interceptor:javax.interceptor-api:jar:1.2:compile
[INFO] |  |  \- javax.enterprise.concurrent:javax.enterprise.concurrent-api:jar:1.0:compile
[INFO] |  +- org.jboss.weld:weld-spi:jar:3.1.SP1:compile
[INFO] |  +- org.jboss.weld:weld-api:jar:3.1.SP1:compile
[INFO] |  \- org.jboss.weld:weld-core-impl:jar:3.1.2.Final:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-problem:jar:0.0.28:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-util:jar:0.2.14:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-context:jar:0.0.19:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-validation:jar:0.0.19:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-pagination:jar:0.0.16:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-log:jar:0.1.9:compile
[INFO] |  +- org.apache.logging.log4j:log4j-api:jar:2.11.1:compile
[INFO] |  +- org.apache.logging.log4j:log4j-core:jar:2.11.1:compile
[INFO] |  +- org.apache.logging.log4j:log4j-web:jar:2.11.1:compile
[INFO] |  +- com.lmax:disruptor:jar:3.4.2:compile
[INFO] |  +- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.11.1:compile
[INFO] |  +- org.apache.logging.log4j:log4j-jcl:jar:2.11.1:compile
[INFO] |  |  \- commons-logging:commons-logging:jar:1.2:compile
[INFO] |  +- org.apache.logging.log4j:log4j-jul:jar:2.11.1:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.26:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-authorization:jar:0.16.11:compile
[INFO] |  +- io.jsonwebtoken:jjwt-impl:jar:0.11.1:runtime
[INFO] |  \- io.jsonwebtoken:jjwt-api:jar:0.11.1:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-field-filtering:jar:0.0.16:compile
[INFO] |  +- com.ericsson.iot.api.common:iot-api-common-exception:jar:0.0.11:compile
[INFO] |  \- com.github.bohnman:squiggly-filter-jackson:jar:1.3.15:compile
[INFO] |     +- org.antlr:antlr4-runtime:jar:4.6:compile
[INFO] |     +- commons-beanutils:commons-beanutils:jar:1.9.3:compile
[INFO] |     |  \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] |     \- net.jcip:jcip-annotations:jar:1.0:compile
[INFO] +- com.ericsson.iot.api.common:iot-api-common-test:jar:0.0.13:test
[INFO] |  +- com.nimbusds:nimbus-jose-jwt:jar:6.0:test
[INFO] |  |  +- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1:compile
[INFO] |  |  \- net.minidev:json-smart:jar:2.3:test (version selected from constraint [1.3.1,2.3])
[INFO] |  |     \- net.minidev:accessors-smart:jar:1.2:test
[INFO] |  \- commons-codec:commons-codec:jar:1.12:compile
[INFO] +- io.thorntail:jgroups:jar:2.6.0.Final:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.6:provided
[INFO] +- org.mapstruct:mapstruct:jar:1.3.0.Final:compile
[INFO] +- io.thorntail:microprofile-health:jar:2.6.0.Final:compile
[INFO] |  +- io.thorntail:undertow:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:io:jar:2.6.0.Final:compile
[INFO] |  |  +- io.thorntail:request-controller:jar:2.6.0.Final:compile
[INFO] |  |  +- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-javaee:jar:2.0.0:compile
[INFO] |  |  +- org.ow2.asm:asm-commons:jar:7.1:compile
[INFO] |  |  |  +- org.ow2.asm:asm-tree:jar:7.1:compile
[INFO] |  |  |  \- org.ow2.asm:asm-analysis:jar:7.1:compile
[INFO] |  |  +- org.jboss.spec.javax.servlet:jboss-servlet-api_4.0_spec:jar:2.0.0.Final:compile
[INFO] |  |  +- org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec:jar:2.0.0.Final:compile
[INFO] |  |  +- io.undertow:undertow-servlet:jar:2.0.27.Final:compile
[INFO] |  |  |  \- io.undertow:undertow-core:jar:2.0.27.Final:compile
[INFO] |  |  |     +- org.jboss.xnio:xnio-api:jar:3.7.3.Final:compile
[INFO] |  |  |     \- org.jboss.xnio:xnio-nio:jar:3.7.3.Final:runtime
[INFO] |  |  \- org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec:jar:1.0.1.Final:compile
[INFO] |  +- io.smallrye:smallrye-health:jar:2.1.0:compile
[INFO] |  |  \- org.eclipse.microprofile.health:microprofile-health-api:jar:2.1:compile
[INFO] |  +- io.thorntail:management:jar:2.6.0.Final:compile
[INFO] |  |  \- io.thorntail:elytron:jar:2.6.0.Final:compile
[INFO] |  \- org.glassfish:jakarta.json:jar:1.1.6:compile
[INFO] +- io.thorntail:microprofile-jwt:jar:2.6.0.Final:compile
[INFO] |  +- org.eclipse.microprofile.jwt:microprofile-jwt-auth-api:jar:1.1.1:compile
[INFO] |  +- io.smallrye:smallrye-jwt:jar:2.0.10:compile
[INFO] |  +- org.bitbucket.b_c:jose4j:jar:0.6.5:compile
[INFO] |  +- io.thorntail:security:jar:2.6.0.Final:compile
[INFO] |  \- io.thorntail:jaxrs:jar:2.6.0.Final:compile
[INFO] |     +- io.thorntail:jaxrs-cdi:jar:2.6.0.Final:compile
[INFO] |     +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:1.0.3.Final:compile
[INFO] |     \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.10:compile
[INFO] |        +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.9.10:compile
[INFO] |        \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.9.10:compile
[INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.9.8:compile
[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.8:compile
[INFO] +- org.hibernate:hibernate-validator:jar:5.2.4.Final:test
[INFO] |  +- javax.validation:validation-api:jar:2.0.1.Final:compile
[INFO] |  +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] |  \- com.fasterxml:classmate:jar:1.1.0:test
[INFO] +- org.assertj:assertj-core:jar:3.11.1:test
[INFO] +- io.thorntail:arquillian:jar:2.6.0.Final:test
[INFO] |  +- io.thorntail:arquillian-daemon:jar:2.6.0.Final:test
[INFO] |  |  \- org.wildfly.core:wildfly-server:jar:10.0.3.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-controller:jar:10.0.3.Final:test
[INFO] |  |     |  +- org.wildfly.core:wildfly-controller-client:jar:10.0.3.Final:test
[INFO] |  |     |  +- org.wildfly.core:wildfly-core-security:jar:10.0.3.Final:test
[INFO] |  |     |  |  \- org.wildfly.core:wildfly-core-security-api:jar:10.0.3.Final:test
[INFO] |  |     |  +- org.jboss:staxmapper:jar:1.3.0.Final:test
[INFO] |  |     |  +- org.projectodd.vdx:vdx-wildfly:jar:1.1.6:test
[INFO] |  |     |  |  \- org.projectodd.vdx:vdx-core:jar:1.1.6:test
[INFO] |  |     |  \- org.eclipse.jgit:org.eclipse.jgit:jar:5.0.2.201807311906-r:test
[INFO] |  |     |     +- com.jcraft:jzlib:jar:1.1.1:test
[INFO] |  |     |     \- com.googlecode.javaewah:JavaEWAH:jar:1.1.6:test
[INFO] |  |     +- org.wildfly.core:wildfly-core-management-client:jar:10.0.3.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-domain-http-interface:jar:10.0.3.Final:test
[INFO] |  |     |  +- org.wildfly.core:wildfly-domain-management:jar:10.0.3.Final:test
[INFO] |  |     |  |  \- org.picketbox:picketbox:jar:5.0.3.Final:test
[INFO] |  |     |  \- org.wildfly.security.elytron-web:undertow-server:jar:1.6.0.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-deployment-repository:jar:10.0.3.Final:test
[INFO] |  |     |  \- org.wildfly.core:wildfly-protocol:jar:10.0.3.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-platform-mbean:jar:10.0.3.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-process-controller:jar:10.0.3.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-remoting:jar:10.0.3.Final:test
[INFO] |  |     |  \- org.wildfly.core:wildfly-io:jar:10.0.3.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-network:jar:10.0.3.Final:test
[INFO] |  |     +- org.wildfly.security:wildfly-elytron:jar:1.10.4.Final:test
[INFO] |  |     +- org.wildfly.core:wildfly-version:jar:10.0.3.Final:test
[INFO] |  |     +- org.jboss:jboss-dmr:jar:1.5.0.Final:test
[INFO] |  |     +- org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.4.Final:test
[INFO] |  |     +- org.jboss.invocation:jboss-invocation:jar:1.5.2.Final:test
[INFO] |  |     +- org.jboss.marshalling:jboss-marshalling:jar:2.0.9.Final:test
[INFO] |  |     +- org.jboss.modules:jboss-modules:jar:1.9.1.Final:test
[INFO] |  |     +- org.jboss.remoting:jboss-remoting:jar:5.0.15.Final:test
[INFO] |  |     |  \- org.wildfly.client:wildfly-client-config:jar:1.0.0.CR2:compile
[INFO] |  |     +- org.jboss.stdio:jboss-stdio:jar:1.1.0.Final:test
[INFO] |  |     +- org.jboss:jboss-vfs:jar:3.2.14.Final:test
[INFO] |  |     \- com.jcraft:jsch:jar:0.1.54:test
[INFO] |  \- io.thorntail:arquillian-adapter:jar:2.6.0.Final:test
[INFO] |     +- io.thorntail:arquillian-resolver:jar:2.6.0.Final:test
[INFO] |     |  \- org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven:jar:2.2.6:test
[INFO] |     |     +- org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api-maven:jar:2.2.6:test
[INFO] |     |     |  \- org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-api:jar:2.2.6:test
[INFO] |     |     +- org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi-maven:jar:2.2.6:test
[INFO] |     |     |  \- org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-spi:jar:2.2.6:test
[INFO] |     |     +- org.eclipse.aether:aether-api:jar:1.0.0.v20140518:test
[INFO] |     |     +- org.eclipse.aether:aether-impl:jar:1.0.0.v20140518:test
[INFO] |     |     +- org.eclipse.aether:aether-spi:jar:1.0.0.v20140518:test
[INFO] |     |     +- org.eclipse.aether:aether-util:jar:1.0.0.v20140518:test
[INFO] |     |     +- org.eclipse.aether:aether-connector-basic:jar:1.0.0.v20140518:test
[INFO] |     |     +- org.eclipse.aether:aether-transport-wagon:jar:1.0.0.v20140518:test
[INFO] |     |     +- org.apache.maven:maven-aether-provider:jar:3.2.5:test
[INFO] |     |     +- org.apache.maven:maven-model:jar:3.2.5:test
[INFO] |     |     +- org.apache.maven:maven-model-builder:jar:3.2.5:test
[INFO] |     |     |  \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:test
[INFO] |     |     +- org.apache.maven:maven-repository-metadata:jar:3.2.5:test
[INFO] |     |     +- org.apache.maven:maven-settings:jar:3.2.5:test
[INFO] |     |     +- org.apache.maven:maven-settings-builder:jar:3.2.5:test
[INFO] |     |     +- org.codehaus.plexus:plexus-interpolation:jar:1.21:test
[INFO] |     |     +- org.codehaus.plexus:plexus-utils:jar:3.0.20:test
[INFO] |     |     +- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:test
[INFO] |     |     |  \- org.sonatype.plexus:plexus-cipher:jar:1.4:test
[INFO] |     |     +- org.apache.maven.wagon:wagon-provider-api:jar:2.6:test
[INFO] |     |     +- org.apache.maven.wagon:wagon-file:jar:2.6:test
[INFO] |     |     |  \- commons-lang:commons-lang:jar:2.6:test
[INFO] |     |     \- org.apache.maven.wagon:wagon-http-lightweight:jar:2.6:test
[INFO] |     |        \- org.apache.maven.wagon:wagon-http-shared:jar:2.6:test
[INFO] |     |           \- org.jsoup:jsoup:jar:1.7.2:test
[INFO] |     +- io.thorntail:fraction-metadata:jar:2.6.0.Final:test
[INFO] |     |  \- com.eclipsesource.minimal-json:minimal-json:jar:0.9.4:test
[INFO] |     +- io.thorntail:tools:jar:2.6.0.Final:test
[INFO] |     |  \- net.lingala.zip4j:zip4j:jar:1.3.2:test
[INFO] |     +- org.jboss.arquillian.container:arquillian-container-spi:jar:1.4.0.Final:test
[INFO] |     +- org.jboss.arquillian.testenricher:arquillian-testenricher-cdi:jar:1.4.0.Final:test
[INFO] |     +- org.jboss.arquillian.testenricher:arquillian-testenricher-ejb:jar:1.4.0.Final:test
[INFO] |     +- org.jboss.arquillian.testenricher:arquillian-testenricher-resource:jar:1.4.0.Final:test
[INFO] |     +- org.jboss.arquillian.testenricher:arquillian-testenricher-initialcontext:jar:1.4.0.Final:test
[INFO] |     \- org.jboss.arquillian.config:arquillian-config-impl-base:jar:1.4.0.Final:test
[INFO] |        \- org.jboss.arquillian.config:arquillian-config-spi:jar:1.4.0.Final:test
[INFO] +- org.jboss.arquillian.junit:arquillian-junit-container:jar:1.4.0.Final:test
[INFO] |  +- org.jboss.arquillian.junit:arquillian-junit-core:jar:1.4.0.Final:test
[INFO] |  +- org.jboss.arquillian.test:arquillian-test-api:jar:1.4.0.Final:test
[INFO] |  |  \- org.jboss.arquillian.core:arquillian-core-api:jar:1.4.0.Final:test
[INFO] |  +- org.jboss.arquillian.test:arquillian-test-spi:jar:1.4.0.Final:test
[INFO] |  |  \- org.jboss.arquillian.core:arquillian-core-spi:jar:1.4.0.Final:test
[INFO] |  +- org.jboss.arquillian.container:arquillian-container-test-api:jar:1.4.0.Final:test
[INFO] |  |  \- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-api-base:jar:2.0.0:compile
[INFO] |  +- org.jboss.arquillian.container:arquillian-container-test-spi:jar:1.4.0.Final:test
[INFO] |  +- org.jboss.arquillian.core:arquillian-core-impl-base:jar:1.4.0.Final:test
[INFO] |  +- org.jboss.arquillian.test:arquillian-test-impl-base:jar:1.4.0.Final:test
[INFO] |  +- org.jboss.arquillian.container:arquillian-container-impl-base:jar:1.4.0.Final:test
[INFO] |  |  +- org.jboss.arquillian.config:arquillian-config-api:jar:1.4.0.Final:test
[INFO] |  |  \- org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-spi:jar:2.0.0:compile
[INFO] |  +- org.jboss.arquillian.container:arquillian-container-test-impl-base:jar:1.4.0.Final:test
[INFO] |  \- org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6:compile
[INFO] |     \- org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6:compile
[INFO] +- io.rest-assured:rest-assured:jar:3.0.3:test
[INFO] |  +- org.codehaus.groovy:groovy:jar:2.4.9:test
[INFO] |  +- org.codehaus.groovy:groovy-xml:jar:2.4.9:test
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.6:compile
[INFO] |  |  \- org.apache.httpcomponents:httpcore:jar:4.4.10:compile
[INFO] |  +- org.apache.httpcomponents:httpmime:jar:4.5.1:test
[INFO] |  +- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] |  +- org.hamcrest:hamcrest-library:jar:1.3:test
[INFO] |  +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[INFO] |  +- io.rest-assured:json-path:jar:3.0.3:test
[INFO] |  |  +- org.codehaus.groovy:groovy-json:jar:2.4.9:test
[INFO] |  |  \- io.rest-assured:rest-assured-common:jar:3.0.3:test
[INFO] |  \- io.rest-assured:xml-path:jar:3.0.3:test
[INFO] +- org.testcontainers:testcontainers:jar:1.10.7:test
[INFO] |  +- junit:junit:jar:4.12:test
[INFO] |  +- org.jetbrains:annotations:jar:17.0.0:test
[INFO] |  +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] |  +- org.apache.commons:commons-compress:jar:1.18:test
[INFO] |  +- javax.xml.bind:jaxb-api:jar:2.3.1:test
[INFO] |  |  \- javax.activation:javax.activation-api:jar:1.2.0:test
[INFO] |  +- org.rnorth.duct-tape:duct-tape:jar:1.0.7:test
[INFO] |  +- org.rnorth.visible-assertions:visible-assertions:jar:2.1.2:test
[INFO] |  |  \- net.java.dev.jna:jna:jar:5.2.0:test
[INFO] |  +- org.rnorth:tcp-unix-socket-proxy:jar:1.0.2:test
[INFO] |  |  +- com.kohlschutter.junixsocket:junixsocket-native-common:jar:2.0.4:test
[INFO] |  |  |  \- org.scijava:native-lib-loader:jar:2.0.2:test
[INFO] |  |  \- com.kohlschutter.junixsocket:junixsocket-common:jar:2.0.4:test
[INFO] |  \- net.java.dev.jna:jna-platform:jar:5.2.0:test
[INFO] +- org.awaitility:awaitility:jar:3.0.0:test
[INFO] |  \- org.objenesis:objenesis:jar:2.6:test
[INFO] +- org.junit.platform:junit-platform-launcher:jar:1.4.0:test
[INFO] |  +- org.apiguardian:apiguardian-api:jar:1.0.0:test
[INFO] |  \- org.junit.platform:junit-platform-engine:jar:1.4.0:test
[INFO] |     +- org.opentest4j:opentest4j:jar:1.1.1:test
[INFO] |     \- org.junit.platform:junit-platform-commons:jar:1.4.0:test
[INFO] +- org.junit.jupiter:junit-jupiter-engine:jar:5.4.0:test
[INFO] |  \- org.junit.jupiter:junit-jupiter-api:jar:5.4.0:test
[INFO] +- org.junit.vintage:junit-vintage-engine:jar:5.4.0:test
[INFO] +- org.mockito:mockito-core:jar:2.23.4:test
[INFO] |  +- net.bytebuddy:byte-buddy:jar:1.9.3:test
[INFO] |  \- net.bytebuddy:byte-buddy-agent:jar:1.9.3:test
[INFO] +- org.mockito:mockito-junit-jupiter:jar:2.23.4:test
[INFO] +- io.gatling.highcharts:gatling-charts-highcharts:jar:3.1.2:test
[INFO] |  +- org.scala-lang:scala-library:jar:2.12.7:test
[INFO] |  +- io.gatling:gatling-charts:jar:3.1.2:test
[INFO] |  |  +- io.gatling:gatling-core:jar:3.1.2:test
[INFO] |  |  |  +- com.typesafe.akka:akka-slf4j_2.12:jar:2.5.22:test
[INFO] |  |  |  +- org.simpleflatmapper:lightning-csv:jar:6.7.0:test
[INFO] |  |  |  +- org.simpleflatmapper:sfm-util:jar:6.7.0:test
[INFO] |  |  |  +- com.github.ben-manes.caffeine:caffeine:jar:2.7.0:test
[INFO] |  |  |  +- io.pebbletemplates:pebble:jar:3.0.9:test
[INFO] |  |  |  |  \- org.unbescape:unbescape:jar:1.1.6.RELEASE:test
[INFO] |  |  |  +- org.scala-lang.modules:scala-parser-combinators_2.12:jar:1.1.2:test
[INFO] |  |  |  +- com.github.scopt:scopt_2.12:jar:3.7.1:test
[INFO] |  |  |  +- io.gatling:jsonpath_2.12:jar:0.6.14:test
[INFO] |  |  |  +- org.jodd:jodd-json:jar:5.0.13:test
[INFO] |  |  |  |  +- org.jodd:jodd-bean:jar:5.0.13:test
[INFO] |  |  |  |  \- org.jodd:jodd-core:jar:5.0.13:test
[INFO] |  |  |  +- net.sf.saxon:Saxon-HE:jar:9.9.1-2:test
[INFO] |  |  |  |  \- com.ibm.icu:icu4j:jar:63.1:test
[INFO] |  |  |  \- org.jodd:jodd-lagarto:jar:5.0.13:test
[INFO] |  |  |     \- org.jodd:jodd-log:jar:5.0.13:test
[INFO] |  |  \- com.tdunning:t-digest:jar:3.2:test
[INFO] |  +- io.gatling:gatling-app:jar:3.1.2:test
[INFO] |  |  +- io.gatling:gatling-http:jar:3.1.2:test
[INFO] |  |  |  \- org.scala-lang.modules:scala-xml_2.12:jar:1.2.0:test
[INFO] |  |  +- io.gatling:gatling-jms:jar:3.1.2:test
[INFO] |  |  |  \- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:test
[INFO] |  |  +- io.gatling:gatling-jdbc:jar:3.1.2:test
[INFO] |  |  +- io.gatling:gatling-redis:jar:3.1.2:test
[INFO] |  |  |  \- net.debasishg:redisclient_2.12:jar:3.9:test
[INFO] |  |  |     \- org.apache.commons:commons-pool2:jar:2.6.0:test
[INFO] |  |  \- io.gatling:gatling-graphite:jar:3.1.2:test
[INFO] |  +- io.gatling:gatling-recorder:jar:3.1.2:test
[INFO] |  |  +- org.scala-lang.modules:scala-swing_2.12:jar:2.1.1:test
[INFO] |  |  +- org.json4s:json4s-jackson_2.12:jar:3.6.5:test
[INFO] |  |  |  \- org.json4s:json4s-core_2.12:jar:3.6.5:test
[INFO] |  |  |     +- org.json4s:json4s-ast_2.12:jar:3.6.5:test
[INFO] |  |  |     +- org.json4s:json4s-scalap_2.12:jar:3.6.5:test
[INFO] |  |  |     \- com.thoughtworks.paranamer:paranamer:jar:2.8:test
[INFO] |  |  +- org.bouncycastle:bcpkix-jdk15on:jar:1.61:test
[INFO] |  |  |  \- org.bouncycastle:bcprov-jdk15on:jar:1.61:test
[INFO] |  |  +- io.netty:netty-codec-http:jar:4.1.36.Final:test
[INFO] |  |  |  +- io.netty:netty-common:jar:4.1.36.Final:test
[INFO] |  |  |  +- io.netty:netty-transport:jar:4.1.36.Final:test
[INFO] |  |  |  \- io.netty:netty-codec:jar:4.1.36.Final:test
[INFO] |  |  \- com.typesafe.akka:akka-actor_2.12:jar:2.5.22:test
[INFO] |  +- io.gatling:gatling-http-client:jar:3.1.2:test
[INFO] |  |  +- io.gatling:gatling-netty-util:jar:3.1.2:test
[INFO] |  |  +- io.netty:netty-buffer:jar:4.1.36.Final:test
[INFO] |  |  +- io.netty:netty-handler:jar:4.1.36.Final:test
[INFO] |  |  +- io.netty:netty-handler-proxy:jar:4.1.36.Final:test
[INFO] |  |  |  \- io.netty:netty-codec-socks:jar:4.1.36.Final:test
[INFO] |  |  +- io.netty:netty-resolver-dns:jar:4.1.36.Final:test
[INFO] |  |  |  +- io.netty:netty-resolver:jar:4.1.36.Final:test
[INFO] |  |  |  \- io.netty:netty-codec-dns:jar:4.1.36.Final:test
[INFO] |  |  +- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.36.Final:test
[INFO] |  |  |  \- io.netty:netty-transport-native-unix-common:jar:4.1.36.Final:test
[INFO] |  |  +- io.netty:netty-codec-http2:jar:4.1.36.Final:test
[INFO] |  |  +- io.netty:netty-tcnative-boringssl-static:jar:2.0.25.Final:test
[INFO] |  |  +- com.sun.activation:javax.activation:jar:1.2.0:test
[INFO] |  |  \- com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.2:test
[INFO] |  \- io.gatling:gatling-commons:jar:3.1.2:test
[INFO] |     +- org.scala-lang:scala-reflect:jar:2.12.4:test
[INFO] |     +- com.typesafe:config:jar:1.3.4:test
[INFO] |     +- com.dongxiguo:fastring_2.12:jar:1.0.0:test
[INFO] |     +- io.suzaku:boopickle_2.12:jar:1.3.1:test
[INFO] |     +- org.typelevel:spire-macros_2.12:jar:0.16.1:test
[INFO] |     |  \- org.scala-lang.modules:scala-collection-compat_2.12:jar:0.3.0:test
[INFO] |     +- com.softwaremill.quicklens:quicklens_2.12:jar:1.4.12:test
[INFO] |     +- org.scala-lang.modules:scala-java8-compat_2.12:jar:0.9.0:test
[INFO] |     \- com.eatthepath:fast-uuid:jar:0.1:test
[INFO] +- com.dimafeng:testcontainers-scala:jar:0.2.0:test
[INFO] \- com.github.tomakehurst:wiremock-jre8:jar:2.23.2:test
[INFO]    +- org.eclipse.jetty:jetty-server:jar:9.4.15.v20190215:test
[INFO]    |  +- javax.servlet:javax.servlet-api:jar:3.1.0:test
[INFO]    |  +- org.eclipse.jetty:jetty-http:jar:9.4.15.v20190215:test
[INFO]    |  \- org.eclipse.jetty:jetty-io:jar:9.4.15.v20190215:test
[INFO]    +- org.eclipse.jetty:jetty-servlet:jar:9.4.15.v20190215:test
[INFO]    |  \- org.eclipse.jetty:jetty-security:jar:9.4.15.v20190215:test
[INFO]    +- org.eclipse.jetty:jetty-servlets:jar:9.4.15.v20190215:test
[INFO]    |  +- org.eclipse.jetty:jetty-continuation:jar:9.4.15.v20190215:test
[INFO]    |  \- org.eclipse.jetty:jetty-util:jar:9.4.15.v20190215:test
[INFO]    +- org.eclipse.jetty:jetty-webapp:jar:9.4.15.v20190215:test
[INFO]    |  \- org.eclipse.jetty:jetty-xml:jar:9.4.15.v20190215:test
[INFO]    +- com.google.guava:guava:jar:27.0.1-jre:compile
[INFO]    |  +- com.google.guava:failureaccess:jar:1.0.1:compile
[INFO]    |  +- com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[INFO]    |  +- com.google.code.findbugs:jsr305:jar:3.0.2:compile
[INFO]    |  +- org.checkerframework:checker-qual:jar:2.6.0:compile
[INFO]    |  +- com.google.errorprone:error_prone_annotations:jar:2.3.3:compile
[INFO]    |  +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO]    |  \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
[INFO]    +- org.xmlunit:xmlunit-core:jar:2.6.2:test
[INFO]    +- org.xmlunit:xmlunit-legacy:jar:2.6.2:test
[INFO]    +- org.xmlunit:xmlunit-placeholders:jar:2.6.2:test
[INFO]    +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO]    +- org.ow2.asm:asm:jar:7.0:compile
[INFO]    +- net.sf.jopt-simple:jopt-simple:jar:5.0.3:test
[INFO]    +- org.apache.commons:commons-lang3:jar:3.8.1:compile
[INFO]    +- com.flipkart.zjsonpatch:zjsonpatch:jar:0.4.4:test
[INFO]    +- com.github.jknack:handlebars:jar:4.1.2:test
[INFO]    \- com.github.jknack:handlebars-helpers:jar:4.1.2:test





On Tuesday, May 19, 2020 at 12:22:00 PM UTC+2, Ladislav Thon wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to thor...@googlegroups.com.

Ladislav Thon

unread,
May 19, 2020, 6:57:51 AM5/19/20
to thor...@googlegroups.com

Hi,

I know the WildFly folks work on supporting uberjars as well: https://github.com/wildfly-extras/wildfly-jar-maven-plugin

Other than that, I'm sorry I can't help you. If you have a small reproducer, I can take a look -- but if your intent is to build a traditional clustered application, then Thorntail is a bad fit.

Thanks for understanding.

LT

To unsubscribe from this group and stop receiving emails from it, send an email to thorntail+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thorntail/20a7215b-af63-49b4-9fec-6b3efa879854%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages