Skip to content

Commit 7549af5

Browse files
Merge branch 'master' into mh/mariadb-connector
2 parents ad58712 + bf0d957 commit 7549af5

File tree

22 files changed

+357
-3
lines changed

22 files changed

+357
-3
lines changed

metadata/index.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,9 @@
7474
{
7575
"directory": "org.mariadb.jdbc/mariadb-java-client",
7676
"module": "org.mariadb.jdbc:mariadb-java-client"
77+
},
78+
{
79+
"directory": "org.flywaydb/flyway-core",
80+
"module": "org.flywaydb:flyway-core"
7781
}
7882
]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"reflect-config.json",
3+
"resource-config.json"
4+
]
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "org.flywaydb.core.internal.jdbc.JdbcUtils"
5+
},
6+
"name": "sun.security.provider.SHA2$SHA256",
7+
"methods": [
8+
{
9+
"name": "<init>",
10+
"parameterTypes": []
11+
}
12+
]
13+
},
14+
{
15+
"condition": {
16+
"typeReachable": "org.slf4j.Logger"
17+
},
18+
"name": "org.flywaydb.core.internal.logging.slf4j.Slf4jLogCreator",
19+
"allPublicConstructors": true
20+
},
21+
{
22+
"condition": {
23+
"typeReachable": "org.apache.logging.log4j.Logger"
24+
},
25+
"name": "org.flywaydb.core.internal.logging.log4j2.Log4j2LogCreator",
26+
"allPublicConstructors": true
27+
},
28+
{
29+
"condition": {
30+
"typeReachable": "org.apache.commons.logging.Log"
31+
},
32+
"name": "org.flywaydb.core.internal.logging.apachecommons.ApacheCommonsLogCreator",
33+
"allPublicConstructors": true
34+
}
35+
]
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.flywaydb.core.internal.license.VersionPrinter"
8+
},
9+
"pattern": "\\Qorg/flywaydb/core/internal/version.txt\\E"
10+
}
11+
]
12+
}
13+
}
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": "9.0.1",
5+
"module": "org.flywaydb:flyway-core",
6+
"tested-versions": [
7+
"9.0.1"
8+
]
9+
}
10+
]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
22
"reflect-config.json",
3-
"resource-config.json"
3+
"resource-config.json",
4+
"serialization-config.json"
45
]

metadata/org.quartz-scheduler/quartz/2.3.2/reflect-config.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,26 @@
8383
"typeReachable": "org.quartz.impl.StdSchedulerFactory"
8484
},
8585
"allDeclaredConstructors": true
86+
},
87+
{
88+
"name": "org.quartz.impl.jdbcjobstore.StdJDBCDelegate",
89+
"condition": {
90+
"typeReachable": "org.quartz.impl.jdbcjobstore.JobStoreSupport"
91+
},
92+
"allDeclaredConstructors": true
93+
},
94+
{
95+
"name": "org.quartz.JobDataMap",
96+
"condition": {
97+
"typeReachable": "org.quartz.impl.jdbcjobstore.StdJDBCDelegate"
98+
},
99+
"allDeclaredConstructors": true
100+
},
101+
{
102+
"name": "org.quartz.impl.triggers.SimpleTriggerImpl",
103+
"condition": {
104+
"typeReachable": "org.quartz.impl.jdbcjobstore.JobStoreSupport"
105+
},
106+
"allPublicMethods": true
86107
}
87108
]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"name": "org.quartz.JobDataMap",
4+
"condition": {
5+
"typeReachable": "org.quartz.impl.jdbcjobstore.JobStoreSupport"
6+
}
7+
},
8+
{
9+
"name": "org.quartz.utils.DirtyFlagMap",
10+
"condition": {
11+
"typeReachable": "org.quartz.impl.jdbcjobstore.JobStoreSupport"
12+
}
13+
},
14+
{
15+
"name": "org.quartz.utils.StringKeyDirtyFlagMap",
16+
"condition": {
17+
"typeReachable": "org.quartz.impl.jdbcjobstore.JobStoreSupport"
18+
}
19+
},
20+
{
21+
"name": "java.util.HashMap",
22+
"condition": {
23+
"typeReachable": "org.quartz.impl.jdbcjobstore.JobStoreSupport"
24+
}
25+
},
26+
{
27+
"name": "java.lang.String",
28+
"condition": {
29+
"typeReachable": "org.quartz.impl.jdbcjobstore.JobStoreSupport"
30+
}
31+
}
32+
]

tests/src/index.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,16 @@
185185
]
186186
}
187187
]
188+
},
189+
{
190+
"test-project-path": "org.flywaydb/flyway-core/9.0.1",
191+
"libraries": [
192+
{
193+
"name": "org.flywaydb:flyway-core",
194+
"versions": [
195+
"9.0.1"
196+
]
197+
}
198+
]
188199
}
189200
]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
gradlew.bat
2+
gradlew
3+
gradle/
4+
build/

0 commit comments

Comments
 (0)