Skip to content

Commit e804cb9

Browse files
authored
Merge pull request #150 from harayuanwang/master
Add ojdbc8 and ojdbc11 to the native-image support list
2 parents dd4331c + 3f2e1fa commit e804cb9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

library-and-framework-list.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,37 @@
138138
"test_level": "fully-tested"
139139
}
140140
]
141+
},
142+
{
143+
"artifact": "com.oracle.database.jdbc:ojdbc8",
144+
"description": "Oracle JDBC Driver compatible with JDK8, JDK11, JDK12, JDK13, JDK14 and JDK15",
145+
"details": [
146+
{
147+
"minimum_version": "21.1.0.0",
148+
"metadata_locations": [
149+
"https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc8/"
150+
],
151+
"tests_locations": [
152+
"https://www.oracle.com/a/otn/docs/what-is-in-db21c-for-java-developers.pdf"
153+
],
154+
"test_level": "fully-tested"
155+
}
156+
]
157+
},
158+
{
159+
"artifact": "com.oracle.database.jdbc:ojdbc11",
160+
"description": "Oracle JDBC Driver compatible with JDK11, JDK12, JDK13, JDK14 and JDK15",
161+
"details": [
162+
{
163+
"minimum_version": "21.1.0.0",
164+
"metadata_locations": [
165+
"https://repo1.maven.org/maven2/com/oracle/database/jdbc/ojdbc11/"
166+
],
167+
"tests_locations": [
168+
"https://www.oracle.com/a/otn/docs/what-is-in-db21c-for-java-developers.pdf"
169+
],
170+
"test_level": "fully-tested"
171+
}
172+
]
141173
}
142174
]

0 commit comments

Comments
 (0)