Skip to content

Commit 57931e0

Browse files
authored
Merge pull request #37 from mhalbritter/mh/mariadb-connector
Metadata for mariadb-connector
2 parents 6c48999 + 7549af5 commit 57931e0

File tree

16 files changed

+293
-4
lines changed

16 files changed

+293
-4
lines changed

metadata/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
"directory": "org.quartz-scheduler/quartz",
7272
"module": "org.quartz-scheduler:quartz"
7373
},
74+
{
75+
"directory": "org.mariadb.jdbc/mariadb-java-client",
76+
"module": "org.mariadb.jdbc:mariadb-java-client"
77+
},
7478
{
7579
"directory": "org.flywaydb/flyway-core",
7680
"module": "org.flywaydb:flyway-core"
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
@@ -175,6 +175,17 @@
175175
}
176176
]
177177
},
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+
]
188+
},
178189
{
179190
"test-project-path": "org.flywaydb/flyway-core/9.0.1",
180191
"libraries": [
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)