You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rx...@apache.org on 2020/11/02 06:01:36 UTC

[pulsar] branch xiaolong/test-2.6.2-ci created (now cd66525)

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

rxl pushed a change to branch xiaolong/test-2.6.2-ci
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at cd66525  test 2.6.2 branch ci

This branch includes the following new commits:

     new cd66525  test 2.6.2 branch ci

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar] 01/01: test 2.6.2 branch ci

Posted by rx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rxl pushed a commit to branch xiaolong/test-2.6.2-ci
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit cd66525e1e4f38a86325a13a665785c23e185675
Author: xiaolong.ran <rx...@apache.org>
AuthorDate: Mon Nov 2 14:00:50 2020 +0800

    test 2.6.2 branch ci
    
    Signed-off-by: xiaolong.ran <rx...@apache.org>
---
 .../java/org/apache/pulsar/client/impl/auth/AuthenticationBasic.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pulsar-client/src/main/java/org/apache/pulsar/client/impl/auth/AuthenticationBasic.java b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/auth/AuthenticationBasic.java
index 4aecb10..5d1492a 100644
--- a/pulsar-client/src/main/java/org/apache/pulsar/client/impl/auth/AuthenticationBasic.java
+++ b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/auth/AuthenticationBasic.java
@@ -38,6 +38,9 @@ public class AuthenticationBasic implements Authentication, EncodedAuthenticatio
         // noop
     }
 
+    // test 2.6.2 action ci
+    //
+    //
     @Override
     public String getAuthMethodName() {
         return "basic";