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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to