File tree Expand file tree Collapse file tree 3 files changed +55
-1
lines changed
metadata/org.quartz-scheduler/quartz/2.3.2 Expand file tree Collapse file tree 3 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 11[
22 " reflect-config.json" ,
3- " resource-config.json"
3+ " resource-config.json" ,
4+ " serialization-config.json"
45]
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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+ ]
You can’t perform that action at this time.
0 commit comments