Skip to content

Commit ad58712

Browse files
committed
Add metadata for org.mariadb.jdbc:mariadb-java-client
1 parent f6a8d02 commit ad58712

File tree

15 files changed

+291
-0
lines changed

15 files changed

+291
-0
lines changed

metadata/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,9 @@
7070
{
7171
"directory": "org.quartz-scheduler/quartz",
7272
"module": "org.quartz-scheduler:quartz"
73+
},
74+
{
75+
"directory": "org.mariadb.jdbc/mariadb-java-client",
76+
"module": "org.mariadb.jdbc:mariadb-java-client"
7377
}
7478
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
"jni-config.json",
3+
"proxy-config.json",
4+
"reflect-config.json",
5+
"resource-config.json",
6+
"serialization-config.json"
7+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "org.mariadb.jdbc.Configuration"
5+
},
6+
"name": "org.mariadb.jdbc.Configuration",
7+
"allDeclaredFields": true
8+
},
9+
{
10+
"condition": {
11+
"typeReachable": "org.mariadb.jdbc.Configuration"
12+
},
13+
"name": "org.mariadb.jdbc.Configuration$Builder",
14+
"allDeclaredFields": true
15+
},
16+
{
17+
"condition": {
18+
"typeReachable": "org.mariadb.jdbc.plugin.authentication.standard.NativePasswordPlugin"
19+
},
20+
"name": "sun.security.provider.SHA",
21+
"methods": [
22+
{
23+
"name": "<init>",
24+
"parameterTypes": []
25+
}
26+
]
27+
}
28+
]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"bundles": [],
3+
"resources": {
4+
"includes": [
5+
{
6+
"condition": {
7+
"typeReachable": "org.mariadb.jdbc.util.VersionFactory"
8+
},
9+
"pattern": "\\Qmariadb.properties\\E"
10+
}
11+
]
12+
}
13+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"lambdaCapturingTypes": [],
3+
"types": []
4+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"latest": true,
4+
"metadata-version": "3.0.6",
5+
"module": "org.mariadb.jdbc:mariadb-java-client",
6+
"tested-versions": [
7+
"3.0.6"
8+
]
9+
}
10+
]

tests/src/index.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,16 @@
174174
]
175175
}
176176
]
177+
},
178+
{
179+
"test-project-path": "org.mariadb.jdbc/mariadb-java-client/3.0.6",
180+
"libraries": [
181+
{
182+
"name": "org.mariadb.jdbc:mariadb-java-client",
183+
"versions": [
184+
"3.0.6"
185+
]
186+
}
187+
]
177188
}
178189
]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mariadb-stderr.txt
2+
mariadb-stdout.txt

0 commit comments

Comments
 (0)