Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: 5b9331b88cc4e5785a47e19e764a4d1e8d69d7cc
https://github.com/resteasy/Resteasy/commit/5b9331b88cc4e5785a47e19e764a4...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2018-04-26 (Thu, 26 Apr 2018)
Changed paths:
M pom.xml
M testsuite/integration-tests/pom.xml
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerAllowGzipOnClientTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/AllowGzipOnServerNotAllowGzipOnClientTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/GzipAbstractTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/NotAllowGzipOnServerAllowGzipOnClientTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/NotAllowGzipOnServerNotAllowGzipOnClientTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/resource/GzipInterface.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/resource/GzipResource.java
M testsuite/integration-tests/src/test/resources/arquillian.xml
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/interceptor/gzip/GzipAbstractTest-javax.ws.rs.ext.Providers
Log Message:
-----------
[RESTEASY-1882] Regression tests for RESTEASY-1735 (gzip tests)