You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by gi...@apache.org on 2022/09/12 07:26:30 UTC

[bookkeeper] branch dependabot/maven/org.jsoup-jsoup-1.15.3 updated (a02a12ea8d -> 7c3d8aedcb)

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

github-bot pushed a change to branch dependabot/maven/org.jsoup-jsoup-1.15.3
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


 discard a02a12ea8d Bump jsoup from 1.14.3 to 1.15.3
     add d5ab02a07c Add 4.15.1 release note (#3440)
     add a266c92aca Add powermock global configuration (#3467)
     add 1adc0414bd Optimize log for failed to write entry (#3463)
     add fc981ba04b Feature: auto recover support repaired not adhering placement ledger (#3359)
     add a0acdfefc4 Bump dependency check to 7.1.2 to avoid FP (#3470)
     add 457eaf8dbc Bump snakeyaml from 1.30 to 1.31 to solve CVE-2022-25857 (#3469)
     add eadac6297e Bump jcommander from 1.78 to 1.82 (#3476)
     add be7053b850 clean code for BookKeeperServerStats (#3478)
     add 70e9477937 Bump netty version to 4.1.79.Final (#3479)
     add 3c18ee7ad5 optimize SlowBookieTest (#3484)
     add 6fa13ecdfc Add missed call to onReadRequestFinish() when read request rejected (#3482)
     add 7c3d8aedcb Bump jsoup from 1.14.3 to 1.15.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a02a12ea8d)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.jsoup-jsoup-1.15.3 (7c3d8aedcb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 bookkeeper-dist/src/assemble/bin-all.xml           |   2 +-
 bookkeeper-dist/src/assemble/bin-server.xml        |   2 +-
 bookkeeper-dist/src/assemble/bkctl.xml             |   2 +-
 .../src/main/resources/LICENSE-all.bin.txt         | 162 ++++----
 .../src/main/resources/LICENSE-bkctl.bin.txt       | 158 ++++----
 .../src/main/resources/LICENSE-server.bin.txt      | 162 ++++----
 .../src/main/resources/NOTICE-all.bin.txt          |  46 +--
 .../src/main/resources/NOTICE-bkctl.bin.txt        |  42 +-
 .../src/main/resources/NOTICE-server.bin.txt       |  46 +--
 .../LICENSE.aalto-xml.txt                          |   0
 .../LICENSE.base64.txt                             |   0
 .../LICENSE.bouncycastle.txt                       |   0
 .../LICENSE.caliper.txt                            |   0
 .../LICENSE.commons-lang.txt                       |   0
 .../LICENSE.commons-logging.txt                    |   0
 .../LICENSE.compress-lzf.txt                       |   0
 .../LICENSE.dnsinfo.txt                            |   0
 .../LICENSE.harmony.txt                            |   0
 .../LICENSE.hpack.txt                              |   0
 .../LICENSE.hyper-hpack.txt                        |   0
 .../LICENSE.jboss-marshalling.txt                  |   0
 .../LICENSE.jbzip2.txt                             |   0
 .../LICENSE.jctools.txt                            |   0
 .../LICENSE.jfastlz.txt                            |   0
 .../LICENSE.jsr166y.txt                            |   0
 .../LICENSE.jzlib.txt                              |   0
 .../LICENSE.libdivsufsort.txt                      |   0
 .../LICENSE.log4j.txt                              |   0
 .../LICENSE.lz4.txt                                |   0
 .../LICENSE.lzma-java.txt                          |   0
 .../LICENSE.mvn-wrapper.txt                        |   0
 .../LICENSE.nghttp2-hpack.txt                      |   0
 .../LICENSE.protobuf.txt                           |   0
 .../LICENSE.slf4j.txt                              |   0
 .../LICENSE.snappy.txt                             |   0
 .../LICENSE.webbit.txt                             |   0
 .../NOTICE.harmony.txt                             |   0
 .../bookkeeper/bookie/BookKeeperServerStats.java   |   7 -
 .../org/apache/bookkeeper/client/BookKeeper.java   |   2 +-
 .../apache/bookkeeper/client/BookKeeperAdmin.java  |  55 ++-
 .../bookkeeper/client/BookieWatcherImpl.java       |   8 +-
 .../bookkeeper/client/EnsemblePlacementPolicy.java |  33 ++
 .../apache/bookkeeper/client/LedgerFragment.java   |  23 +-
 .../org/apache/bookkeeper/client/PendingAddOp.java |   4 +-
 .../client/RackawareEnsemblePlacementPolicy.java   |  22 ++
 .../RackawareEnsemblePlacementPolicyImpl.java      | 221 +++++++++++
 .../TopologyAwareEnsemblePlacementPolicy.java      |  35 +-
 .../bookkeeper/conf/ServerConfiguration.java       |  25 +-
 .../bookkeeper/proto/BookieRequestProcessor.java   |   2 +
 .../org/apache/bookkeeper/replication/Auditor.java |  16 +
 .../bookkeeper/replication/ReplicationWorker.java  | 106 ++++-
 .../apache/bookkeeper/client/SlowBookieTest.java   |  41 +-
 .../TestRackawareEnsemblePlacementPolicy.java      | 432 +++++++++++++++++++--
 .../TestZoneawareEnsemblePlacementPolicy.java      |  28 +-
 .../AuditorPlacementPolicyCheckTest.java           | 145 +++++++
 .../replication/TestReplicationWorker.java         | 204 ++++++++++
 .../powermock/extensions/configuration.properties  |   6 +-
 pom.xml                                            |  10 +-
 site3/website/docs/reference/config.md             |  21 +-
 site3/website/src/pages/release-notes.md           |  66 ++++
 .../version-4.15.1}/admin/autorecovery.md          |   0
 .../admin/bookies.md                               |   2 +-
 .../version-4.15.1}/admin/decomission.md           |   0
 .../version-4.15.1}/admin/geo-replication.md       |   0
 .../version-4.15.1}/admin/http.md                  |   0
 .../version-4.15.1}/admin/metrics.md               |   0
 .../version-4.15.1}/admin/perf.md                  |   0
 .../version-4.15.1}/admin/placement.md             |   0
 .../version-4.15.1}/admin/upgrade.md               |   0
 .../api/distributedlog-api.md                      |   2 +-
 .../version-4.15.1}/api/ledger-adv-api.md          |   0
 .../api/ledger-api.md                              |   0
 .../version-4.15.1}/api/overview.md                |   0
 .../version-4.15.1}/deployment/kubernetes.md       |   0
 .../version-4.15.1}/deployment/manual.md           |   0
 .../version-4.15.1}/development/codebase.md        |   0
 .../version-4.15.1}/development/protocol.md        |   0
 .../getting-started/concepts.md                    |   2 +-
 .../getting-started/installation.md                |   2 +-
 .../version-4.15.1}/getting-started/run-locally.md |   0
 .../overview/overview.md                           |   2 +-
 .../reference/cli.md                               |   0
 .../reference/config.md                            |   0
 .../version-4.15.1}/security/overview.md           |   0
 .../version-4.15.1}/security/sasl.md               |   0
 .../security/tls.md                                |   2 +-
 .../version-4.15.1}/security/zookeeper.md          |   0
 ...-sidebars.json => version-4.15.1-sidebars.json} |   0
 src/owasp-dependency-check-suppressions.xml        |   5 +
 89 files changed, 1722 insertions(+), 429 deletions(-)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.aalto-xml.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.base64.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.bouncycastle.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.caliper.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.commons-lang.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.commons-logging.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.compress-lzf.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.dnsinfo.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.harmony.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.hpack.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.hyper-hpack.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.jboss-marshalling.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.jbzip2.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.jctools.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.jfastlz.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.jsr166y.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.jzlib.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.libdivsufsort.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.log4j.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.lz4.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.lzma-java.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.mvn-wrapper.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.nghttp2-hpack.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.protobuf.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.slf4j.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.snappy.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/LICENSE.webbit.txt (100%)
 rename bookkeeper-dist/src/main/resources/deps/{netty-4.1.77.Final => netty-4.1.79.Final}/NOTICE.harmony.txt (100%)
 copy .test-infra/scripts/slack-email-digest/requirements.txt => bookkeeper-server/src/test/resources/org/powermock/extensions/configuration.properties (94%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/autorecovery.md (100%)
 copy site3/website/versioned_docs/{version-4.11.1 => version-4.15.1}/admin/bookies.md (98%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/decomission.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/geo-replication.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/http.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/metrics.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/perf.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/placement.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/admin/upgrade.md (100%)
 copy site3/website/versioned_docs/{version-4.11.1 => version-4.15.1}/api/distributedlog-api.md (99%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/api/ledger-adv-api.md (100%)
 copy site3/website/versioned_docs/{version-4.15.0 => version-4.15.1}/api/ledger-api.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/api/overview.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/deployment/kubernetes.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/deployment/manual.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/development/codebase.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/development/protocol.md (100%)
 copy site3/website/versioned_docs/{version-4.14.5 => version-4.15.1}/getting-started/concepts.md (98%)
 copy site3/website/versioned_docs/{version-4.15.0 => version-4.15.1}/getting-started/installation.md (95%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/getting-started/run-locally.md (100%)
 copy site3/website/versioned_docs/{version-4.15.0 => version-4.15.1}/overview/overview.md (99%)
 copy site3/website/versioned_docs/{version-4.10.0 => version-4.15.1}/reference/cli.md (100%)
 copy site3/website/versioned_docs/{version-4.10.0 => version-4.15.1}/reference/config.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/security/overview.md (100%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/security/sasl.md (100%)
 copy site3/website/versioned_docs/{version-4.11.1 => version-4.15.1}/security/tls.md (99%)
 copy site3/website/{docs => versioned_docs/version-4.15.1}/security/zookeeper.md (100%)
 copy site3/website/versioned_sidebars/{version-4.15.0-sidebars.json => version-4.15.1-sidebars.json} (100%)