Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: e1ccfd1a8a81f9ef57a09a110f77fd2d6c9e05ae
https://github.com/resteasy/Resteasy/commit/e1ccfd1a8a81f9ef57a09a110f77f...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2018-06-08 (Fri, 08 Jun 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
[RESTEASY-1920] Add 13.0.0.Final server version
Commit: 319a64679e3f2d0079bc0a5cdc701de5c5ae0b72
https://github.com/resteasy/Resteasy/commit/319a64679e3f2d0079bc0a5cdc701...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-25 (Mon, 25 Jun 2018)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingAnnotationsJacksonTest.java
A
testsuite/integration-tests/src/test/resources/jboss-deployment-structure-no-json-b.xml
Log Message:
-----------
Make JsonBindingAnnotationsJacksonTest works on container with json-b on by default
Commit: 674dcb523510dd0abaa1d5d8631c29859bfb647d
https://github.com/resteasy/Resteasy/commit/674dcb523510dd0abaa1d5d8631c2...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2018-06-25 (Mon, 25 Jun 2018)
Changed paths:
M .travis.yml
M as8-resteasy/assembly.xml
M distribution/assembly.xml
M distribution/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Configuring_Individual_JAX-RS_Resource_Beans.xml
M docbook/reference/en/en-US/modules/I18N.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/JAX-RS_2.1_additions.xml
M docbook/reference/en/en-US/modules/Migration_to_3.1.xml
M docbook/reference/en/en-US/modules/Reactive.xml
A docbook/reference/en/en-US/modules/Resources_Metadata.xml
R docbook/reference/en/en-US/modules/Seam.xml
R docbook/reference/en/en-US/modules/Yaml.xml
M jboss-modules/build.xml
M jboss-modules/pom.xml
R
jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-rxjava/main/module.xml
R
jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml
M pom.xml
M profiling-tests/pom.xml
M
providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M
providers/json-p-ee7/src/main/java/org/jboss/resteasy/plugins/providers/jsonp/AbstractJsonpProvider.java
M providers/pom.xml
R providers/yaml/pom.xml
R providers/yaml/src/main/java/org/jboss/resteasy/plugins/providers/YamlProvider.java
R
providers/yaml/src/main/java/org/jboss/resteasy/plugins/providers/yaml/i18n/LogMessages.java
R
providers/yaml/src/main/java/org/jboss/resteasy/plugins/providers/yaml/i18n/Messages.java
R providers/yaml/src/test/java/org/jboss/resteasy/test/i18n/I18nTestMessages_en.java
R providers/yaml/src/test/java/org/jboss/resteasy/test/i18n/I18nTestMessages_xx.java
R providers/yaml/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
R providers/yaml/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesParent.java
R providers/yaml/src/test/resources/i18n/Messages.i18n_en.properties
R providers/yaml/src/test/resources/i18n/Messages.i18n_xx.properties
M resteasy-bom/pom.xml
M resteasy-cdi/pom.xml
R
resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientDelegateBean.java
R
resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientExtension.java
M
resteasy-cdi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
M
resteasy-client-jetty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/jetty/JettyClientResponse.java
M
resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
A resteasy-client-microprofile/pom.xml
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientDelegateBean.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/cdi/microprofile/RestClientExtension.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/DefaultResponseExceptionMapper.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvocation.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvocationBuilder.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientInvoker.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPClientWebTarget.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClient.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyClientBuilder.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MPResteasyProviderFactory.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilder.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilderResolver.java
A
resteasy-client-microprofile/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
A
resteasy-client-microprofile/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ProxyBuilder.java
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClient.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyWebTarget.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpAsyncClient4Engine.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ApacheHttpClient4Engine.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/URLConnectionEngine.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocationBuilder.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientResponse.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientResponseContextImpl.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientWebTarget.java
A
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/ClientInvokerFactory.java
R
resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/DefaultResponseExceptionMapper.java
R
resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilder.java
R
resteasy-client/src/main/java/org/jboss/resteasy/client/microprofile/MicroprofileClientBuilderResolver.java
R
resteasy-client/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
M resteasy-dependencies-bom/pom.xml
M resteasy-jaxrs/pom.xml
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/Stream.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/AsyncResponseConsumer.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ExceptionHandler.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodRegistry.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/SynchronousDispatcher.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/jaxrs/ContainerResponseContextImpl.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/jaxrs/PreMatchContainerRequestContext.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventOutputImpl.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/resourcefactory/SingletonResource.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ConfigurationBootstrap.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ListenerBootstrap.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyContextParameters.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/AsyncClientResponseProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyDeployment.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyServerTracingEvent.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingConfig.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingEvent.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingInfo.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingLevel.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingLogger.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingLoggerImpl.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingMessage.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingUtils.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/FindAnnotation.java
M testsuite/README.MD
R
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForWildFly10.java
R
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForWildFly101.java
R
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/NotForWildFly9.java
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtilRxJava.java
M
testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/ContextRefreshDependenciesInDeploymentTest.java
M
testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/ContextRefreshTest.java
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/UndertowTestRunner.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchContextualDataTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPostProcessingInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPostProcessingMsgBodyWriterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/JaxrsAsyncServletJaxrsResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/ApplicationInjection.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/injection/ReverseInjectionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ClientCacheTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/NullEntityProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientCacheService.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ResponseExceptionMapperRuntimeExceptionTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ExceptionMapperRuntimeExceptionWithReasonMapper.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ResponseExceptionMapperRuntimeExceptionMapper.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ResponseExceptionMapperRuntimeExceptionResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ResponseExceptionMapperRuntimeExceptionResourceInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/PriorityExecutionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/WriterNotBuiltinTestWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/ExceptionMapperMarshalTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonDatatypeTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/resource/JacksonJaxbCoexistenceProduct.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/XmlJavaTypeAdapterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/XmlJavaTypeAdapterAlienAdapter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/DefaultNumberWriterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/plain/resource/DefaultNumberWriterCustom.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlPojoBindingTest.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/YamlProviderTest.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlPojoBindingNestedObject.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlPojoBindingObject.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlProviderNestedObject.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlProviderObject.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlProviderResource.java
R
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/yaml/resource/YamlResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ResponseCommittedTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/CompletionStageResponseTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/PublisherResponseRawStreamTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/PublisherResponseTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ResponseStreamPrematurelyClosedTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantAcceptTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/TestResourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageClientAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyClientAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyServerAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageServerAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/ExceptionThrowingFilter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/FilterException.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/RxCompletionStageResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/RxCompletionStageResourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/NoStreamRxTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyServerAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableSSECompatibilityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableServerAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleClientAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyClientAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyServerAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleServerAsyncTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxObservableNoStreamResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxObservableResourceNoStreamImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawFlowableRxJava2Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawObservableRxJava1Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawObservableRxJava2Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawByteArrayMessageBodyReaderWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawFlowableRxJava2Resource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawMediaTypes.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawObservableRxJava1Resource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawObservableRxJava2Resource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/BasicTracingTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/HttpMethodOverride.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/OnDemandTracingTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/TracingApp.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/tracing/TracingConfigResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ApplicationScopeValidationTest.java
R
testsuite/integration-tests/src/test/resources/META-INF/services/javax.ws.rs.ext.Providers
M testsuite/integration-tests/src/test/resources/arquillian.xml
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/tracing/logging.properties
M testsuite/legacy-integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
Log Message:
-----------
Merge branch 'master' into RESTEASY-1920-40
Commit: 7c7182d48be632c9a4fdae52d4aba2258646a60b
https://github.com/resteasy/Resteasy/commit/7c7182d48be632c9a4fdae52d4aba...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-25 (Mon, 25 Jun 2018)
Changed paths:
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingOnWildFly13.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/JacksonTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson/ProxyWithGenericReturnTypeJacksonTest.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/JacksonJaxbCoexistenceTest.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/ProxyWithGenericReturnTypeJacksonTest.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/pom.xml
Log Message:
-----------
[RESTEASY-1920][RESTEASY-1911] Exclude tests failing on WFLY 13
Commit: 43c9e3fb59b0ac9551762f717bd2bc39cb349acf
https://github.com/resteasy/Resteasy/commit/43c9e3fb59b0ac9551762f717bd2b...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-25 (Mon, 25 Jun 2018)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonDatatypeTest.java
Log Message:
-----------
[RESTEASY-1920][RESTEASY-1911] Excluding another test on WFLY 13
Commit: bb83b73ea160e304eaff81e2a341f68581d23610
https://github.com/resteasy/Resteasy/commit/bb83b73ea160e304eaff81e2a341f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-25 (Mon, 25 Jun 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
Merge branch 'RESTEASY-1920-40' of
https://github.com/marekkopecky/Resteasy into
marekkopecky-RESTEASY-1920-40
Commit: 5cb785ca303727cd245feb5d5987207c12dd8cb9
https://github.com/resteasy/Resteasy/commit/5cb785ca303727cd245feb5d59872...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-25 (Mon, 25 Jun 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
Merge branch 'marekkopecky-RESTEASY-1920-40'
Compare:
https://github.com/resteasy/Resteasy/compare/f6ddef5accb8...5cb785ca3037
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.