Re: Adding JDK1.5 removing 1.1 support.

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Adding JDK1.5 removing 1.1 support.
Дата
Msg-id 40F748AB.2060301@opencloud.com
обсуждение исходный текст
Ответ на Adding JDK1.5 removing 1.1 support.  (Kris Jurka <books@ejurka.com>)
Ответы Re: Adding JDK1.5 removing 1.1 support.  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka wrote:
> The new V3 protocol code has removed support for compiling with a 1.1 JDK,
> but we still have the core implementation split between jdbc1 and jdbc2
> classes.  Should be combine these all into jdbc2 or is there a reason to
> keep these separate?

That sounds reasonable unless there's some reason you'd want to run
JDK1.2 + JDBC1 (I can't think of one).

> To add JDK1.5 support I originally considered an ant conditional
> compilation method, but that was really ugly.  Another idea I have is to
> create a jdbc3g subdirectory (JDBC3 w/ Generics) that wouldn't house any
> implementation (AbstractJdbc3g* classes), but would just have the classes
> to offer the API desired by the 1.5 JDK.

That works.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Dario V. Fassi"
Дата:
Сообщение: Re: Very strange Error in Updates - Worst than ever !
Следующее
От: "Dario V. Fassi"
Дата:
Сообщение: Re: Very strange Error in Updates