You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xi...@apache.org on 2023/03/05 04:48:36 UTC

[pulsar] branch branch-2.10 updated: Revert "release 2.10.4 test"

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

xiangying pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new f5c7de2d00a Revert "release 2.10.4 test"
f5c7de2d00a is described below

commit f5c7de2d00a786166b356e97e0ed4f46111902eb
Author: xiangying <19...@qq.com>
AuthorDate: Sun Mar 5 12:48:23 2023 +0800

    Revert "release 2.10.4 test"
    
    This reverts commit d8763d4e70033fc668f5174aa7d129fe6084030a.
---
 .../org/apache/pulsar/client/impl/conf/ClientConfigurationDataTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pulsar-client/src/test/java/org/apache/pulsar/client/impl/conf/ClientConfigurationDataTest.java b/pulsar-client/src/test/java/org/apache/pulsar/client/impl/conf/ClientConfigurationDataTest.java
index c87ff73741b..e63f0ab0d90 100644
--- a/pulsar-client/src/test/java/org/apache/pulsar/client/impl/conf/ClientConfigurationDataTest.java
+++ b/pulsar-client/src/test/java/org/apache/pulsar/client/impl/conf/ClientConfigurationDataTest.java
@@ -38,7 +38,6 @@ public class ClientConfigurationDataTest {
         clientConfigurationData.setSocks5ProxyPassword("yyyy");
         clientConfigurationData.setAuthentication(new AuthenticationToken("zzzz"));
         ObjectMapper objectMapper = new ObjectMapper();
-
         objectMapper.configure(SerializationFeature.FAIL_ON_EMPTY_BEANS, false);
         String serializedConf = objectMapper.writeValueAsString(clientConfigurationData);
         assertThat(serializedConf).doesNotContain("xxxx", "yyyy", "zzzz");