[pgjdbc/pgjdbc] 32c539: prefer secondary over slave referring to standby o...

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 32c539: prefer secondary over slave referring to standby o...
Date: 2018-01-15 21:55:41
Message-ID: 5a5d235d7496c_73a72add3f0f1c10943d@hookshot-fe-6e9b612.cp1-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: 32c539020db3c940bae9b2a42425b1f23e864c73
https://github.com/pgjdbc/pgjdbc/commit/32c539020db3c940bae9b2a42425b1f23e864c73
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-01-15 (Mon, 15 Jan 2018)

Changed paths:
M README.md
M build.properties
M docs/documentation/head/connect.md
M pgjdbc/src/main/java/org/postgresql/PGProperty.java
M pgjdbc/src/main/java/org/postgresql/core/v3/ConnectionFactoryImpl.java
M pgjdbc/src/main/java/org/postgresql/hostchooser/HostRequirement.java
M pgjdbc/src/main/java/org/postgresql/hostchooser/HostStatus.java
M pgjdbc/src/main/java/org/postgresql/hostchooser/MultiHostChooser.java
M pgjdbc/src/test/java/org/postgresql/test/hostchooser/MultiHostTestSuite.java
M pgjdbc/src/test/java/org/postgresql/test/hostchooser/MultiHostsConnectionTest.java

Log Message:
-----------
prefer secondary over slave referring to standby or secondary servers (#1070)

* The community has decided that the naming of replicas in any form
should be referred to as secondary or standby.
We have chosen to use the word secondary
This PR renames (hopefully) all of the uses of slave to secondary

* Remove slave from build.properties
Modify HostRequirements so that we will accept slave or secondary for now
slave is deprecated but we will still accept it and not document it.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimír Houba ml. 2018-01-16 07:47:40 jdbc targetServerType=slave with readonly connection
Previous Message Vladimir Sitnikov 2018-01-15 20:05:10 [pgjdbc/pgjdbc] acb9bd: chore: introduce release via Travis