File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Third-party builds of the HiveServer2 JDBC Driver
2
2
3
+ <p >
4
+ <a>
5
+ <img src="https://img.shields.io/badge/JDK-8+-green.svg" alt="">
6
+ </a>
7
+ </p >
8
+
3
9
The purpose of the current project is to create a ` Thin JAR ` of HiveServer2 JDBC Driver.
4
- All release products have been verified and usable in the GraalVM Native Image compiled by GraalVM CE For JDK 22.0.2 and GraalVM CE For JDK 23.
10
+ All release products have been verified and usable in the GraalVM Native Image compiled by GraalVM CE For JDK 22.0.2 and GraalVM CE For JDK 23.0.2 .
5
11
6
12
For HotSpot VM, all JAR products can be run on any OpenJDK 8 and later distribution.
7
13
@@ -34,7 +40,7 @@ The latest version is at https://central.sonatype.com/artifact/io.github.linghen
34
40
</dependencies >
35
41
```
36
42
37
- ## Quick Start
43
+ ## Document
38
44
39
45
Refer to [ QuickStart] ( ./doc/QuickStart.md ) .
40
46
You can’t perform that action at this time.
0 commit comments