lhotari opened a new pull request #10260: URL: https://github.com/apache/pulsar/pull/10260
### Motivation - sundr library has been upgraded to 0.22.1 version which contains a fix a dependency resolution issue, https://github.com/sundrio/sundrio/issues/168 - various workarounds for sundr library dependency issues can be removed - newer version of k8s java-client has fewer dependencies ### Modifications - upgrade io.kubernetes:java-client version from 10.0.0 to 12.0.0 - add dependency management rules for com.google.errorprone:error_prone_annotations and com.google.j2objc:j2objc-annotations so that the dependency versions are consistent with the other dependencies. - adapt license files to the modifications - adapt usage of `coreClient.listNamespacedPod` since the api has changed (1 new parameter, passes as null) - remove workarounds that have been in place to address issues with sundr library dependency resolution issue - reformat `pulsar-sql/presto-distribution/pom.xml` -- 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]
