You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/10/23 06:37:56 UTC

[pulsar] branch master updated (7f9b7cf -> ef614ad)

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

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


    from 7f9b7cf  [pulsar-broker] configure namespace anti-affinity in local policies (#8349)
     add ef614ad  Remove bouncy castle shaded module to avoid bring error of verifySingleJar (#7453)

No new revisions were added by this update.

Summary of changes:
 bouncy-castle/bc-shaded/pom.xml                    |  84 -------------
 bouncy-castle/bc/pom.xml                           |  18 ++-
 bouncy-castle/bcfips-include-test/pom.xml          |   4 +-
 .../pulsar/client/TlsProducerConsumerTest.java     |   4 +
 bouncy-castle/bcfips-nar-test/pom.xml              | 102 ----------------
 .../pulsar/client/TlsProducerConsumerBase.java     | 130 ---------------------
 .../pulsar/client/TlsProducerConsumerTest.java     | 130 ---------------------
 .../resources/authentication/tls/broker-cert.pem   |  73 ------------
 .../resources/authentication/tls/broker-key.pem    |  28 -----
 .../test/resources/authentication/tls/cacert.pem   |  62 ----------
 .../resources/authentication/tls/client-cert.pem   |  73 ------------
 .../resources/authentication/tls/client-key.pem    |  28 -----
 bouncy-castle/bcfips/pom.xml                       |  17 ++-
 bouncy-castle/pom.xml                              |   4 -
 distribution/server/pom.xml                        |  10 +-
 distribution/server/src/assemble/LICENSE.bin.txt   |   6 +
 pulsar-broker-shaded/pom.xml                       |   7 ++
 pulsar-broker/pom.xml                              |  15 +--
 .../client/api/SimpleProducerConsumerTest.java     |  34 ++++--
 pulsar-client-all/pom.xml                          |   7 ++
 .../pulsar-client-kafka-tests/pom.xml              |   8 ++
 .../pulsar-client-kafka-tests_0_8/pom.xml          |   8 ++
 .../pulsar-client-kafka-tests_0_9/pom.xml          |   8 ++
 .../pulsar-client-kafka_0_8/pom.xml                |   7 ++
 pulsar-client-messagecrypto-bc/pom.xml             |   4 +-
 pulsar-client-shaded/pom.xml                       |   7 ++
 pulsar-client-tools-test/pom.xml                   |   1 +
 pulsar-client/pom.xml                              |   5 +-
 .../apache/pulsar/common/util/BcNarDefinition.java |  47 --------
 .../pulsar/common/util/SearchBcNarUtils.java       | 118 -------------------
 .../apache/pulsar/common/util/SecurityUtility.java |   9 +-
 pulsar-discovery-service/pom.xml                   |  11 +-
 pulsar-functions/worker/pom.xml                    |  22 ++--
 pulsar-io/debezium/core/pom.xml                    |   7 ++
 pulsar-io/kafka-connect-adaptor/pom.xml            |   7 ++
 pulsar-sql/presto-distribution/LICENSE             |   5 +-
 pulsar-sql/presto-pulsar-plugin/pom.xml            |   9 +-
 pulsar-sql/presto-pulsar/pom.xml                   |   8 ++
 pulsar-testclient/pom.xml                          |   9 ++
 pulsar-websocket/pom.xml                           |   8 ++
 site2/docs/security-bouncy-castle.md               |   1 +
 .../version-2.5.1/security-bouncy-castle.md        |   1 +
 .../version-2.5.2/security-bouncy-castle.md        |   1 +
 .../version-2.6.0/security-bouncy-castle.md        |   1 +
 .../version-2.6.1/security-bouncy-castle.md        |   1 +
 tests/integration/pom.xml                          |   7 ++
 tests/pulsar-kafka-compat-client-test/pom.xml      |   7 ++
 tests/pulsar-storm-test/pom.xml                    |  10 +-
 48 files changed, 236 insertions(+), 937 deletions(-)
 delete mode 100644 bouncy-castle/bc-shaded/pom.xml
 delete mode 100644 bouncy-castle/bcfips-nar-test/pom.xml
 delete mode 100644 bouncy-castle/bcfips-nar-test/src/test/java/org/apache/pulsar/client/TlsProducerConsumerBase.java
 delete mode 100644 bouncy-castle/bcfips-nar-test/src/test/java/org/apache/pulsar/client/TlsProducerConsumerTest.java
 delete mode 100644 bouncy-castle/bcfips-nar-test/src/test/resources/authentication/tls/broker-cert.pem
 delete mode 100644 bouncy-castle/bcfips-nar-test/src/test/resources/authentication/tls/broker-key.pem
 delete mode 100644 bouncy-castle/bcfips-nar-test/src/test/resources/authentication/tls/cacert.pem
 delete mode 100644 bouncy-castle/bcfips-nar-test/src/test/resources/authentication/tls/client-cert.pem
 delete mode 100644 bouncy-castle/bcfips-nar-test/src/test/resources/authentication/tls/client-key.pem
 delete mode 100644 pulsar-common/src/main/java/org/apache/pulsar/common/util/BcNarDefinition.java
 delete mode 100644 pulsar-common/src/main/java/org/apache/pulsar/common/util/SearchBcNarUtils.java