BUG #14895: Warnings using postgre with java 9 and postgresql-42.1.4.jar

From: gurmeen(dot)bindra(at)isode(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Cc: gurmeen(dot)bindra(at)isode(dot)com
Subject: BUG #14895: Warnings using postgre with java 9 and postgresql-42.1.4.jar
Date: 2017-11-10 12:37:38
Message-ID: 20171110123738.31522.36872@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14895
Logged by: Gurmeen
Email address: gurmeen(dot)bindra(at)isode(dot)com
PostgreSQL version: 9.5.0
Operating system: linux
Description:

I get the following errors when running my java program to connect to
postgres:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.postgresql.jdbc.TimestampUtils
(file:/work/trunk/install/lib/java/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

Browse pgsql-bugs by date

  From Date Subject
Next Message Ashutosh Bapat 2017-11-10 12:44:29 Re: BUG #14890: Error grouping by same column twice using FDW
Previous Message Michael Paquier 2017-11-10 02:33:05 Re: BUG #14866: The generated constraint in the typed table causes the server to crash