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
Docker CI runs Java 11 which can't compile --release 17. Conditionally
exclude the module from settings.gradle and BOM when the build JDK is
below 17.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: TASK_QUEUE.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,16 @@
114
114
"depends_on": [],
115
115
"status": "completed",
116
116
"notes": "Edge CI log showed: Dependency resolution is looking for a library compatible with JVM runtime version 17, but temporal-sdk is only compatible with JVM runtime version 21 or newer."
117
+
},
118
+
{
119
+
"id": "T31",
120
+
"title": "Fix CI: Docker build fails with Java 11 (release 17 not supported)",
121
+
"description": "Docker CI runs Java 11 which cannot compile --release 17. Conditionally exclude temporal-spring-ai from settings.gradle and BOM when JDK < 17.",
122
+
"severity": "high",
123
+
"category": "bugfix",
124
+
"depends_on": [],
125
+
"status": "completed",
126
+
"notes": "Docker CI log showed: error: release version 17 not supported. JAVA_HOME was Java 11."
0 commit comments