Commit 196e8a3
Correct type reachable condition in Quartz resource config
fe74d0e added a type reachable condition for Quartz's SQL resource
files but the type that was used (org.quartz.SimpleJob) isn't part
of Quartz and only exists in the tests for the Quartz metadata.
This commit updates the tests to reveal the problem by moving their
classes out of the org.quartz namespace and updates the metadata to
use a type in the condition that's part of Quartz.1 parent 3a8164b commit 196e8a3
File tree
3 files changed
+13
-3
lines changed- metadata/org.quartz-scheduler/quartz/2.3.2
- tests/src/org.quartz-scheduler/quartz/2.3.2/src/test/java/quartz
3 files changed
+13
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments