Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: fc5b9927d1abad7c7127e541a49e4465c8cd213a
https://github.com/resteasy/Resteasy/commit/fc5b9927d1abad7c7127e541a49e4...
Author: kanovotn <kanovotn(a)redhat.com>
Date: 2016-12-19 (Mon, 19 Dec 2016)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchCounterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/ValidationWithCDITest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/AbortMessageTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/ResteasyJAXRSImplTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/FilteredCookieTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipSizeTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/GzipTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/SigningTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/Resteasy1405Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/atom/AtomComplexModelTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/Jackson2Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonJsonViewTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterSuperClassTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorConditionalFilterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptorMultipleFiltersTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithInterceptrTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithSerlvetFilterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletConditionalFilterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/JsonFilterWithServletMultipleFiltersTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlHeaderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/Book.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jettison/resource/BookStoreResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/MultipleEndpointsWarningTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ApplicationScopeValidationTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessing2Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessingTest.java
Log Message:
-----------
Add NotForForwardCompatibility annotation into tests
YamlProvidertest - link issue JBEAP-7614 for bad request test
JaxbSmokeTest - make it pass with version com.fasterxml.jackson 2.5.x
XmlHeaderTest - not for forward compatibility
JsonView/JsonFilter forward compatibility
Jackson2Test forward compatibility
AtomComplexModelTest forward compatibility
Resteasy1405Test forward compatibility
GzipTest forward compatibility
FilteredCookieTest forward compatibility
ResteasyJAXRSImplTest forward compatibility
ValidationWithCDITest forward compatibility
AsynchCounterTest forward compatibility
SigningTest forward compatibility