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

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема [pgjdbc/pgjdbc] 32c539: prefer secondary over slave referring tostandby o...
Дата
Msg-id 5a5d235d7496c_73a72add3f0f1c10943d@hookshot-fe-6e9b612.cp1-iad.github.net.mail
обсуждение исходный текст
Список 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@gmail.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.



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Vladimir Sitnikov
Дата:
Сообщение: [pgjdbc/pgjdbc] acb9bd: chore: introduce release via Travis
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: [pgjdbc/pgjdbc] eb33c4: fix: avoid NPE from getObject(...,Date.class) and...