[pgjdbc/pgjdbc] 0efcf8: Add method alias's for each property which didn't ...

Adam Brusselback <[email protected]> Fri, 19 Apr 2019 03:11:32 -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: 0efcf81c62ff8397c363c3d07d4d72e725e63772
      https://github.com/pgjdbc/pgjdbc/commit/0efcf81c62ff8397c363c3d07d4d72e725e63772
  Author: Adam Brusselback <[email protected]>
  Date:   2019-04-19 (Fri, 19 Apr 2019)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java

  Log Message:
  -----------
  Add method alias's for each property which didn't use the conventiona… (#1436)

* Add method alias's for each property which didn't use the conventional Java bean method naming for the specific property name.

This allows other libraries like connection pools to properly set any properties by the property names through their own interface when you may not have direct access to the jdbc datasource.

* fix checkstyle errors