[pgjdbc/pgjdbc] 50d5dd: fix: reintroduce Driver.getVersion for backward co...

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 50d5dd: fix: reintroduce Driver.getVersion for backward co...
Date: 2017-08-04 13:28:01
Message-ID: 598476612fc8b_70b3faf2a987c2c41548@hookshot-fe3-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 50d5dd3e708a92602e04d6b4aa0822ad3f110a78
https://github.com/pgjdbc/pgjdbc/commit/50d5dd3e708a92602e04d6b4aa0822ad3f110a78
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-08-04 (Fri, 04 Aug 2017)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/Driver.java

Log Message:
-----------
fix: reintroduce Driver.getVersion for backward compatibility reasons (#905)

The method was removed in https://github.com/pgjdbc/pgjdbc/pull/668, however
certain applications might still depend on it.

See https://www.postgresql.org/message-id/CAJFwRrOkE2HsU8FitvEEb971d6XQRfSQJVi1AEsjBxziFGinvQ%40mail.gmail.com

Mark the method as deprecated.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2017-08-04 13:45:55 Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar
Previous Message Vladimir Sitnikov 2017-08-04 06:37:46 Re: Postgis example TestAutoregister is not working due to missing getVersion() from pgjdbc community jar