From 29c17f92ba9cf08805500cb9ac901c4686206af2 Mon Sep 17 00:00:00 2001 From: Tomoyuki Morita Date: Tue, 27 Jan 2026 11:56:10 -0800 Subject: [PATCH] Remove Java11 review guidance Signed-off-by: Tomoyuki Morita --- .rules/REVIEW_GUIDELINES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.rules/REVIEW_GUIDELINES.md b/.rules/REVIEW_GUIDELINES.md index fb97e1b80d1..2a66638499a 100644 --- a/.rules/REVIEW_GUIDELINES.md +++ b/.rules/REVIEW_GUIDELINES.md @@ -90,7 +90,6 @@ This document provides general code review principles and standards for the Open ### OpenSearch SQL - **JDK 21**: Required for development -- **Java 11 Compatibility**: Maintain when possible for OpenSearch 2.x - **Module Structure**: Respect existing module boundaries (core, ppl, sql, opensearch, integ-test) - **Test Naming**: `*IT.java` for integration tests, `*Test.java` for unit tests