You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/26 08:39:23 UTC

[camel] branch master updated (1417772 -> 1897bd7)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 1417772  Camel-Mock: Fixed CS
     add ac7f35f  CAMEL-14640: Upgrade to http client 4.x for testing.
     add e592703  CAMEL-14640: Upgrade to http client 4.x for testing.
     add 1897bd7  CAMEL-14640: Upgrade to http client 4.x for testing.

No new revisions were added by this update.

Summary of changes:
 components/camel-jetty/pom.xml                     |  5 --
 .../camel/component/jetty/CustomFiltersTest.java   | 31 +++----
 .../camel/component/jetty/EnableCORSTest.java      | 43 +++++-----
 .../component/jetty/HttpBridgeEncodedPathTest.java | 96 ----------------------
 .../jetty/HttpBridgeMultipartRouteTest.java        | 32 ++++----
 .../camel/component/jetty/HttpHeaderCaseTest.java  | 27 +++---
 .../component/jetty/HttpMethodRestrictTest.java    | 37 +++++----
 .../camel/component/jetty/HttpRouteTest.java       | 86 ++++++++++---------
 .../jetty/JettyEndpointSetHttpTraceTest.java       | 30 ++++---
 .../component/jetty/JettyMuteExceptionTest.java    | 24 +++---
 .../jetty/MultiPartFormWithCustomFilterTest.java   | 50 +++++------
 .../camel/component/rest/openapi/HttpsTest.java    |  4 +-
 .../camel/component/rest/openapi/HttpsV3Test.java  |  6 +-
 .../camel/component/rest/swagger/HttpsTest.java    |  6 --
 14 files changed, 200 insertions(+), 277 deletions(-)
 delete mode 100644 components/camel-jetty/src/test/java/org/apache/camel/component/jetty/HttpBridgeEncodedPathTest.java