eolivelli opened a new pull request #8576:
URL: https://github.com/apache/pulsar/pull/8576
Fixes #8558
### Motivation
sundr-codegen jar is not needed at runtime and in bundles legacy versions of
commons-lang and other libraries, this is polluting the runtime classpath of
Pulsar Broker,Bookie,Functions...
The depedency comes from Kubernetes java client, used by Pulsar Functions.
https://github.com/sundrio/sundrio/issues/153
### Modifications
- remove sundr-codegen from distribution lib
- allow Pulsar bookie to run on JDK14+
- upgrade Kuberntes java client
- upgrade commons-lang3
### Verifying this change
This change is already covered by existing tests, such as *(please describe
tests)*.
### Does this pull request potentially affect one of the following parts:
*If `yes` was chosen, please highlight the changes*
- Dependencies (does it add or upgrade a dependency): yes
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]