elon-X opened a new pull request, #88:
URL: https://github.com/apache/flink-connector-pulsar/pull/88
This PR fixes the conflict of
com.fasterxml.jackson.annotation.JsonFormat$Value
## Purpose of the change
fixes the conflict of com.fasterxml.jackson.annotation.JsonFormat$Value
## Brief change log
update pom.xml to relocate the 'com.fasterxml' classes to
'org.apache.pulsar.shade.com.fasterxml'
## Verifying this change
execute 'mvn clean package -DskipTests', then jar -tf
flink-sql-connector-pulsar-4.2-SNAPSHOT.jar | grep 'com.fasterxml', the
original 'com.fasterxml' classes are now located under
'org.apache.pulsar.shade.com.fasterxml'
## Significant changes
*(Please check any boxes [x] if the answer is "yes". You can first publish
the PR and check them afterwards, for
convenience.)*
- [ ] Dependencies have been added or upgraded
- [ ] Public API has been changed (Public API is any class annotated with
`@Public(Evolving)`)
- [ ] Serializers have been changed
- [ ] New feature has been introduced
- If yes, how is this documented? (not applicable / docs / JavaDocs /
not documented)
--
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]