mbalassi opened a new pull request, #417: URL: https://github.com/apache/flink-kubernetes-operator/pull/417
This refactor introduces a new module called `flink-kubernetes-operator-api` and moves the CRD in said module with the aim of making the transitive dependencies of it as slim as possible via removing flink from the compile time dependency tree. In order to keep API compatibility for existing Java clients I opted against appending `api` to the base package name which is the best practice in flink. (E.g. moving `org.apache.flink.kubernetes.operator.crd` to `org.apache.flink.kubernetes.operator.api.crd`), we can choose to do this in a later point. -- 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]
