Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: 85f66f38b706c45da192780d3159f2366a5662b6
https://github.com/resteasy/Resteasy/commit/85f66f38b706c45da192780d3159f...
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: 8302141f572bc194ae418cd08c921ad6dd9328c1
https://github.com/resteasy/Resteasy/commit/8302141f572bc194ae418cd08c921...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2018-06-25 (Mon, 25 Jun 2018)
Changed paths:
M .travis.yml
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/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/RESTEasy_Client_Framework.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
M jboss-modules/build.xml
M jboss-modules/pom.xml
A
jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-rxjava2/main/module.xml
M pom.xml
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/PatchMethodFilter.java
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 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/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
R resteasy-client/jaxrs20/pom.xml
M resteasy-client/pom.xml
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/AsynchronousInvoke.java
A
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientConfiguration.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
A
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocationBuilder.java
R
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocationBuilderInterface.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/CompletionStageRxInvokerImpl.java
A
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/CompletionStageRxInvokerProvider.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/ClientInvoker.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/FormProcessor.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/InvocationProcessor.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/invocation/AbstractInvocationCollectionProcessor.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/invocation/CookieParamProcessor.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/invocation/FormParamProcessor.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/invocation/HeaderParamProcessor.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/invocation/MessageBodyParameterProcessor.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/invocation/URIParamProcessor.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
A
resteasy-client/src/main/java/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
R
resteasy-client/src/main/jaxrs20/org/jboss/resteasy/client/jaxrs/internal/ClientConfiguration.java
R
resteasy-client/src/main/jaxrs20/org/jboss/resteasy/client/jaxrs/internal/ClientInvocationBuilder.java
R
resteasy-client/src/main/jaxrs21/org/jboss/resteasy/client/jaxrs/internal/ClientConfiguration.java
R
resteasy-client/src/main/jaxrs21/org/jboss/resteasy/client/jaxrs/internal/ClientInvocationBuilder.java
R
resteasy-client/src/main/jaxrs21/org/jboss/resteasy/client/jaxrs/internal/CompletionStageRxInvokerImpl.java
R
resteasy-client/src/main/jaxrs21/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
A resteasy-client/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
R
resteasy-client/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver
M resteasy-dependencies-bom/pom.xml
R resteasy-jaxrs/jaxrs20/pom.xml
M resteasy-jaxrs/pom.xml
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/annotations/SseElementType.java
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/ContextParameterInjector.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/InboundSseEventImpl.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImpl.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseConstants.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventInputImpl.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/providers/sse/SseEventProvider.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventSinkInterceptor.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyContextParameters.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/AsyncClientResponseProvider.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ContextInjector.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/util/FindAnnotation.java
R
resteasy-jaxrs/src/main/resources-jaxrs20/META-INF/services/javax.ws.rs.ext.Providers
R
resteasy-jaxrs/src/main/resources-jaxrs21/META-INF/services/javax.ws.rs.ext.Providers
A resteasy-jaxrs/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
M resteasy-rxjava/pom.xml
M resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/ObservableProvider.java
A resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/ObservableRxInvoker.java
A
resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/ObservableRxInvokerImpl.java
A
resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/ObservableRxInvokerProvider.java
M
resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/ResteasyContextPropagatingOnObservableCreateAction.java
M
resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/ResteasyContextPropagatingOnSingleCreateAction.java
M resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/SingleProvider.java
A resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/SingleRxInvoker.java
A resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/SingleRxInvokerImpl.java
A
resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/SingleRxInvokerProvider.java
A resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/i18n/LogMessages.java
A resteasy-rxjava/src/main/java/org/jboss/resteasy/rxjava/i18n/Messages.java
M resteasy-rxjava/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
A resteasy-rxjava/src/test/java/org/jboss/resteasy/rxjava/Async.java
A resteasy-rxjava/src/test/java/org/jboss/resteasy/rxjava/RxInjector.java
M resteasy-rxjava/src/test/java/org/jboss/resteasy/rxjava/RxResource.java
M resteasy-rxjava/src/test/java/org/jboss/resteasy/rxjava/RxTest.java
A resteasy-rxjava/src/test/java/org/jboss/resteasy/test/i18n/I18nTestMessages_en.java
A resteasy-rxjava/src/test/java/org/jboss/resteasy/test/i18n/I18nTestMessages_xx.java
A
resteasy-rxjava/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
A resteasy-rxjava/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesParent.java
A resteasy-rxjava/src/test/resources/i18n/Messages.i18n_en.properties
A resteasy-rxjava/src/test/resources/i18n/Messages.i18n_xx.properties
M resteasy-rxjava2/pom.xml
A resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/FlowableRxInvoker.java
A
resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/FlowableRxInvokerImpl.java
A
resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/FlowableRxInvokerProvider.java
A resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/ObservableRxInvoker.java
A
resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/ObservableRxInvokerImpl.java
A
resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/ObservableRxInvokerProvider.java
M resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/SingleProvider.java
A resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/SingleRxInvoker.java
A resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/SingleRxInvokerImpl.java
A
resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/SingleRxInvokerProvider.java
A resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/i18n/LogMessages.java
A resteasy-rxjava2/src/main/java/org/jboss/resteasy/rxjava2/i18n/Messages.java
M resteasy-rxjava2/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
A resteasy-rxjava2/src/test/java/org/jboss/resteasy/rxjava2/Async.java
A resteasy-rxjava2/src/test/java/org/jboss/resteasy/rxjava2/RxInjector.java
M resteasy-rxjava2/src/test/java/org/jboss/resteasy/rxjava2/RxResource.java
M resteasy-rxjava2/src/test/java/org/jboss/resteasy/rxjava2/RxTest.java
A resteasy-rxjava2/src/test/resources/i18n/Messages.i18n_en.properties
A resteasy-rxjava2/src/test/resources/i18n/Messages.i18n_xx.properties
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingOnWildFly13.java
R testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/Jaxrs21.java
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/asynch/AsyncRequestFilterTest.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/AsyncRequestFilterResource.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/JAXRS21PatchTest.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/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/CustomJackson2ProviderTest.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/Jackson2Test.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/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/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/jsonb/basic/JsonBindingAnnotationsJacksonTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonp/JsonpTest.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
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseBroadcastTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseCORSFilterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseEnablingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseEventSinkClosingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseEventSinkTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseEventSourceTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SsePostResourceMethodInvokerTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseReconnectTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseSmokeTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseTest.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/resource/patch/PatchErrorHandlingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/patch/StudentPatchTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/AnotherPublisherResponseNoStreamTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/AnotherPublisherResponseTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/CompletionStageResponseTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/PublisherResponseNoStreamTest.java
A
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/VariantAcceptTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/AsyncResponseExceptionMapper.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/PublisherResponseNoStreamResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/PublisherResponseRawStreamResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/PublisherResponseResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageClientAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyClientAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageProxyTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageServerAsyncTest.java
A
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/Bytes.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
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/RxCompletionStageResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/RxCompletionStageResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/RxScheduledExecutorService.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/SimpleResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/SimpleResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/TRACE.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/TestException.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/TestExceptionMapper.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/Thing.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/NoStreamRxTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableProxyTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableSSECompatibilityTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxObservableTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleClientAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyClientAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleProxyTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/RxSingleTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxNoStreamResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxObservableNoStreamResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxObservableResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxObservableResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxObservableResourceNoStreamImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxObservableSSECompatibilityResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxSingleResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava/resource/RxSingleResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/NoStreamRx2Test.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2FlowableProxyServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2FlowableProxyTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2FlowableSSECompatibilityTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2FlowableServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2FlowableTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2ObservableProxyServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2ObservableProxyTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2ObservableSSECompatibilityTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2ObservableServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2ObservableTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2SingleClientAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2SingleProxyClientAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2SingleProxyServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2SingleProxyTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2SingleServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/Rx2SingleTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/NoStreamRx2Resource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2FlowableResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2FlowableResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2FlowableResourceNoStream.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2FlowableResourceNoStreamImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2FlowableableSSECompatibilityResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2FlowableableSSECompatibilityResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2ListNoStreamResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2ObservableResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2ObservableResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2ObservableResourceNoStreamImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2ObservableSSECompatibilityResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2ObservableSSECompatibilityResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2SingleResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/rxjava2/resource/Rx2SingleResourceImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawFlowableRxJava2Test.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawObservableRxJava1Test.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/StreamRawObservableRxJava2Test.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawByteArrayMessageBodyReaderWriter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawByteMessageBodyReaderWriter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawCharArrayMessageBodyReaderWriter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawCharMessageBodyReaderWriter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawFlowableRxJava2Resource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawMediaTypes.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawObservableRxJava1Resource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/stream/resource/StreamRawObservableRxJava2Resource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ApplicationScopeValidationTest.java
A
testsuite/integration-tests/src/test/resources/jboss-deployment-structure-no-json-b.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
Log Message:
-----------
Merge branch '3.6' into RESTEASY-1920-36
Commit: 51d74810f5d138fae12552a0f2657e95cbba1313
https://github.com/resteasy/Resteasy/commit/51d74810f5d138fae12552a0f2657...
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-36' into 3.6
Compare:
https://github.com/resteasy/Resteasy/compare/67f17d65f3e8...51d74810f5d1
**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.