[pgjdbc/pgjdbc] bd9485: fix: DataSources broken by connection failover url...

Tom Eicher <[email protected]> Thu, 26 Sep 2019 06:37:51 -0700
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: bd9485ef7b889ec7397b1e39f77f5d396f06ed05
      https://github.com/pgjdbc/pgjdbc/commit/bd9485ef7b889ec7397b1e39f77f5d396f06ed05
  Author: Tom Eicher <[email protected]>
  Date:   2019-09-26 (Thu, 26 Sep 2019)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java
    A pgjdbc/src/test/java/org/postgresql/test/jdbc2/optional/BaseDataSourceFailoverUrlsTest.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/optional/OptionalTestSuite.java

  Log Message:
  -----------
  fix: DataSources broken by connection failover urls (#1039) (#1457)

* fix DataSources broken by connection failover urls (#1039)

* removing java8 string join method and fixing indentation (#1039)

* preserve original test "bds" as we are modifying ours (#1039)

* storing old bds reference before changing it (#1039)

* moving the url-modifiying test out of BaseDataSourceTest (#1039)