RFC: Removal of support for JDBC1 drivers.

Поиск
Список
Период
Сортировка
От Fernando Nasser
Тема RFC: Removal of support for JDBC1 drivers.
Дата
Msg-id 3F1C0BCE.5040502@redhat.com
обсуждение исходный текст
Ответы Re: RFC: Removal of support for JDBC1 drivers.  (Dmitry Tkach <dmitry@openratings.com>)
Re: RFC: Removal of support for JDBC1 drivers.  (Dave Cramer <Dave@micro-automation.net>)
Re: RFC: Removal of support for JDBC1 drivers.  (Andrew Sullivan <andrew@libertyrms.info>)
Список pgsql-jdbc
Folks,

We can't even get hold of a 1.1 JDK anymore.  And it is preventing us from using
the most basic stuff in the jdbc1 classes because they were introduced in 1.2.

I am proposing we drop support for Java SDK 1.1 and JDBC1 altogether and keep
only JDBC2 (for SDK 1.2 and SDK 1.3) and JDBC3 (for SDK 1.4).

Concerns?


P.S.: I even think support for 1.2 is not necessary.  Does anyone know of a
place where Java 1.2 is still being used?  They must have a Java that old and
still have a reasonably recent backend as the driver only support the last two
previous versions (will be 7.2+ in the 7.4 release).


--
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: IN clauses via setObject(Collection) [Was: Re: Prepared Statements]
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: patch: clean up ant test infrastructure