classpathx
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx] Classpathx servletapi does not compile with java8


From: Gábor Boskovits
Subject: Re: [Classpathx] Classpathx servletapi does not compile with java8
Date: Mon, 18 Dec 2017 10:59:18 +0100


2017-12-18 9:38 GMT+01:00 Chris Burdess <address@hidden>:
On 17/12/2017 20:53, Gábor Boskovits wrote:
Dear classpathx developers,

I discovered, that classpathx servletapi 3.0 does not compile with java8.
The problem is that java8 added a method to the Map interface:
boolean remove(Object,Object), which conflicts with
Object remove(Object,Object) method in:
source/javax/servlet/jsp/el/ImplicitObjectELResolver.java;
ImplicitObjectELResolver::ScopeMap::remove

how should we fix this problem?

It was a typo in the method signature. I've fixed it now.

Thank you very much!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]