Commit 7fa502e
committed
[chore] Remove unnecessary deprecated RackLogger override signatures
These turn up as warnings for all usages within juby-rack itself, since most usages use a string. The interface was changed to accept a more generic type, so this is only a breaking change for sub-classes rather than consumers. Since 1.3 has other changes to the logging implementations, we may as well make this required too.1 parent 9cf1acc commit 7fa502e
File tree
3 files changed
+1
-11
lines changed- src/main/java/org/jruby/rack
3 files changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 33 | | |
44 | 34 | | |
45 | 35 | | |
| |||
0 commit comments