Skip to content

Commit ec7692e

Browse files
committed
Refine Quartz metadata
Add missing entries for Spring use case.
1 parent d69cda4 commit ec7692e

File tree

3 files changed

+55
-1
lines changed

3 files changed

+55
-1
lines changed
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+
]

0 commit comments

Comments
 (0)