Branch: refs/heads/main
Home:
https://github.com/resteasy/resteasy
Commit: 28fdae1945aa9bd003f83d4f5e4486c3c024f8c4
https://github.com/resteasy/resteasy/commit/28fdae1945aa9bd003f83d4f5e448...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths:
M pom.xml
M testsuite/integration-tests/pom.xml
A testsuite/integration-tests/src/test/resources/logging.properties
M testsuite/pom.xml
Log Message:
-----------
Add client side logging support for the integration tests.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: c15e3fa2a905c80dbc23a6ca52611cb05f2704a0
https://github.com/resteasy/resteasy/commit/c15e3fa2a905c80dbc23a6ca52611...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths:
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/ContainerConstants.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerAbstractTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerAllowGzipOnClientTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerNotAllowGzipOnClientTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/GzipAbstractTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/NotAllowGzipOnServerAbstractTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/resource/GzipResource.java
M testsuite/integration-tests/src/test/resources/arquillian.xml
Log Message:
-----------
[RESTEASY-3451] Remove the gzip server and use a context parameter instead to enable
gzip on the server.
https://issues.redhat.com/browse/RESTEASY-3451
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 9c09341178d0f48003b83b212533217d5aa8079a
https://github.com/resteasy/resteasy/commit/9c09341178d0f48003b83b2125332...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths:
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/ContainerConstants.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithCorrectCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithWildcardHostnameCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithWrongHostnameCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithoutCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslSniHostNamesTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslTestBase.java
M testsuite/integration-tests/src/test/resources/arquillian.xml
Log Message:
-----------
[RESTEASY-3451] Remove the SSL servers in favor of using non-manual mode
configurations.
https://issues.redhat.com/browse/RESTEASY-3451
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 7b89e0d142c9d0284d2a7e2127f99c1db36e36e7
https://github.com/resteasy/resteasy/commit/7b89e0d142c9d0284d2a7e2127f99...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths:
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/ContainerConstants.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/BasicTracingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/JsonFormattedTracingInfoTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/OnDemandTracingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/TracingTestBase.java
M testsuite/integration-tests/src/test/resources/arquillian.xml
Log Message:
-----------
[RESTEASY-3451] Remove the tracing server in favor of using non-manual mode
configurations.
https://issues.redhat.com/browse/RESTEASY-3451
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: eac46fe19105958259c65188aeee5a096aa68609
https://github.com/resteasy/resteasy/commit/eac46fe19105958259c65188aeee5...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-03-08 (Fri, 08 Mar 2024)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/DefaultMediaTypeTest.java
Log Message:
-----------
[RESTEASY-3451] Enable the last test which was disabled for manual-mode tests. The
previous two methods were ignored via categories.
https://issues.redhat.com/browse/RESTEASY-3451
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 40c1634e91ca50f29740f745d8e79a5f468acac9
https://github.com/resteasy/resteasy/commit/40c1634e91ca50f29740f745d8e79...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths:
M pom.xml
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/ContainerConstants.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerAbstractTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerAllowGzipOnClientTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerNotAllowGzipOnClientTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/GzipAbstractTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/NotAllowGzipOnServerAbstractTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/resource/GzipResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/DefaultMediaTypeTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithCorrectCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithWildcardHostnameCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithWrongHostnameCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslServerWithoutCertificateTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslSniHostNamesTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SslTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/BasicTracingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/JsonFormattedTracingInfoTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/OnDemandTracingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/TracingTestBase.java
M testsuite/integration-tests/src/test/resources/arquillian.xml
A testsuite/integration-tests/src/test/resources/logging.properties
M testsuite/pom.xml
Log Message:
-----------
Merge pull request #4066 from jamezp/RESTEASY-3451
[RESTEASY-3451] Enable disabled tests due to manual mode test issues
Compare:
https://github.com/resteasy/resteasy/compare/0e65d476c21e...40c1634e91ca
To unsubscribe from these emails, change your notification settings at
https://github.com/resteasy/resteasy/settings/notifications