From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: JDK 1.5 beta2 and generics |
Date: | 2004-06-18 07:43:57 |
Message-ID: | Pine.BSO.4.56.0406180230570.31158@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Thu, 17 Jun 2004, Kris Jurka wrote:
> The recent JDK 1.5 beta2 is unable to compile the jdbc driver because it
> modifies the interfaces that currently take a java.util.Map object to take
> a specific type of Map. This results in the existing classes not
> implementing the interfaces anymore. Any ideas on how to fix this
> cleanly? I don't want to see ant having to add/remove comments to all
> of these files, but nothing else occurs to me.
>
After some prompting I've investigated what the actual changes required
are and the attached patch shows only minor changes to method signatures
are needed, but it does touch eight files, which is in my estimation a
lot.
Kris Jurka
Attachment | Content-Type | Size |
---|---|---|
jdk15.patch | text/plain | 9.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Sanjay Deshpande | 2004-06-18 07:45:07 | help needed for JDBC on PostgreSql7.3.2 |
Previous Message | Akash Agrawal | 2004-06-18 06:45:41 | unsubscribe |