You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DEVELOPER_GUIDE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ See [OpenSearch requirements](https://github.com/opensearch-project/OpenSearch/b
24
24
25
25
#### Java
26
26
27
-
Flow Framework code currently maintains compatibility with JDK 11. Other plugins may require newer Java versions if used.
27
+
The Flow Framework `main` branch targets JDK 21. To ease backporting to `2.x`, maintain compatibility with JDK 11 unless significant benefits can be gained. Other plugins may require newer Java versions if used.
28
28
29
29
### Setup
30
30
31
31
1. Clone the repository (see [Forking and Cloning](#forking-and-cloning))
32
-
2. Make sure `JAVA_HOME` is pointing to a Java 14 JDK (see [Install Prerequisites](#install-prerequisites))
32
+
2. Make sure `JAVA_HOME` is pointing to a Java 21 or higher JDK (see [Install Prerequisites](#install-prerequisites))
33
33
3. Launch Intellij IDEA, Choose Import Project and select the settings.gradle file in the root of this package.
0 commit comments