imneerajsharma commented on issue #10852: URL: https://github.com/apache/iceberg/issues/10852#issuecomment-2284906414
Hi team, I’m working on the issue where Dependabot suggests updates without considering the JDK version used in our project. Since Iceberg is now running on JDK 11+, it’s important to ensure that our dependencies listed in libs.versions.toml are compatible with JDK 11 before any updates are suggested. I propose creating a GitHub Action that: 1. Reads the JDK version specified in our build.gradle file. 2. Automatically checks if the dependencies listed in libs.versions.toml are compatible with this JDK version. 3. Ensures that Dependabot only suggests updates that are compatible with the JDK we’re currently using. I’m a beginner contributor, so I’m keen to learn and would appreciate any feedback or guidance on this approach. Please let me know if this solution aligns with our needs or if there are any additional considerations or adjustments required. Looking forward to your feedback. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org