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: src/main/asciidoc/_chapters/configuration.adoc
+40-35Lines changed: 40 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,10 @@ This section lists required services and some required system configuration.
93
93
[[java]]
94
94
.Java
95
95
96
-
The following table summarizes the recommendation of the HBase community wrt deploying on various Java versions. An entry of "yes" is meant to indicate a base level of testing and willingness to help diagnose and address issues you might run into. Similarly, an entry of "no" or "Not Supported" generally means that should you run into an issue the community is likely to ask you to change the Java environment before proceeding to help. In some cases, specific guidance on limitations (e.g. wether compiling / unit tests work, specific operational issues, etc) will also be noted.
96
+
The following table summarizes the recommendation of the HBase community wrt deploying on various Java versions.
97
+
A icon:check-circle[role="green"] symbol is meant to indicate a base level of testing and willingness to help diagnose and address issues you might run into.
98
+
Similarly, an entry of icon:exclamation-circle[role="yellow"] or icon:times-circle[role="red"] generally means that should you run into an issue the community is likely to ask you to change the Java environment before proceeding to help.
99
+
In some cases, specific guidance on limitations (e.g. whether compiling / unit tests work, specific operational issues, etc) will also be noted.
97
100
98
101
.Long Term Support JDKs are recommended
99
102
[TIP]
@@ -102,32 +105,34 @@ HBase recommends downstream users rely on JDK releases that are marked as Long T
102
105
====
103
106
104
107
.Java support by release line
105
-
[cols="1,1,1,1,1", options="header"]
108
+
[cols="6*^.^", options="header"]
106
109
|===
107
110
|HBase Version
108
111
|JDK 7
109
112
|JDK 8
110
-
|JDK 9
111
-
|JDK 10
113
+
|JDK 9 (Non-LTS)
114
+
|JDK 10 (Non-LTS)
115
+
|JDK 11
112
116
113
-
|2.0
117
+
|2.0+
114
118
|icon:times-circle[role="red"]
115
119
|icon:check-circle[role="green"]
116
-
|icon:exclamation-circle[role="yellow"] Non-LTS, see link:https://issues.apache.org/jira/browse/HBASE-20264[HBASE-20264]
117
-
|icon:exclamation-circle[role="yellow"] Non-LTS, see link:https://issues.apache.org/jira/browse/HBASE-20264[HBASE-20264]
118
-
119
-
|1.3
120
-
|icon:check-circle[role="green"]
121
-
|icon:check-circle[role="green"]
122
-
|icon:exclamation-circle[role="yellow"] Non-LTS, see link:https://issues.apache.org/jira/browse/HBASE-20264[HBASE-20264]
123
-
|icon:exclamation-circle[role="yellow"] Non-LTS, see link:https://issues.apache.org/jira/browse/HBASE-20264[HBASE-20264]
0 commit comments