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: pom.xml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,12 @@
70
70
</scm>
71
71
72
72
<properties>
73
-
<java.version>17</java.version>
73
+
<!-- java 11 is no longer supported, but for backward compatibility reasons we plan to stay on 11 until druid37, see https://github.com/apache/druid/pull/18759.
74
+
Note for upgrade:
75
+
- remove the maven-compiler-plugin in embedded-tests
76
+
- remove exclusion of embedded-tests in strict compilation check
0 commit comments