|
Home > Archive > Apache Directory Project > November 2005 > Java 1.5
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Jacob Barrett 2005-11-28, 5:54 pm |
| Did you guys make the jump to Java 1.5 or is this dependency a mistake?
SimpleAuthenticator.java:284 calls IllegalArgumentException(Throwable)
which doesn't exist prior to 1.5.
| |
| Emmanuel Lecharny 2005-11-28, 8:45 pm |
| Hi Jacob,
On Mon, 2005-11-28 at 15:08 -0800, Jacob Barrett wrote:
> Did you guys make the jump to Java 1.5 or is this dependency a mistake?
>
> SimpleAuthenticator.java:284 calls IllegalArgumentException(Throwable)
> which doesn't exist prior to 1.5.
>
>
thanks to mention it !
This is a mistake, and will be corrected.
We haven't switched to Java 5 and we won't, as Geronimo use ApacheDS and
is using 1.4. At least at the moment...
Jira ?
-- Emmanuel Lécharny
| |
| Stefan Zoerner 2005-11-29, 5:45 pm |
| Emmanuel, Jacob,
Sorry about that sloppiness (my fault, my Eclipse settings for that
workspace as well as my default JRE for Maven builds were wrong).
I have fixed the constructor call to something which is legal in 1.4 as
well.
Greetings from Munich,
Stefan
Emmanuel Lecharny wrote:
> Hi Jacob,
>
> On Mon, 2005-11-28 at 15:08 -0800, Jacob Barrett wrote:
>
>
>
> thanks to mention it !
>
> This is a mistake, and will be corrected.
>
> We haven't switched to Java 5 and we won't, as Geronimo use ApacheDS and
> is using 1.4. At least at the moment...
>
> Jira ?
>
> -- Emmanuel Lécharny
>
>
>
|
|
|
|
|