nicoloboschi opened a new pull request #13894:
URL: https://github.com/apache/pulsar/pull/13894
### Motivation
The Jackson ASL is an abandoned project and has many CVEs open.
After upgrading Confluent version, `kafka-connect-avro-converter` doesn't
need Jackson ASL anymore.
```
[INFO] +- io.confluent:kafka-connect-avro-converter:jar:7.0.1:compile
[INFO] | +- org.apache.avro:avro:jar:1.10.1:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-core:jar:2.12.6:compile
[INFO] | | \-
com.fasterxml.jackson.core:jackson-databind:jar:2.12.6:compile
[INFO] | | \-
com.fasterxml.jackson.core:jackson-annotations:jar:2.12.6:compile
```
We can safely remove the import and shading
### Modifications
Removed Jackson asl dependency
- Dependencies (does it add or upgrade a dependency): yes
### Documentation
- [x] `no-need-doc`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]