Commit 0efa6bc
authored
Reduce classpath scanner logging (#3099)
When `cucumber.glue` is not configured Cucumber scans the entire
classpath for glue. This "just works". However, when scanning encounters
a class with missing dependencies Cucumber log complain quite loudly
about this.
The assumption was that this scenario would be quite rare, and it was
until IDEA (intentionally and on request) stopped setting
`cucumber.glue`. Now it is no longer a rare occurance.1 parent 6476597 commit 0efa6bc
File tree
2 files changed
+3
-2
lines changed- cucumber-core/src/main/java/io/cucumber/core/resource
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
109 | | - | |
| 108 | + | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments