GanfengTan opened a new pull request, #8032:
URL: https://github.com/apache/inlong/pull/8032
Support to dynamically select flink version packaging.
1. The packaging of different versions does not conflict with each other,
and the dependent versions are managed by themselves.
2. The dependencies related to flink under the Sort module only need to
introduce sort-flink-dependencies-xxx.
3. To switch the Flink version under the Sort module, you need to modify the
relevant conflicts to ensure compatibility. Looking forward to your PR.
4. How to switch Flink version?
- By default, it will only pack: profile id is v1.13
- If you need to package all modules: mvn clean install -DskipTests -P
v1.15,v1.13
- Fixes #8031
### Motivation
### Modifications
### Verifying this change
*(Please pick either of the following options)*
- [x] This change is a trivial rework/code cleanup without any test coverage.
- [ ] This change is already covered by existing tests, such as:
*(please describe tests)*
- [ ] This change added tests and can be verified as follows:
--
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]