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

mmerli pushed a change to branch 
dependabot/go_modules/pulsar-function-go/google.golang.org/protobuf-1.33.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    omit 410467f635f Validate style with go 1.22
    omit 2810a5fcf9c Merge remote-tracking branch 'apache/master' into 
dependabot/go_modules/pulsar-function-go/google.golang.org/protobuf-1.33.0
    omit 484d99b4faf Bump google.golang.org/protobuf in /pulsar-function-go
     add ca8b465897f [improve] Validate user paths in Functions utils (#22833)
     add 2532fbd5ef0 [fix] JWT CLI util should force the token validation 
(#22831)
     add 02fd1eed092 [fix] [broker] disable 
loadBalancerDirectMemoryResourceWeight by default (#22821)
     add 94549856364 [fix] [conf] fix configuration name and typo. (#22822)
     add 75293574665 [improve] Validate range of argument before long -> int 
conversion (#22830)
     add be5eb919f8c [improve] Upgrade Jetcd to 0.7.7 and VertX to 4.5.8 
(#22835)
     add 30069db47bc [improve] Use Google re2/j library for user provided 
regexes (#22829)
     add ca3febe68f6 Bump google.golang.org/protobuf in /pulsar-function-go
     add 4b926f3d3e3 Fixed test

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   (410467f635f)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/pulsar-function-go/google.golang.org/protobuf-1.33.0
 (4b926f3d3e3)

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/workflows/ci-go-functions.yaml             |  2 +-
 conf/standalone.conf                               |  2 +-
 deployment/terraform-ansible/templates/broker.conf | 22 +++----
 distribution/server/src/assemble/LICENSE.bin.txt   | 23 +++----
 distribution/shell/src/assemble/LICENSE.bin.txt    |  1 +
 pom.xml                                            | 30 ++++++++-
 .../pulsar/broker/admin/impl/TransactionsBase.java |  9 ++-
 .../apache/pulsar/broker/service/ServerCnx.java    |  2 +-
 .../pulsar/broker/service/TopicListService.java    |  2 +-
 .../apache/pulsar/broker/web/ExceptionHandler.java |  2 +
 .../pulsar/utils/auth/tokens/TokensCliUtils.java   |  3 +-
 .../broker/service/TopicListServiceTest.java       |  2 +-
 .../broker/service/TopicListWatcherTest.java       |  2 +-
 .../impl/PatternTopicsConsumerImplAuthTest.java    |  2 +-
 .../client/impl/PatternTopicsConsumerImplTest.java | 24 +++----
 .../impl/PatternMultiTopicsConsumerImpl.java       |  2 +-
 .../pulsar/client/impl/PulsarClientImpl.java       |  6 +-
 .../pulsar/client/impl/TopicListWatcher.java       |  2 +-
 .../impl/PatternMultiTopicsConsumerImplTest.java   |  2 +-
 .../pulsar/client/impl/TopicListWatcherTest.java   |  2 +-
 pulsar-common/pom.xml                              |  5 ++
 .../org/apache/pulsar/PulsarVersion.java           |  4 +-
 .../org/apache/pulsar/common/topics/TopicList.java |  3 +-
 .../apache/pulsar/common/topics/TopicListTest.java |  2 +-
 pulsar-function-go/go.mod                          |  2 +-
 pulsar-function-go/go.sum                          |  4 +-
 pulsar-function-go/pf/stats_test.go                | 73 +---------------------
 .../functions/utils/FunctionConfigUtils.java       | 14 ++++-
 .../filesystem/FileSystemPackagesStorage.java      | 42 +++++++++----
 .../pulsar/testclient/LoadSimulationClient.java    | 12 ++--
 tests/integration/pom.xml                          |  6 ++
 .../tests/integration/io/PulsarIOTestRunner.java   |  7 ++-
 .../integration/io/sinks/PulsarIOSinkRunner.java   |  2 +-
 .../io/sources/PulsarIOSourceRunner.java           |  2 +-
 .../debezium/PulsarIODebeziumSourceRunner.java     |  2 +-
 35 files changed, 166 insertions(+), 156 deletions(-)

Reply via email to