On Fri, 2017-05-12 at 17:31 +0300, Filipp Gunbin wrote:
> On 11/05/2017 14:54 +0200, Oleg Kalnichevski wrote:
> 
> > The Apache HttpComponents project is pleased to announce 5.0-alpha2
> > release of HttpComponents Client. 
> > 
> > ...
> 
> Thanks for the release!
> 
> `mvn clean install' in top-level dir fails on httpclient5-fluent with
> javadoc error:
> 
> [ERROR] /Users/fgunbin/src/httpclient-5.0-alpha2/httpclient5-
> fluent/src/main/java/org/apache/hc/client5/http/fluent/ContentRespons
> eHandler.java:36: error: reference not found
> 
> Seems that there should be
> `org.apache.hc.core5.http.io.ResponseHandler'
> instead of `org.apache.hc.client5.http.sync.ResponseHandler'.
> 
> Filipp
> 

You are compiling the source with Java 1.8, are you not? HttpClient 5.0
still requires Java 1.7, which is more lenient about Javadoc content.

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to