Re: Postgres and Java 9

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Postgres and Java 9
Дата
Msg-id CADK3HH+yydz_i0=5A_706kNawmiGDZoK55ZhNyttyb=oqapYYQ@mail.gmail.com
обсуждение исходный текст
Ответ на Postgres and Java 9  (Gurmeen Bindra <gurmeen.bindra@isode.com>)
Список pgsql-jdbc
Upgrade to latest version

42.2.0

That should fix it.


On 23 January 2018 at 04:49, Gurmeen Bindra <gurmeen.bindra@isode.com> wrote:
PostgreSQL version: 9.5.0
Operating system:   linux

I get the following errors when running my java program to connect to
postgres using java 9:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.postgresql.jdbc.TimestampUtils
(file:/work/classes/postgresql-42.1.4.jar) to field
java.util.TimeZone.defaultTimeZone
WARNING: Please consider reporting this to the maintainers of
org.postgresql.jdbc.TimestampUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: [pgjdbc/pgjdbc] 1a8929: fix: package scram:client classes, so SCRAMworks ...
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Regression in 42.2.0? "The server''s DateStyle parameter waschanged to ISO. The JDBC driver requires DateStyle to begin with ISO forcorrect operation. "