You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2020/03/18 23:32:50 UTC

[bookkeeper] branch master updated (05fe83d -> ec3ade0)

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

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


    from 05fe83d  Do not log WARNING about PlacementPolicy for tests and simple setups
     add ec3ade0  [BOOKIE-MTLS] add BouncyCastleProvider for security-provider to avoid InvalidKeyException

No new revisions were added by this update.

Summary of changes:
 bookkeeper-dist/src/assemble/bin-all.xml           |  1 +
 bookkeeper-dist/src/assemble/bin-server.xml        |  1 +
 bookkeeper-dist/src/assemble/bkctl.xml             |  1 +
 .../src/main/resources/LICENSE-all.bin.txt         |  8 ++++++++
 .../src/main/resources/LICENSE-bkctl.bin.txt       |  9 +++++++++
 .../src/main/resources/LICENSE-server.bin.txt      |  8 ++++++++
 .../resources/deps/bouncycastle-1.60/LICENSE.html  | 22 ++++++++++++++++++++++
 bookkeeper-server/pom.xml                          |  8 ++++++++
 .../apache/bookkeeper/tls/TLSContextFactory.java   |  6 ++++++
 pom.xml                                            | 13 ++++++++++++-
 10 files changed, 76 insertions(+), 1 deletion(-)
 create mode 100644 bookkeeper-dist/src/main/resources/deps/bouncycastle-1.60/LICENSE.html