Re: illegal reflective access - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: illegal reflective access
Date
Msg-id CADK3HH+Pd1=gsrQWmLEFG4oGE4H8+T_YhPE=GYozTVmXc=shjg@mail.gmail.com
Whole thread Raw
In response to illegal reflective access  (LanChi <lpham2525@gmail.com>)
List pgsql-jdbc
resending ast it didn't go through the first time



On Thu, 15 Apr 2021 at 07:00, Dave Cramer <davecramer@postgres.rocks> wrote:
Hello,

Thanks for the report. As you can see this has been addressed in 

Cheers,
Dave Cramer
www.postgres.rocks


On Thu, 15 Apr 2021 at 06:32, LanChi <lpham2525@gmail.com> wrote:
To Whom It May Concern,

I connected my Postgresql server to my Eclipse IDE and this warning popped up:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.postgresql.jdbc.TimestampUtils
(file:/C:/Users/LanChi/Desktop/PubHub-StarterKit/WebContent/WEB-INF/lib/postgresql-42.1.1.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

I reported this to Postgresql, but I was told to report it here instead. If this is not the right place to report it, please let me
know where I should send it.

~LCP

P.S. A screenshot of the warning is attached as well.



pgsql-jdbc by date:

Previous
From: LanChi
Date:
Subject: illegal reflective access
Next
From: Dave Cramer
Date:
Subject: [pgjdbc/pgjdbc] 018954: cherry-pick PR #2092 PgDatabaseMetaData.getTables(...