weiqingy commented on PR #2063: URL: https://github.com/apache/auron/pull/2063#issuecomment-3989067014
> @weiqingy thanks for your contribute, waiting for CI green Thank you @Tartarus0zm! I just pushed a fix - the CI failure was due to List.of() which requires Java 9+, while CI runs on JDK 8. Replaced with Collections.singletonList() in the test file. I force-pushed to keep the commit history clean for reviewers, so CI may need another workflow approval. Let me know if anything else is needed! -- 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]
