gyfora opened a new pull request, #1047:
URL: https://github.com/apache/flink-kubernetes-operator/pull/1047
## What is the purpose of the change
The kubernetes operator uses flink shaded classes, this can be very
problematic if the operator api is used as a library from other apps to submit
resources. We should follow the standard best prectice of not using flink
shaded classes outside core flink.
## Brief change log
- Remove shaded guava usage and replace with regular guava
- Update checkstyle
- Update Notice file
## Verifying this change
Unit test and test in prod envs
## 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 changes to the `CustomResourceDescriptors`:
no
- Core observer or reconciler logic that is regularly executed: yes
## Documentation
- Does this pull request introduce a new feature? no
--
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]