Version information inside the driver's jar file

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Version information inside the driver's jar file
Дата
Msg-id hfl4cd$58q$1@ger.gmane.org
обсуждение исходный текст
Ответы Re: Version information inside the driver's jar file  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi,

if the driver's jar file has been renamed, the only way to find out the driver's version is to actually make a
connectionusing that driver.  

I would like to suggest to add an entry to the manifest file that shows the driver's version so that it is easier to
findthat out (e.g. when a .jar file gets bundled within an application) 

Something like:

Implementation-Title: PostgreSQL JDBC4 Driver
Implementation-URL: http://jdbc.postgresql.org
Implementation-Version: 8.4-701

What do you think of that?

Regards
Thomas


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC index metadata filter_condition
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Version information inside the driver's jar file