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/50d90e45 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/50d90e45 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/50d90e45 Branch: refs/heads/master Commit: 50d90e45af58ebd79072040e647c5525271a94fb Parents: 7f7513b 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 12:56:57 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/50d90e45/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();