You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by la...@apache.org on 2022/02/22 06:09:59 UTC

[shardingsphere] branch master updated (3b9d3c9 -> 824cf34)

This is an automated email from the ASF dual-hosted git repository.

lanchengxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 3b9d3c9  Moved the location of test cases and scaling handlers in RAL (#15538)
     add 824cf34  Add password authenticator for PostgreSQL. (#15559)

No new revisions were added by this update.

Summary of changes:
 .../PostgreSQLMD5PasswordAuthenticationPacket.java |  2 +-
 .../PostgreSQLAuthenticationHandler.java           |  4 +-
 .../PostgreSQLPasswordAuthenticator.java}          | 21 ++++----
 .../PostgreSQLMD5PasswordAuthenticatorTest.java    | 61 ++++++++++++++++++++++
 .../PostgreSQLPasswordAuthenticatorTest.java       | 30 +++++------
 5 files changed, 87 insertions(+), 31 deletions(-)
 copy shardingsphere-proxy/shardingsphere-proxy-frontend/{shardingsphere-proxy-frontend-mysql/src/main/java/org/apache/shardingsphere/proxy/frontend/mysql/authentication/authenticator/MySQLClearPasswordAuthenticator.java => shardingsphere-proxy-frontend-postgresql/src/main/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/authenticator/PostgreSQLPasswordAuthenticator.java} (61%)
 create mode 100644 shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/test/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/authenticator/PostgreSQLMD5PasswordAuthenticatorTest.java
 copy shardingsphere-kernel/shardingsphere-traffic/shardingsphere-traffic-core/src/test/java/org/apache/shardingsphere/traffic/algorithm/traffic/transaction/ProxyTrafficAlgorithmTest.java => shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-postgresql/src/test/java/org/apache/shardingsphere/proxy/frontend/postgresql/authentication/authenticator/PostgreSQLPasswordAuthenticatorTest.java (51%)