Branch: refs/heads/main
Home:
https://github.com/resteasy/Resteasy
Commit: 1738509c298976caa57c2aed623f491b6f18a354
https://github.com/resteasy/Resteasy/commit/1738509c298976caa57c2aed623f4...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
M .github/workflows/maven.yml
M pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/setup/AbstractUsersRolesSecurityDomainSetup.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtil.java
M
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtilSpring.java
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M
testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringMvcHttpResponseCodesTest.java
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/CustomForbiddenMessageTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SecurityContextTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/EJBParameterViolationsOnlyTest.java
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2886] RESTEasy Java 16 Fixes (#2796)
* [RESTEASY-2904] Upgrade the test WildFly version to 23.0.2.Final.
https://issues.redhat.com/browse/RESTEASY-2904
* [RESTEASY-2895] Upgrade Google Guice to 5.0.1
https://issues.redhat.com/browse/RESTEASY-2895
* [RESTEASY-2896] Upgrade Undertow to 2.2.7.Final
https://issues.redhat.com/browse/RESTEASY-2896
* [RESTEASY-2897] Upgrade Weld to 3.1.7.SP1 and the API to 3.1.SP4
https://issues.redhat.com/browse/RESTEASY-2897
* [RESTEASY-2898] Upgrade WildFly CLI to 15.0.1.Final.
https://issues.redhat.com/browse/RESTEASY-2898
* [RESTEASY-2899] Upgrade mockito to 3.10.0
https://issues.redhat.com/browse/RESTEASY-2899
* [RESTEASY-2900] Upgrade Spring to 5.3.7.
https://issues.redhat.com/browse/RESTEASY-2900
* [RESTEASY-2902] Drop legacy WildFly security configuration options and only configure
Elytron.
https://issues.redhat.com/browse/RESTEASY-2902
* [RESTEASY-2903] Ignore remote EJB tests until WFLY-14668 is resolved and WildFly 24 is
released.
https://issues.redhat.com/browse/RESTEASY-2903
* [RESTEASY-2886] Add the JDK module options required for Java 16+. Upgrade the version of
Jetty used for the MicroProfile TCK and modify the timeout for Java 16+.
https://issues.redhat.com/browse/RESTEASY-2886