Skip to content

Commit 68926dc

Browse files
BahtyaBahtya
andauthored
devonfw/IDEasy#1804: update Tomcat 9.x Java version range to [8,) (#35)
Tomcat 9.0.x supports Java 8 and later (no upper bound), but the dependencies.json declared a closed range [8,11). This caused IDEasy to reject Java 11+ when installing Tomcat 9.x, even though Tomcat officially supports all Java versions >= 8. Fixes devonfw/IDEasy#1804 Co-authored-by: Bahtya <bahtayr@gmail.com>
1 parent acd0fe1 commit 68926dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tomcat/tomcat/dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"[9.0,10.0)": [
2121
{
2222
"tool": "java",
23-
"versionRange": "[8,11)"
23+
"versionRange": "[8,)"
2424
}
2525
],
2626
"[8.5,9.0)": [

0 commit comments

Comments
 (0)