Repository: camel Updated Branches: refs/heads/camel-2.14.x 7fbfd4a85 -> c02c61df6
Fixed the build error of camel-http4 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b8a9b2ba Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b8a9b2ba Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b8a9b2ba Branch: refs/heads/camel-2.14.x Commit: b8a9b2ba3954e5cfb38ff8e0d5c35e538bb4999d Parents: 7fbfd4a Author: Willem Jiang <willem.ji...@gmail.com> Authored: Wed Feb 25 12:56:57 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Wed Feb 25 17:21:29 2015 +0800 ---------------------------------------------------------------------- .../org/apache/camel/component/http4/HttpServerTestSupport.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b8a9b2ba/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpServerTestSupport.java ---------------------------------------------------------------------- diff --git a/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpServerTestSupport.java b/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpServerTestSupport.java index 4cec5d1..eb73537 100644 --- a/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpServerTestSupport.java +++ b/components/camel-http4/src/test/java/org/apache/camel/component/http4/HttpServerTestSupport.java @@ -47,7 +47,8 @@ public abstract class HttpServerTestSupport extends CamelTestSupport { getHttpResponseFactory(), getHttpExpectationVerifier(), getSSLContext(), - false); + false, + new String[]{"TLSv1.2"}); registerHandler(localServer); localServer.start();