j1wonpark commented on PR #4098: URL: https://github.com/apache/amoro/pull/4098#issuecomment-3925754977
Hi @baiyangtx — FYI, I opened #4091 addressing the same Docker 29+ CI issue with a more conservative workaround (`docker-java.properties` + partial upgrade to 1.20.1) to unblock CI quickly. Your approach of centralizing versions under a single parent property is cleaner for the long term. Happy to close #4091 if this PR is the preferred direction. Just in case the comparison is helpful: | | #4091 | This PR (#4098) | |---|---|---| | Approach | `docker-java.properties` + upgrade to 1.20.1 | Centralize to 1.21.3 via parent property | | Flink modules | Keeps original versions (avoids `ContainerDef` clash) | Unified version (may need compat check) | | CI | Passing | Dependency list needs update | -- 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]
