Thread: [JDBC] [pgjdbc/pgjdbc] 50d5dd: fix: reintroduce Driver.getVersion forbackward co...

[JDBC] [pgjdbc/pgjdbc] 50d5dd: fix: reintroduce Driver.getVersion forbackward co...

From
Vladimir Sitnikov
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 50d5dd3e708a92602e04d6b4aa0822ad3f110a78
      https://github.com/pgjdbc/pgjdbc/commit/50d5dd3e708a92602e04d6b4aa0822ad3f110a78
  Author: Vladimir Sitnikov <sitnikov.vladimir@gmail.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.