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

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.jetty-jetty-server-9.4.55.v20240627
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


 discard 0dc70d7c8e build(deps-dev): bump org.eclipse.jetty:jetty-server
     add f148f6334d [improve] Upgrade os-maven-plugin to support RISC-V 64 
(#4515)
     add 0376bdce03 Optimize reorderReadSequence to check WriteSet instead of 
entire Ensemble (#4478)
     add be499be2a2 fix: permission denied in the docker image (#4464)
     add af8baa18ad Upgrade Zookeeper to 3.9.3 to address CVE-2024-51504 (#4523)
     add c6f27f0240 LedgerHandle: eliminate unnecessasary synchronization on 
LedgerHandle.getLength() (#4516)
     add 8035796f97 [Website] Fix dead links and references to /site directory 
(#4527)
     add f3c3a92abb build(deps): bump http-proxy-middleware in /site3/website 
(#4519)
     add 0df224099b build(deps): bump cross-spawn from 7.0.3 to 7.0.5 in 
/site3/website (#4528)
     add f119d07b8c Fix potential jetcd-core shading problem (#4526)
     add d873ca4e0c Upgrade to Netty 4.1.115.Final to address CVE-2024-47535 
(#4524)
     add b372e9031e [improve][conf] Change the default value of 
readOnlyModeOnAnyDiskFullEnabled to true (#4520)
     add e9b1949a9a chore: remove docker tuning from tune-runner-vm action 
(#4536)
     add b660726391 build(deps): bump nanoid from 3.3.7 to 3.3.8 in 
/site3/website (#4538)
     add 14f2ae5586 chore: fix bot script to address github-script V5 changes 
(#4537)
     add 96c6dc0169 docs: add missing sentence beginning in protocol docs 
(#4531)
     add 09bdf25774 refactor: DefaultEntryLogTest to junit5 (#4511)
     add edb06724d2 chore: update NOTICE file for 2025 copyright year (#4542)
     add 3732f4b33f Bump vertx.version from 4.5.7 to 4.5.11 to address 
CVE-2024-8391 (#4545)
     add f419b8b6de improve: allow flaky tests run with specify parameters 
(#4543)
     add 0748423e32 [fix][ci] Fix OWASP Dependency Check by updating vertx-grpc 
(#4547)
     add 1e2c6ef082 Add temp dir property for native library (#4533)
     add 3e8ca44adf Upgrade gRPC to 1.70.0 (#4512)
     add 3bd53f1869 build(deps-dev): bump org.eclipse.jetty:jetty-server

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   (0dc70d7c8e)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.55.v20240627 
(3bd53f1869)

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:
 .github/actions/bot/src/run.js                     |  14 +-
 .github/actions/tune-runner-vm/action.yml          |   7 -
 .github/workflows/bk-ci.yml                        |   4 +-
 .github/workflows/bot.yml                          |   4 +-
 NOTICE                                             |   3 +-
 .../common/testing/annotations/FlakyTest.java      |  34 +-
 .../src/main/resources/LICENSE-all.bin.txt         | 195 +++++-----
 .../src/main/resources/LICENSE-bkctl.bin.txt       | 187 +++++----
 .../src/main/resources/LICENSE-server.bin.txt      | 195 +++++-----
 .../src/main/resources/NOTICE-all.bin.txt          |  64 +--
 .../src/main/resources/NOTICE-bkctl.bin.txt        |  52 +--
 .../src/main/resources/NOTICE-server.bin.txt       |  64 +--
 .../org/apache/bookkeeper/client/LedgerHandle.java |  24 +-
 .../apache/bookkeeper/client/LedgerRecoveryOp.java |   4 +-
 .../RackawareEnsemblePlacementPolicyImpl.java      |   5 +-
 .../bookkeeper/client/ReadOnlyLedgerHandle.java    |   2 +-
 .../bookkeeper/conf/ServerConfiguration.java       |   4 +-
 .../bookie/BookieStorageThresholdTest.java         |  14 +-
 .../bookkeeper/bookie/DefaultEntryLogTest.java     | 433 ++++++++++-----------
 .../bookkeeper/bookie/LedgerDirsManagerTest.java   |   4 +-
 ...KeeperDiskSpaceWeightedLedgerPlacementTest.java |   2 +-
 .../apache/bookkeeper/client/MockLedgerHandle.java |   2 +-
 .../TestRackawareEnsemblePlacementPolicy.java      |  39 ++
 .../replication/BookieAutoRecoveryTest.java        |   2 +-
 .../apache/bookkeeper/test/ReadOnlyBookieTest.java |   1 +
 circe-checksum/pom.xml                             |   5 +
 .../java/com/scurrilous/circe/crc/Sse42Crc32C.java |   4 +-
 conf/bk_server.conf                                |   4 +-
 cpu-affinity/pom.xml                               |   5 +
 .../common/util/affinity/impl/CpuAffinityImpl.java |   1 +
 .../common/util/affinity/impl/NativeUtils.java     |  90 -----
 docker/Dockerfile                                  |  67 +++-
 docker/scripts/common.sh                           |   2 +
 docker/scripts/init_bookie.sh                      |  14 +-
 metadata-drivers/etcd/pom.xml                      |   1 -
 metadata-drivers/jetcd-core-shaded/pom.xml         |  48 ---
 native-io/pom.xml                                  |   5 +
 .../common/util/nativeio/NativeIOJni.java          |   1 +
 .../common/util/nativeio/NativeUtils.java          |  85 ----
 .../common/util/nativeio/package-info.java         |   2 +-
 .../pom.xml                                        |  31 +-
 .../common/util/nativelib}/NativeUtils.java        |  67 ++--
 .../common/util/nativelib}/package-info.java       |   4 +-
 .../common/util/nativelib/NativeUtilsTest.java     |   4 +-
 pom.xml                                            |  21 +-
 shaded/bookkeeper-server-shaded/pom.xml            |   1 +
 shaded/distributedlog-core-shaded/pom.xml          |   1 +
 site3/website/docs/development/protocol.md         |   2 +-
 .../src/pages/bps/BP-35-128-bits-support.md        |   2 +-
 .../src/pages/community/bookkeeper-proposals.md    |   6 +-
 site3/website/src/pages/community/coding-guide.md  |   2 +-
 site3/website/src/pages/community/contributing.md  |   2 +-
 .../version-4.10.0/development/protocol.md         |   2 +-
 .../version-4.11.1/development/protocol.md         |   2 +-
 .../version-4.12.1/development/protocol.md         |   2 +-
 .../version-4.13.0/development/protocol.md         |   2 +-
 .../version-4.14.8/development/protocol.md         |   2 +-
 .../version-4.15.5/development/protocol.md         |   2 +-
 .../version-4.16.6/development/protocol.md         |   2 +-
 .../version-4.17.1/development/protocol.md         |   2 +-
 .../version-4.5.1/development/protocol.md          |   2 +-
 .../version-4.6.2/development/protocol.md          |   2 +-
 .../version-4.7.3/development/protocol.md          |   2 +-
 .../version-4.8.2/development/protocol.md          |   2 +-
 .../version-4.9.2/development/protocol.md          |   2 +-
 site3/website/yarn.lock                            |  18 +-
 .../distributedlog/TestDistributedLogBase.java     |  25 ++
 .../distributedlog/bk/TestLedgerAllocator.java     |  74 ++--
 .../TestDynamicConfigurationFeatureProvider.java   |  15 +-
 .../shaded/distributedlog-core-shaded-test/pom.xml |   4 +
 .../shaded/DistributedLogCoreShadedJarTest.java    |  11 +
 testtools/pom.xml                                  |   4 +
 72 files changed, 984 insertions(+), 1029 deletions(-)
 delete mode 100644 
cpu-affinity/src/main/java/org/apache/bookkeeper/common/util/affinity/impl/NativeUtils.java
 delete mode 100644 
native-io/src/main/java/org/apache/bookkeeper/common/util/nativeio/NativeUtils.java
 copy {bookkeeper-common-allocator => native-library-common}/pom.xml (69%)
 rename {circe-checksum/src/main/java/com/scurrilous/circe/utils => 
native-library-common/src/main/java/org/apache/bookkeeper/common/util/nativelib}/NativeUtils.java
 (60%)
 copy {bookkeeper-server/src/main/java/org/apache/bookkeeper/server/conf => 
native-library-common/src/main/java/org/apache/bookkeeper/common/util/nativelib}/package-info.java
 (90%)
 rename 
circe-checksum/src/test/java/com/scurrilous/circe/utils/NativeUtilsTests.java 
=> 
native-library-common/src/test/java/org/apache/bookkeeper/common/util/nativelib/NativeUtilsTest.java
 (94%)

Reply via email to