Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[improve][broker, build, client, fn, io, ml, proxy, sql, test] Merge apache/branch-3.1 into 3.1_ds #212

Merged
merged 84 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
4904e7d
[fix][sec] Add OWASP Dependency Check suppressions (#21281)
lhotari Sep 30, 2023
8518384
[fix][build] Upgrade Lombok to 1.18.30 to support compiling with JDK2…
lhotari Sep 30, 2023
4c08efc
[fix][ml] Fix thread safe issue with RangeCache.put and RangeCache.cl…
lhotari Oct 7, 2023
9c21b93
[fix][broker]Check that the super user role is in the MultiRolesToken…
tuteng Aug 11, 2023
d366a8c
[fix][sec] Fix MultiRoles token provider when using anonymous clients…
merlimat Oct 10, 2023
8e25a13
[fix] [broker] fix flaky test PatternTopicsConsumerImplTest (#21222)
poorbarcode Sep 23, 2023
7c44cfe
[improve] [auto-recovery] [branch-3.1] Migrate the replication testin…
horizonzy Oct 11, 2023
37cf402
[fix] [metadata] Fix zookeeper related flacky test (#21310)
horizonzy Oct 8, 2023
f6a30a3
[fix][broker][branch-3.1] Fix inconsistent topic policy (#21255)
mattisonchao Oct 14, 2023
8373da4
[fix][ci] Fix docker image building by releasing more disk space befo…
lhotari Oct 14, 2023
88300d8
[fix] [broker] Make specified producer could override the previous on…
poorbarcode Sep 13, 2023
a7583e4
[fix][test] Fix a resource leak in ClusterMigrationTest (#21366)
lhotari Oct 16, 2023
16b8c87
[feat][sql] Support UUID for json and avro (#21267)
liangyepianzhou Oct 9, 2023
85e9436
[fix][test] Fix some resource leaks in compaction tests (#21374)
lhotari Oct 17, 2023
683dbc6
[fix][test] Fix resource leaks with Pulsar Functions tests (#21378)
lhotari Oct 17, 2023
5f358ec
[fix][broker][branch-3.1] Fix lookup heartbeat and sla namespace bund…
Demogorgon314 Oct 18, 2023
1bbfa8b
[improve][ci] Add new CI unit test group "Broker Group 4" with cluste…
lhotari Oct 18, 2023
c7035cf
[fix][broker] rackaware policy is ineffective when delete zk rack inf…
TakaHiR07 Oct 7, 2023
3f9c5b6
[fix][broker] Fix inconsistent topic policy (#21231)
mattisonchao Sep 26, 2023
39364b9
[fix][broker] Fix heartbeat namespace create transaction internal top…
TakaHiR07 Oct 19, 2023
1b0ef5d
[fix][broker] Fix heartbeat namespace create event topic and cannot d…
TakaHiR07 Oct 19, 2023
89e1fc6
[fix] [bk-client] Fix bk client MinNumRacksPerWriteQuorum and Enforc…
horizonzy Oct 11, 2023
b309f25
[improve][broker] use ConcurrentHashMap in ServiceUnitStateChannel an…
heesung-sn Oct 11, 2023
32d4802
[fix][broker] Fix unload operation stuck when use ExtensibleLoadManag…
Demogorgon314 Oct 19, 2023
39faf89
[fix][sec] Upgrade snappy-java to 1.1.10.5 (#21280)
lhotari Oct 3, 2023
3355e90
[fix][proxy] Move status endpoint out of auth coverage (#21428)
mattisonchao Oct 24, 2023
a397787
[fix][sec] Upgrade Jetty to 9.4.53 to address CVE-2023-44487 (#21395)
lhotari Oct 19, 2023
ce9174e
[fix][sec] Upgrade Netty to 4.1.100 to address CVE-2023-44487 (#21397)
lhotari Oct 19, 2023
ec70edf
Bump version to 3.1.2-SNAPSHOT
lhotari Oct 26, 2023
6c9995c
[fix][sec] Upgrade Zookeeper to 3.8.3 to address CVE-2023-44981 (#21398)
lhotari Oct 19, 2023
83715e3
[fix][broker] Fix MultiRoles token provider NPE when using anonymous …
Technoboy- Oct 25, 2023
08d15b3
[fix][broker] Ignore individual acknowledgment for CompactorSubscript…
coderzc Oct 25, 2023
7146309
[fix][build] Fix apt download issue in building the docker image (#21…
lhotari Oct 31, 2023
60b0871
[fix][txn] Ack all message ids when ack chunk messages with transacti…
liangyepianzhou Nov 8, 2023
a04e057
[fix][client] Avert extensive time consumption during table view cons…
liangyepianzhou Nov 6, 2023
e7f68f4
[fix][test] Fix LocalBookkeeperEnsemble resource leak in tests (#21407)
lhotari Oct 23, 2023
6b8d521
[fix][txn] OpRequestSend reuse problem cause tbClient commitTxnOnTopi…
TakaHiR07 Nov 3, 2023
34ae8af
[fix][broker] Avoid pass null role in MultiRolesTokenAuthorizationPro…
mattisonchao Nov 2, 2023
acfdca5
[fix][broker] Fix issue with consumer read uncommitted messages from …
coderzc Nov 3, 2023
e8ed4f6
[fix][broker] Fix PulsarService/BrokerService shutdown when brokerShu…
lhotari Nov 1, 2023
c57d9fb
[fix][broker] Fix namespace bundle stuck in unloading status (#21445)
mattisonchao Nov 8, 2023
7305091
[fix][broker] Fix create topic with different auto creation strategie…
mattisonchao Nov 10, 2023
f2c0ad1
[fix][broker] Fix the deadlock when using BookieRackAffinityMapping w…
erobot Nov 10, 2023
0377f77
[fix][broker] Fix failure while creating non-durable cursor with inac…
rdhabalia Nov 4, 2023
a304964
[fix][client] Fix print error log 'Auto getting partitions failed' wh…
hanmz Nov 11, 2023
6e20f6f
[fix][ml] Fix unfinished callback when deleting managed ledger (#21530)
mattisonchao Nov 10, 2023
67e7575
[fix] [broker] Fix thousands orphan PersistentTopic caused OOM (#21540)
poorbarcode Nov 11, 2023
cb349ec
[fix] [ml] Fix orphan scheduled task for ledger create timeout check …
poorbarcode Nov 11, 2023
9370b48
Revert "[fix][client] Avert extensive time consumption during table v…
liangyepianzhou Nov 13, 2023
ef5f753
Revert "[fix][broker] Fix issue with consumer read uncommitted messag…
coderzc Nov 13, 2023
2c7f4e2
[fix][broker][branch-3.1] Fix issue with consumer read uncommitted me…
coderzc Nov 13, 2023
1a55a80
[fix][broker] Duplicate LedgerOffloader creation when namespace/topic…
shibd Nov 20, 2023
192fa78
[improve][broker] Support not retaining null-key message during topic…
coderzc Nov 22, 2023
ef24469
[fix] [broker] Delete topic timeout due to NPE (#21595)
poorbarcode Nov 21, 2023
b3522d8
[fix][broker] Fix setReplicatedSubscriptionStatus incorrect behavior …
liudezhi2098 Nov 12, 2023
6ee8da1
[fix][broker] Do not write replicated snapshot marker when the topic …
liangyepianzhou Nov 14, 2023
443969c
[fix][broker] Fix resource_quota_zpath (#21461)
AnonHxy Nov 16, 2023
b0134be
[cleanup][client] Fix inconsistent API annotations of `getTopicName` …
liangyepianzhou Nov 27, 2023
8f4132c
[fix][sec] Upgrade rabbitmq client to address CVE-2023-46120 (#21619)
liangyepianzhou Nov 27, 2023
09d75b1
[fix] [build] rename schema_example.conf to schema_example.json (#21447)
poorbarcode Oct 27, 2023
1d11ff3
[improve] [broker] Let the producer request success at the first time…
poorbarcode Nov 2, 2023
3d161e9
[fix] [log] fix the vague response if topic not found (#20932)
poorbarcode Nov 28, 2023
c07d532
Release 3.1.2
AnonHxy Nov 30, 2023
0bb4ff0
[fix][build] Fix Stage Docker images fail on M1 Mac (#21659)
AnonHxy Dec 2, 2023
d728bbe
[improve][admin] Add clusters check when set replication clusters (#2…
Technoboy- Dec 2, 2023
753fcee
[fix][broker] Fix memory leak during topic compaction (#21647)
coderzc Dec 2, 2023
62dbe19
[fix][broker] Fix lookupRequestSemaphore leak when topic not found (#…
pengxiangrui127 Dec 4, 2023
d91af76
[fix][admin] Fix KeyValue schema compatibility check caused OOM (#21645)
Technoboy- Nov 30, 2023
646dab8
[fix][broker] Fixed getting incorrect KeyValue schema version (#21632)
Technoboy- Nov 29, 2023
50cb4d6
[fix][broker] Fix incorrect unack count when using shared subscriptio…
1Jack2 Nov 30, 2023
5937afa
[improve][build] Upgrade Apache ZooKeeper to 3.9.1 (#20933)
eolivelli Nov 29, 2023
87bb97d
[fix][offload] Don't cleanup data when offload met MetaStore exceptio…
zymap Dec 7, 2023
244d92e
[fix][broker] Fix typo in the config key (#21690)
coderzc Dec 7, 2023
e0ec9d9
[improve][broker] Print recoverBucketSnapshot log if cursorProperties…
coderzc Dec 4, 2023
ade2f31
[fix][broker] Record GeoPersistentReplicator.msgOut before producer#s…
nodece Dec 8, 2023
5ad09f7
[fix][sec] Bump avro version to 1.11.3 for CVE-2023-39410 (#21341)
tisonkun Oct 17, 2023
ade2ff4
Update groupID of dependencies to com.datastax.oss
nikhil-ctds Dec 13, 2023
e83665b
Updated groupID of artifact
nikhil-ctds Dec 19, 2023
ccb553d
Updated groupIDs in excludes
nikhil-ctds Dec 19, 2023
4419ed7
Fix for WrongTypeOfReturnValue due to limitations of concurrency test…
nikhil-ctds Dec 19, 2023
6a7bdc2
Add -fae option to mvn initialize while discovering sub-modules.
nikhil-ctds Dec 20, 2023
f9184dd
Updated pulsar-experimental version
nikhil-ctds Dec 20, 2023
cac642d
[fix] [broker] network package lost if enable haProxyProtocolEnabled …
poorbarcode Dec 8, 2023
96d9a32
[fix][sec] Upgrade org.bouncycastle:bc-fips to 1.0.2.4 (#21730)
Dec 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/actions/clean-disk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
directories=(/usr/local/lib/android /opt/ghc)
if [[ "${{ inputs.mode }}" == "full" ]]; then
# remove these directories only when mode is 'full'
directories+=(/usr/share/dotnet)
directories+=(/usr/share/dotnet /opt/hostedtoolcache/CodeQL)
fi
emptydir=/tmp/empty$$/
mkdir $emptydir
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
group: BROKER_GROUP_2
- name: Brokers - Broker Group 3
group: BROKER_GROUP_3
- name: Brokers - Broker Group 4
group: BROKER_GROUP_4
- name: Brokers - Client Api
group: BROKER_CLIENT_API
- name: Brokers - Client Impl
Expand Down Expand Up @@ -747,6 +749,8 @@ jobs:

- name: Clean Disk
uses: ./.github/actions/clean-disk
with:
mode: full

- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down Expand Up @@ -862,6 +866,7 @@ jobs:

- name: Pulsar IO
group: PULSAR_IO
clean_disk: true

- name: Sql
group: SQL
Expand All @@ -873,6 +878,10 @@ jobs:
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm

- name: Clean Disk when needed
if: ${{ matrix.clean_disk }}
uses: ./.github/actions/clean-disk

- name: Setup ssh access to build runner VM
# ssh access is enabled for builds in own forks
if: ${{ github.repository != 'apache/pulsar' && github.event_name == 'pull_request' }}
Expand Down Expand Up @@ -1073,6 +1082,7 @@ jobs:

- name: Pulsar IO - Oracle
group: PULSAR_IO_ORA
clean_disk: true

steps:
- name: checkout
Expand All @@ -1081,6 +1091,10 @@ jobs:
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm

- name: Clean Disk when needed
if: ${{ matrix.clean_disk }}
uses: ./.github/actions/clean-disk

- name: Setup ssh access to build runner VM
# ssh access is enabled for builds in own forks
if: ${{ github.repository != 'apache/pulsar' && github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion bouncy-castle/bc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>bouncy-castle-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bouncy-castle/bcfips-include-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>bouncy-castle-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bouncy-castle/bcfips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>bouncy-castle-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bouncy-castle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>pulsar</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/run_integration_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TESTNG_VERSION="7.3.0"
# returns a CSV value
mvn_list_modules() {
(
mvn -B -ntp -Dscan=false "$@" initialize \
mvn -fae -B -ntp -Dscan=false "$@" initialize \
| grep -- "-< .* >-" \
| sed -E 's/.*-< (.*) >-.*/\1/' \
| tr '\n' ',' | sed 's/,$/\n/'
Expand Down
4 changes: 4 additions & 0 deletions build/run_unit_group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ function test_group_broker_group_3() {
mvn_test -pl pulsar-broker -Dgroups='broker-admin'
}

function test_group_broker_group_4() {
mvn_test -pl pulsar-broker -Dgroups='cluster-migration'
}

function test_group_broker_client_api() {
mvn_test -pl pulsar-broker -Dgroups='broker-api'
}
Expand Down
6 changes: 3 additions & 3 deletions buildtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@

<groupId>com.datastax.oss</groupId>
<artifactId>buildtools</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<packaging>jar</packaging>
<name>Pulsar Build Tools</name>

<properties>
<project.build.outputTimestamp>2023-09-27T08:29:08Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-30T15:05:59Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<surefire.version>3.1.0</surefire.version>
Expand All @@ -47,7 +47,7 @@
<license-maven-plugin.version>4.1</license-maven-plugin.version>
<puppycrawl.checkstyle.version>8.37</puppycrawl.checkstyle.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<netty.version>4.1.94.Final</netty.version>
<netty.version>4.1.100.Final</netty.version>
<guice.version>4.2.3</guice.version>
<guava.version>32.1.1-jre</guava.version>
<ant.version>1.10.12</ant.version>
Expand Down
3 changes: 3 additions & 0 deletions conf/broker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,9 @@ brokerServiceCompactionThresholdInBytes=0
# If the execution time of the compaction phase one loop exceeds this time, the compaction will not proceed.
brokerServiceCompactionPhaseOneLoopTimeInSeconds=30

# Whether retain null-key message during topic compaction
topicCompactionRetainNullKey=true

# Whether to enable the delayed delivery for messages.
# If disabled, messages will be immediately delivered and there will
# be no tracking overhead.
Expand Down
File renamed without changes.
5 changes: 4 additions & 1 deletion conf/standalone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1277,4 +1277,7 @@ brokerInterceptorsDirectory=./interceptors
brokerInterceptors=

# Enable or disable the broker interceptor, which is only used for testing for now
disableBrokerInterceptors=true
disableBrokerInterceptors=true

# Whether retain null-key message during topic compaction
topicCompactionRetainNullKey=true
2 changes: 1 addition & 1 deletion distribution/io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>distribution</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/offloaders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>distribution</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>pulsar</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
8 changes: 7 additions & 1 deletion distribution/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>distribution</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -155,6 +155,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-graphite</artifactId>
<exclusions>
<exclusion>
<artifactId>amqp-client</artifactId>
<groupId>com.rabbitmq</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
93 changes: 45 additions & 48 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,27 +289,26 @@ The Apache Software License, Version 2.0
- org.apache.commons-commons-lang3-3.11.jar
- org.apache.commons-commons-text-1.10.0.jar
* Netty
- io.netty-netty-buffer-4.1.94.Final.jar
- io.netty-netty-codec-4.1.94.Final.jar
- io.netty-netty-codec-dns-4.1.94.Final.jar
- io.netty-netty-codec-http-4.1.94.Final.jar
- io.netty-netty-codec-http2-4.1.94.Final.jar
- io.netty-netty-codec-socks-4.1.94.Final.jar
- io.netty-netty-codec-haproxy-4.1.94.Final.jar
- io.netty-netty-common-4.1.94.Final.jar
- io.netty-netty-handler-4.1.94.Final.jar
- io.netty-netty-handler-proxy-4.1.94.Final.jar
- io.netty-netty-resolver-4.1.94.Final.jar
- io.netty-netty-resolver-dns-4.1.94.Final.jar
- io.netty-netty-resolver-dns-classes-macos-4.1.94.Final.jar
- io.netty-netty-resolver-dns-native-macos-4.1.94.Final-osx-aarch_64.jar
- io.netty-netty-resolver-dns-native-macos-4.1.94.Final-osx-x86_64.jar
- io.netty-netty-transport-4.1.94.Final.jar
- io.netty-netty-transport-classes-epoll-4.1.94.Final.jar
- io.netty-netty-transport-native-epoll-4.1.94.Final-linux-x86_64.jar
- io.netty-netty-transport-native-epoll-4.1.94.Final.jar
- io.netty-netty-transport-native-unix-common-4.1.94.Final.jar
- io.netty-netty-transport-native-unix-common-4.1.94.Final-linux-x86_64.jar
- io.netty-netty-buffer-4.1.100.Final.jar
- io.netty-netty-codec-4.1.100.Final.jar
- io.netty-netty-codec-dns-4.1.100.Final.jar
- io.netty-netty-codec-http-4.1.100.Final.jar
- io.netty-netty-codec-http2-4.1.100.Final.jar
- io.netty-netty-codec-socks-4.1.100.Final.jar
- io.netty-netty-codec-haproxy-4.1.100.Final.jar
- io.netty-netty-common-4.1.100.Final.jar
- io.netty-netty-handler-4.1.100.Final.jar
- io.netty-netty-handler-proxy-4.1.100.Final.jar
- io.netty-netty-resolver-4.1.100.Final.jar
- io.netty-netty-resolver-dns-4.1.100.Final.jar
- io.netty-netty-resolver-dns-classes-macos-4.1.100.Final.jar
- io.netty-netty-resolver-dns-native-macos-4.1.100.Final-osx-aarch_64.jar
- io.netty-netty-resolver-dns-native-macos-4.1.100.Final-osx-x86_64.jar
- io.netty-netty-transport-4.1.100.Final.jar
- io.netty-netty-transport-classes-epoll-4.1.100.Final.jar
- io.netty-netty-transport-native-epoll-4.1.100.Final-linux-x86_64.jar
- io.netty-netty-transport-native-unix-common-4.1.100.Final.jar
- io.netty-netty-transport-native-unix-common-4.1.100.Final-linux-x86_64.jar
- io.netty-netty-tcnative-boringssl-static-2.0.61.Final.jar
- io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-aarch_64.jar
- io.netty-netty-tcnative-boringssl-static-2.0.61.Final-linux-x86_64.jar
Expand Down Expand Up @@ -383,25 +382,25 @@ The Apache Software License, Version 2.0
- org.asynchttpclient-async-http-client-2.12.1.jar
- org.asynchttpclient-async-http-client-netty-utils-2.12.1.jar
* Jetty
- org.eclipse.jetty-jetty-client-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-continuation-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-http-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-io-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-proxy-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-security-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-server-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-servlet-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-servlets-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-util-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-util-ajax-9.4.51.v20230217.jar
- org.eclipse.jetty.websocket-javax-websocket-client-impl-9.4.51.v20230217.jar
- org.eclipse.jetty.websocket-websocket-api-9.4.51.v20230217.jar
- org.eclipse.jetty.websocket-websocket-client-9.4.51.v20230217.jar
- org.eclipse.jetty.websocket-websocket-common-9.4.51.v20230217.jar
- org.eclipse.jetty.websocket-websocket-server-9.4.51.v20230217.jar
- org.eclipse.jetty.websocket-websocket-servlet-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-alpn-server-9.4.51.v20230217.jar
- org.eclipse.jetty-jetty-client-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-continuation-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-http-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-io-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-proxy-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-security-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-server-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-servlet-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-servlets-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-util-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-util-ajax-9.4.53.v20231009.jar
- org.eclipse.jetty.websocket-javax-websocket-client-impl-9.4.53.v20231009.jar
- org.eclipse.jetty.websocket-websocket-api-9.4.53.v20231009.jar
- org.eclipse.jetty.websocket-websocket-client-9.4.53.v20231009.jar
- org.eclipse.jetty.websocket-websocket-common-9.4.53.v20231009.jar
- org.eclipse.jetty.websocket-websocket-server-9.4.53.v20231009.jar
- org.eclipse.jetty.websocket-websocket-servlet-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-alpn-conscrypt-server-9.4.53.v20231009.jar
- org.eclipse.jetty-jetty-alpn-server-9.4.53.v20231009.jar
* SnakeYaml -- org.yaml-snakeyaml-2.0.jar
* RocksDB - org.rocksdb-rocksdbjni-7.9.2.jar
* Google Error Prone Annotations - com.google.errorprone-error_prone_annotations-2.5.1.jar
Expand Down Expand Up @@ -447,8 +446,8 @@ The Apache Software License, Version 2.0
- net.jodah-typetools-0.5.0.jar
- net.jodah-failsafe-2.4.4.jar
* Apache Avro
- org.apache.avro-avro-1.10.2.jar
- org.apache.avro-avro-protobuf-1.10.2.jar
- org.apache.avro-avro-1.11.3.jar
- org.apache.avro-avro-protobuf-1.11.3.jar
* Apache Curator
- org.apache.curator-curator-client-5.1.0.jar
- org.apache.curator-curator-framework-5.1.0.jar
Expand Down Expand Up @@ -480,11 +479,11 @@ The Apache Software License, Version 2.0
- io.vertx-vertx-web-common-4.3.8.jar
- io.vertx-vertx-grpc-4.3.5.jar
* Apache ZooKeeper
- org.apache.zookeeper-zookeeper-3.8.1.jar
- org.apache.zookeeper-zookeeper-jute-3.8.1.jar
- org.apache.zookeeper-zookeeper-prometheus-metrics-3.8.1.jar
- org.apache.zookeeper-zookeeper-3.9.1.jar
- org.apache.zookeeper-zookeeper-jute-3.9.1.jar
- org.apache.zookeeper-zookeeper-prometheus-metrics-3.9.1.jar
* Snappy Java
- org.xerial.snappy-snappy-java-1.1.10.1.jar
- org.xerial.snappy-snappy-java-1.1.10.5.jar
* Google HTTP Client
- com.google.http-client-google-http-client-gson-1.41.0.jar
- com.google.http-client-google-http-client-1.41.0.jar
Expand All @@ -499,8 +498,6 @@ The Apache Software License, Version 2.0
- com.github.seancfoley-ipaddress-5.3.3.jar
* RxJava
- io.reactivex.rxjava3-rxjava-3.0.1.jar
* RabbitMQ Java Client
- com.rabbitmq-amqp-client-5.5.3.jar
* RoaringBitmap
- org.roaringbitmap-RoaringBitmap-0.9.44.jar

Expand Down
4 changes: 2 additions & 2 deletions distribution/server/src/assemble/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@
<outputFileNameMapping>${artifact.groupId}-${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>

<excludes>
<exclude>org.apache.pulsar:pulsar-functions-runtime-all</exclude>
<exclude>com.datastax.oss:pulsar-functions-runtime-all</exclude>

<exclude>org.projectlombok:lombok</exclude>

<!-- prevent adding pulsar-functions-api-examples in lib -->
<exclude>org.apache.pulsar:pulsar-functions-api-examples</exclude>
<exclude>com.datastax.oss:pulsar-functions-api-examples</exclude>
<!-- prevent adding any distribution .tar.gz files in lib -->
<exclude>*:tar.gz</exclude>
</excludes>
Expand Down
2 changes: 1 addition & 1 deletion distribution/shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>com.datastax.oss</groupId>
<artifactId>distribution</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Loading
Loading