Postgres and Java 9 - Mailing list pgsql-jdbc

From Gurmeen Bindra
Subject Postgres and Java 9
Date
Msg-id 0e573a0a-7c34-c2d7-42a3-9120b8f24b97@isode.com
Whole thread Raw
Responses Re: Postgres and Java 9  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
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 by date:

Previous
From: Stefan Tzeggai
Date:
Subject: Regression in 42.2.0? "The server''s DateStyle parameter was changedto ISO. The JDBC driver requires DateStyle to begin with ISO for correctoperation. "
Next
From: Jorge Solorzano
Date:
Subject: [pgjdbc/pgjdbc] 5ebd20: Fix style changelog (#1089)