Hi Claus, I’m sorry. It was introduced by me recent commit. I should not use new HttpClient 4.3.x API in Camel 2.12.x. A quick fix is coming on the way.
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On April 25, 2014 at 12:26:07 AM, Claus Ibsen ([email protected]) wrote: > I get some errors in camel-cxf. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile > (default-testCompile) on project camel-cxf: Compilation failure: > Compilation failure: > [ERROR] > /Users/davsclaus/workspace/camel/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsSpringConsumerTest.java:[29,34] > > error: cannot find symbol > [ERROR] symbol: class CloseableHttpClient > [ERROR] location: package org.apache.http.impl.client > [ERROR] > /Users/davsclaus/workspace/camel/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsSpringConsumerTest.java:[30,34] > > error: cannot find symbol > [ERROR] symbol: class HttpClientBuilder > [ERROR] location: package org.apache.http.impl.client > [ERROR] > /Users/davsclaus/workspace/camel/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsSpringConsumerTest.java:[29,34] > > error: cannot find symbol > [ERROR] symbol: class CloseableHttpClient > [ERROR] location: package org.apache.http.impl.client > [ERROR] > /Users/davsclaus/workspace/camel/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsSpringConsumerTest.java:[30,34] > > error: cannot find symbol > [ERROR] symbol: class HttpClientBuilder > [ERROR] location: package org.apache.http.impl.client > [ERROR] > /Users/davsclaus/workspace/camel/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsSpringConsumerTest.java:[64,8] > > error: cannot find symbol > [ERROR] symbol: class CloseableHttpClient > [ERROR] location: class CxfRsSpringConsumerTest > [ERROR] > /Users/davsclaus/workspace/camel/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsSpringConsumerTest.java:[64,41] > > error: cannot find symbol > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > Email: [email protected] > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > hawtio: http://hawt.io/ > fabric8: http://fabric8.io/ >
