arquillian-container-chameleon icon indicating copy to clipboard operation
arquillian-container-chameleon copied to clipboard

Chameleon container that dynamically loads correct container adapter versions for your tests

Results 28 arquillian-container-chameleon issues
Sort by recently updated
recently updated
newest added

##### Issue Overview Guide states: Add this configuration to arquillian.xml: wildfly:8.0.0.Final:managed standalone-full.xml The implementation that I get requires to specify "target" as the property instead. ##### Expected Behaviour Documentation update...

##### Issue Overview The embedded container adapter pulled in when using jboss eap:6.4:embedded target does not exist on artifactory. Only newer version exists. ##### Expected Behaviour Arquillian embedded container should...

See the modules list on arquillian.org for the related adapters http://arquillian.org/modules/ and the Development section of the README for a description of the different configuration options https://github.com/arquillian/arquillian-container-chameleon#development

enhancement
help wanted
container

Currently when one simply switches from say `wildfly:9.0.0.CR1:managed` to `embedded` mode, he must set up `java.util.logging.manager=org.jboss.logmanager.LogManager` otherwise he will get this error: ``` Cannot not load JBoss LogManager. The LogManager...

enhancement

As discussed in [#40](https://github.com/arquillian/arquillian-container-chameleon/issues/40#issuecomment-187668464), sometimes users need to just override properties of a container instead of providing a new container. So we should provide a way users to override default...

enhancement

If Client JVM is detected to be running in DebugMode, Chameleon should set JVM Debug options on the target Managed container. - Attempt to detect Client debug via JMX Command...

enhancement

We could use travis matrix configuration and enumerations of supported container/versions: http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix