Branch: refs/heads/main
Home:
https://github.com/resteasy/Resteasy
Commit: 1f52b7644b23e52c1ac78b61953c0fa58e082ef8
https://github.com/resteasy/Resteasy/commit/1f52b7644b23e52c1ac78b61953c0...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HeaderPropagator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HelloResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyTest.java
Log Message:
-----------
[RESTEASY-2837] Set testable deployment parameter for weld deployments
Commit: 5673686ce3cd4ec7a33301839ffb39fdc2579076
https://github.com/resteasy/Resteasy/commit/5673686ce3cd4ec7a33301839ffb3...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M testsuite/integration-tests/pom.xml
Log Message:
-----------
[RESTEASY-2837] Parametrize resteasy-client-microprofile
Commit: 7091e90e06b4323601896931b02b513cfac669ea
https://github.com/resteasy/Resteasy/commit/7091e90e06b4323601896931b02b5...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionMicroProfileProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionResteasyProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionMicroProfileProxyResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionProxyResourceInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResteasyProxyResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ClosedResponseHandlingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ClosedResponseHandlingResource.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/client/exception/webapplicationexception_web.xml
Log Message:
-----------
[RESTEASY-2837] Update ClientWebApplicationException tests to work on servers without MP
Config
Commit: f1b9c5a09fc7b6e8503711017ff0f92aa40cc657
https://github.com/resteasy/Resteasy/commit/f1b9c5a09fc7b6e8503711017ff0f...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionMicroProfileProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionResteasyProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionMicroProfileProxyResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionProxyResourceInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResteasyProxyResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ClosedResponseHandlingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ClosedResponseHandlingResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HeaderPropagator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HelloResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyTest.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/client/exception/webapplicationexception_web.xml
Log Message:
-----------
Merge pull request #2870 from marekkopecky/main-RESTEASY-2837
Backport #2691 to main branch
Compare:
https://github.com/resteasy/Resteasy/compare/14985853a030...f1b9c5a09fc7