RustedBones opened a new pull request #10285: [FLINK-14896] 
[flink-kinesis-connector] Set jackson and guava dependency to flink-shaded
URL: https://github.com/apache/flink/pull/10285
 
 
   ## What is the purpose of the change
   
   - Avoid missing / conflict librabry error due to exclusion rule
   - Depends on [flink-shaded](https://github.com/apache/flink-shaded) as it is 
intended
   > The purpose of these dependencies is to provide a single instance of a 
shaded dependency in the Flink distribution, instead of each individual module 
shading the dependency.
   
   ## Brief change log
   
   - Add `flink-shaded-jackson` and `flink-shaded-guava` as provided dependency
   - Relocate jackson and guava to flink-shaded package
   - Fix wrong shading naming package (TBD since this this will break user code)
   
   ## Verifying this change
   
   This change is affecting packaging. 
   Can be tested by running flink with classpath containing old versions of 
jacskson/guava
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): yes
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no (except shaded imports)
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to