Source: async-http-client Version: 1.6.5-2 Severity: important User: [email protected] Usertags: openjdk-8-transition
async-http-client fails to build with Java 8, the new 'replace()' methods added to the Map interface clash with the 'replace' methods in the FluentStringsMap and FluentCaseInsensitiveStringsMap classes. Here is the error displayed by Maven: [INFO] Compilation failure async-http-client/src/main/java/com/ning/http/client/FluentCaseInsensitiveStringsMap.java:[165,22] error: incompatible types: List<String> cannot be converted to FluentCaseInsensitiveStringsMap async-http-client/src/main/java/com/ning/http/client/FluentStringsMap.java:[151,22] error: incompatible types: List<String> cannot be converted to FluentStringsMap __ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

