Branch: refs/heads/3.7
Home:
https://github.com/resteasy/Resteasy
Commit: 89574f8679393d558d23769bb27d45b691efcaa2
https://github.com/resteasy/Resteasy/commit/89574f8679393d558d23769bb27d4...
Author: jbliznak <jbliznak(a)users.noreply.github.com>
Date: 2019-02-22 (Fri, 22 Feb 2019)
Changed paths:
M .travis.yml
M testsuite/README.MD
M
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
M testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2166] Review elytron testing (#1875)
* [RESTEASY-2166] Add elytron http-authentication-factory if not present
It was removed from default configuration in WF14 by WFLY-10614
* [RESTEASY-2166] Add elytron testing to travis
* [RESTEASY-2166] Move elytron profile into modules actually using WildFly
* [RESTEASY-2166] Make sure elytron configuration is used even when profile isn't
activated by property
* [RESTEASY-2166] Execute with necessary modular args on JDK9+
* [RESTEASY-2166] Remove unneeded reloads
* [RESTEASY-2166] Move spring resources installation after server is unpacked