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: Fri, 12 Jan 2018 13:53:13 +0100

Thank you very much,
I will update my package definiton according to this.

2018-01-12 13:06 GMT+01:00 Chris Burdess <address@hidden>:
Hi Gábor,

On 09/01/18 11:04, Gábor Boskovits wrote:
Dear classpathx developers,

I recieved the following feedback regarding this change:

How difficult would it be to have upstream make a new release?  It looks
like we're now using an arbitrary revision of their source code, instead
of a release.  In general, I think it's better to use a release if we
can, since that implies the code has been more thoroughly tested etc.

Would you mind creating a new release with this fix?

I released a new minor version which you can get from:

https://ftp.gnu.org/gnu/classpathx/servletapi/servletapi-3.0.1.tar.gz



2017-12-18 10:59 GMT+01:00 Gábor Boskovits <address@hidden>:


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]