[resteasy-commits] [resteasy/Resteasy] 8eba68: 4.5 update (#2441)

Alessio Soldano noreply at github.com
Tue Jun 16 10:58:08 EDT 2020


  Branch: refs/heads/4.5
  Home:   https://github.com/resteasy/Resteasy
  Commit: 8eba6868e616b5f30aa4c17f332bd218d5debf8f
      https://github.com/resteasy/Resteasy/commit/8eba6868e616b5f30aa4c17f332bd218d5debf8f
  Author: Alessio Soldano <asoldano at redhat.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    A .github/workflows/maven.yml
    M .travis.yml
    M README.md
    M docbook/reference/en/en-US/modules/Installation_Configuration.xml
    M docbook/reference/en/en-US/modules/Multipart.xml
    M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
    M jboss-modules/build.xml
    M jboss-modules/pom.xml
    A jboss-modules/src/main/resources/modules/com/ibm/async/asyncutil/main/module.xml
    M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
    M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
    M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/PatchMethodFilter.java
    M providers/jaxb/pom.xml
    M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/Mime4JWorkaround.java
    M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/Mime4jWorkaroundBinaryEntityBuilder.java
    M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartFormDataInputImpl.java
    M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartInputImpl.java
    M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartRelatedInputImpl.java
    M providers/resteasy-atom/pom.xml
    M providers/resteasy-html/pom.xml
    M providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
    M resteasy-bom/pom.xml
    M resteasy-cache/resteasy-cache-core/src/main/java/org/jboss/resteasy/plugins/cache/server/ServerCacheFeature.java
    M resteasy-cdi/pom.xml
    M resteasy-client-api/pom.xml
    M resteasy-client-jetty/pom.xml
    M resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
    M resteasy-client-microprofile/pom.xml
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/ProxyInvocationHandler.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientExtension.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/RestClientListeners.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/async/AsyncInterceptorRxInvoker.java
    R resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/async/AsyncInvocationInterceptorHandler.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/async/ExecutorServiceWrapper.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/header/ClientHeadersRequestFilter.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/impl/MpClient.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/impl/MpClientBuilderImpl.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/impl/MpClientInvocation.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/impl/MpClientInvocationBuilder.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/impl/MpClientWebTarget.java
    M resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/utils/ClientRequestContextUtils.java
    M resteasy-client-microprofile/src/test/java/org/jboss/resteasy/microprofile/client/ClientHeadersFactoryCDITest.java
    R resteasy-client-microprofile/src/test/java/org/jboss/resteasy/microprofile/client/SslTest.java
    M resteasy-client-reactor-netty/pom.xml
    M resteasy-client-vertx/pom.xml
    M resteasy-client/pom.xml
    M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/engines/ManualClosingApacheHttpClient43Engine.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/proxy/ClientInvoker.java
    M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/invocation/HeaderParamProcessor.java
    M resteasy-core-spi/pom.xml
    M resteasy-core/pom.xml
    M resteasy-core/src/main/java/org/jboss/resteasy/core/AbstractAsynchronousResponse.java
    M resteasy-core/src/main/java/org/jboss/resteasy/core/AsyncResponseConsumer.java
    M resteasy-core/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
    M resteasy-core/src/main/java/org/jboss/resteasy/core/ResteasyDeploymentImpl.java
    M resteasy-core/src/main/java/org/jboss/resteasy/core/ServerResponseWriter.java
    M resteasy-core/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
    M resteasy-core/src/main/java/org/jboss/resteasy/core/interception/jaxrs/ContainerResponseContextImpl.java
    M resteasy-core/src/main/java/org/jboss/resteasy/core/interception/jaxrs/PreMatchContainerRequestContext.java
    M resteasy-core/src/main/java/org/jboss/resteasy/plugins/delegates/MediaTypeHeaderDelegate.java
    M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/FileRangeWriter.java
    A resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/JaxrsServerFormUrlEncodedProvider.java
    M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/ProviderHelper.java
    M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseBroadcasterImpl.java
    M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventOutputImpl.java
    M resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletResponseWrapper.java
    M resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/Servlet3AsyncHttpRequest.java
    M resteasy-core/src/main/java/org/jboss/resteasy/specimpl/ResteasyUriBuilderImpl.java
    M resteasy-dependencies-bom/pom.xml
    M resteasy-guice/pom.xml
    M resteasy-jsapi/pom.xml
    M resteasy-links/pom.xml
    M resteasy-servlet-initializer/pom.xml
    M resteasy-stats/pom.xml
    M resteasy-wadl/src/test/java/org/jboss/resteasy/test/nextgen/wadl/TestWadlFunctions.java
    M security/jose-jwt/pom.xml
    M server-adapters/resteasy-jdk-http/pom.xml
    M server-adapters/resteasy-jdk-http/src/main/java/org/jboss/resteasy/plugins/server/sun/http/SunHttpJaxrsServer.java
    M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/HeadContentLengthTest.java
    M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/HttpContextTest.java
    M server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
    M server-adapters/resteasy-netty4-cdi/pom.xml
    M server-adapters/resteasy-netty4/pom.xml
    M server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/NettyTest.java
    M server-adapters/resteasy-netty4/src/test/java/org/jboss/resteasy/test/SniTest.java
    M server-adapters/resteasy-undertow-spring/pom.xml
    M server-adapters/resteasy-undertow/pom.xml
    M server-adapters/resteasy-undertow/src/test/java/org/jboss/resteasy/test/undertow/AsyncIOResource.java
    M server-adapters/resteasy-undertow/src/test/java/org/jboss/resteasy/test/undertow/AsyncIOTest.java
    M server-adapters/resteasy-vertx/pom.xml
    M server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/DeploymentTest.java
    M server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/VertxTest.java
    M server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncRequestFilter.java
    M server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncResponseFilter.java
    M testsuite/README.MD
    M testsuite/arquillian-utils/pom.xml
    A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingOnWildFly19.java
    A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingOnWildFly20.java
    M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/PortProviderUtil.java
    M testsuite/integration-tests-embedded/pom.xml
    M testsuite/integration-tests-spring-web/deployment/src/test/resources/org/jboss/resteasy/test/spring/web/deployment/module/module.xml
    M testsuite/integration-tests-spring-web/pom.xml
    M testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/module/module.xml
    M testsuite/integration-tests-spring/pom.xml
    A testsuite/integration-tests/assembly/assembly.xml
    M testsuite/integration-tests/pom.xml
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncTimeoutTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/JaxrsAsyncServletTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncRequestFilter.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncResponseFilter.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncTimeoutResource.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackSecondSettingCompletionCallback.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackSettingCompletionCallback.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cache/ServerCacheInterceptorTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/ResteasyUseContainerFormParamsTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/ResteasyUseContainerFormParamsFilter.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/ResteasyUseContainerFormParamsResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/ComplexMultipartOutputTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/SoupMultipartMsgTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ComplexMultipartOutputResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/Soup.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/SoupVendorResource.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SimpleProxyServer.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseAPI.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseAPIImpl.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseAPITest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseResource.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/constructor/ResourceConstructorParamsTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/ConstructorCookieParamWAEResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/ConstructorQueryParamWAEResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/Item2.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/Item2ParamConverterProvider.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/HeaderParamParamConverterTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamMyClass.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamParamConverterProvider.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamParamConverterTestService.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamParamConverterTestServiceImpl.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/request/ResteasyRequestTest.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
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/PublisherResponseNoStreamTest.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/SingleProvider.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/AsyncResponseCallback.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/CompletionStageResponseResource.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/PublisherResponseNoStreamResource.java
    M 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/validation/ManagedBeanValidationTest.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/ValidationSessionBeanTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/EJBParameterViolationsOnlyTest.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyAbstractDataObject.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyDataObject.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyResourceIntf.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlySingletonResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatefulResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatelessResource.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyTestApplication.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ManagedBeanValidationApplication.java
    A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ManagedBeanValidationResource.java
    M testsuite/microprofile-tck/pom.xml
    M testsuite/pom.xml
    M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/common/FakeHttpServer.java
    A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/mediatype/MediaTypeHeaderTest.java
    A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/multipart/Base64EncoderMultiPartTest.java
    A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/validation/NoFieldValidationEJBTest.java
    M testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ResteasyUriBuilderTest.java

  Log Message:
  -----------
  4.5 update (#2441)

* 4.5.0-SNAPSHOT -> 4.5.0.Final (#2307)

* 4.5.0.Final -> 4.6.0-SNAPSHOT

* [RESTEASY-2496]:Add test case

* [RESTEASY-2510] Split RESTUtils to links provider and injector

* RESTEASY-2445

* [RESTEASY-2517] Async io fixes (#2315)

* Apply same fix for SSE streams into raw streams

To avoid onNext finishing after onComplete

* Test for raw stream and async io

* Fixed typo in onComplete/onWriteComplete

* Fix potential bug spotted by Stuart

* [RESTEASY-2520] CDI BeanManager fix for Quarkus  (#2318)

* Fix for Quarkus (https://github.com/quarkusio/quarkus/pull/7639)
Signed-off-by:Phillip Kruger <phillip.kruger at gmail.com>

* Added check for CDI in construct.
Signed-off-by:Phillip Kruger <phillip.kruger at gmail.com>

* Checkstyle fixes
Signed-off-by:Phillip Kruger <phillip.kruger at gmail.com>

* [RESTEASY-2518] added value check and test for query param replacement

* [RESTEASY-2503] Throw ViolationException for EJBs with just parameter
violations.

* RESTEASY-2519 (#2320)

* RESTEASY-2519

* update

* [RESTEASY-2535] Upgrade Jackson2 to 2.10.3

* [RESTEASY-2541] Fix RestClientListeners

* [RESTEASY-2542] Excluding tests

* RESTEASY-2554 Update section "Upgrading RESTEasy within WildFly" (#2349)

* update

* RESTEASY-2554

* remove module

* update doc

* minor fix

* minor addition

* minor fix

* minor addition

* fix version

* minor fix

* [RESTEASY-2559] Improper validation of response header in MediaTypeHeaderDelegate.java class

* [RESTEASY-2551] Upgraded io.netty:netty-all to version 4.1.48.Final

* [RESTEASY-2543] add regex change

* [RESTEASY-2226]:NullPointerException in PatchMethodFilter

* [RESTEASY-2385] Added support for embedded MultipartOutput types. Added testcase.

* [RESTEASY-2480] re-enable code handling base64

* [RESTEASY-2532] replace reference to jakarta-json

* [RESTEASY-2565] Mp client async interceptors (#2359)

* Tie the AsyncInvocationInterceptor to each invocation

* Spotted a bug, I think

* [RESTEASY-2566] Set response code to 500 if writing exception fails (#2358)

* [RESTEASY-2562] Incorrect status code when WebApplicationException is… (#2365)

* [RESTEASY-2562] Incorrect status code when WebApplicationException is thrown while parsing @*Param

* [RESTEASY-2562] Checkstyle - make arg final

* [RESTEASY-2495] HeaderParam could have a ParamConverter related (#2292)

AbstractInvocationCollectionProcessor is processing Array and Collection of elements being ParamConverter aware. But with single values is delegating in final class to process the value. HeaderParamProcessor is not being aware of such transformation.

* [RESTEASY-2495] made HeaderParamProcessor aware of ParamConverter and provided testcase

* [RESTEASY-2526] Fix by using asyncutil lib for async loops (#2368)

* [RESTEASY-2466] removed profile arquillian.remote

* [RESTEASY-2531] expanded and refactored chapter

* [RESTEASY-2544] pom updates to arquillian-util and integration-tests

* [RESTEASY-2542] ignore any IOException in SSEOutputStream.close()

* Test against WildFly 19.0.0.Final instead of Beta2

* [RESTEASY-2526] Turn the com.ibm.async.asyncutil module into private

* [RESTEASY-2550] Skip null parameters being processed by ParamConverter's. Also throw an NPE if a parameter annotated with @PathParam it not allowed.

https://issues.redhat.com/browse/RESTEASY-2550

* [RESTEASY-2542] Restore tests

* [RESTEASY-2239] updated mime4j to version 0.8.2

* Add GitHub Action for running CI builds

* [RESTEASY-2561] Allow tests to run in environments other than a Linux local environment.

* [RESTEASY-2564] Use a single thread executor instead of the default executor for a more graceful shutdown.

* Remove TravisCI runs duplicated by Github Actions

* [RESTEASY-2542] Exclude a test again, still failing

* [RESTEASY-2542] Exlcude the whole SseTest, not just testReconnect()

* Only upload archives for failed runs. Also fix the name to not end with ".zip"

* [RESTEASY-2548] add new provider with higher priority than JaxrsFormProvider

adding test

* [RESTEASY-2560] set scope for must junit dependencies to test

* [RESTEASY-2391] changed code to use getMethod()

* [RESTEASY-2472]:@Suspended AsyncResponse timeout still runs, even if … (#2372)

* [RESTEASY-2472]:@Suspended AsyncResponse timeout still runs, even if the response was resumed before

* Update AsyncTimeoutResource.java

* Update AsyncTimeoutResource.java

Bogus change to rerun tests.

Co-authored-by: Ron Sigal <rsigal at redhat.com>

* [RESTEASY-2563: SseBroadcasterImpl.close() puts notifyOnCloseListeners(eventSink) in finally block. (#2396)

* [RESTEASY-2576] added client modules

* [RESTEASY-2582] CompletionStageResponseTest intermittent failures (#2390)

* Prevent memory visibility issues

* Refactor AsyncResponseCallback to isolate data from different tests

* Same sleep time for similar methods

* [RESTEASY-2571] Avoid a NullPointerException of the MediaType associated with request headers is null.

https://issues.redhat.com/browse/RESTEASY-2571

* [RESTEASY-2569]  RestClient does not propogate incoming headers with inherited Interface

* [RESTEASY-2582] Add logs to the test

* [RESTEASY-2582] Fix race condition in test

* [RESTEASY-1203] Fix validation for JNDI resources. (#2406)

* [RESTEASY-2542][RESTEASY-2585] Workaround SseTest intermittent failures (#2404)

* Enable SseTest

* [RESTEASY-2542]:Fix Sse reconnect test

* [RESTEASY-2542]:More Sse test fix

* Fix typo and add comment

* [RESTEASY-2017]:Fix SSE doesn't work with inherited annotations

* Updated links to the new project site

* [RESTEASY-2588] Upgrade jackson to 2.10.4

* [RESTEASY-2587] Update classmate to 1.5.1

* Fix RESTEASY-2573 by using ResteashContext.addCloseable variants

* Test RESTEASY-2573 for SSE/raw/collect async streaming

* [RESTEASY-2542] wait for proxy to be started

* [RESTEASY-2576] Added modules to resteasy-bom/pom.xml (#2417)

* Added note to testsuite/README.MD on how to run single microprofile-tck tests (#2426)

* SseEventOutputImpl: avoid deadlock by avoiding getting into critical sections early RESTEASY-2585

* HttpServletResponseWrapper: try working around UNDERTOW-1713: RESTEASY-2585

* RESTEASY-2524 (#2332)

* RESTEASY-2524

* trailing spaces removed

* [RESTEASY-2585]:Remove Thread.sleep() workaround in SseTest

* Updating target test containers

* [RESTEASY-2598] Upgrade Infinispan to 10.1.8

* [RESTEASY-2598] Exclude ServerCacheInterceptorTest in WFLY19

* Fix modules test references to properly run with WFLY20 too

* Exclude test failing on GithubActions CI due to eclipse/microprofile-rest-client#265

* [RESTESY-2601] Exclude test

* [RESTEASY-2605] Remove the fallback to URLConnection when SSL is disabled for REST Client (#2431)

The fallback was originally added to get around limitation in Apache HTTP Client
when SSL is completely disabled in native binaries.
However we can get around these limitations in a more elegant manner in Quarkus
(see https://github.com/quarkusio/quarkus/pull/9773).
By defaulting to Apache HTTP Client, things like HTTP Patch can be supported
OOTB (see https://github.com/quarkusio/quarkus/issues/9342).

Co-authored-by: Ron Sigal <rsigal at redhat.com>
Co-authored-by: Jim Ma <ema at redhat.com>
Co-authored-by: Gytis Trikleris <gytis at redhat.com>
Co-authored-by: 阿男 <l.weinan at gmail.com>
Co-authored-by: Stéphane Épardaud <stef at epardaud.fr>
Co-authored-by: Phillip Krüger <phillip.kruger at gmail.com>
Co-authored-by: R Searls <rsearls at redhat.com>
Co-authored-by: Bartosz Spyrko-Smietanko <bspyrkos at redhat.com>
Co-authored-by: Stuart Douglas <stuart.w.douglas at gmail.com>
Co-authored-by: Anil Gursel <anilgursel at users.noreply.github.com>
Co-authored-by: David Santos <dawuid at gmail.com>
Co-authored-by: James Perkins <jperkins at redhat.com>
Co-authored-by: Duncan <dabloem at gmail.com>
Co-authored-by: bobbyphilip <bobbyphilip at gmail.com>
Co-authored-by: Tommaso Borgato <tborgato at redhat.com>
Co-authored-by: Georgios Andrianakis <geoand at gmail.com>





More information about the resteasy-commits mailing list