Commit 1bc5a39
committed
Remove pax-web patching by openhab-util library
This patching step has no longer worked for quite a while.
`findResources` was removed from pax-web upstream in January 2020 (commit
`cf6861615`, part of the PAXWEB-1190 Http/Whiteboard refactor), replaced by
the current `findEntries(...)` methods - over a year and a half *before*
pax-web `8.0.0` GA even shipped (September 2021). Every pax-web version
openHAB has used since, including `8.0.35`/`8.0.36` (pre-migration) and
`11.1.2` (this branch), has no method by that name.
`ClassAdapter`'s method-matching (`"findResources".equals(name)`) therefore
never fires, and `ClassPathUtilPatcher` has no verification step - it always
prints `"Finished updating ..."` and exits 0 regardless of whether anything
was actually patched.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>1 parent e39caf9 commit 1bc5a39
1 file changed
Lines changed: 0 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 85 | | |
102 | 86 | | |
103 | 87 | | |
| |||
241 | 225 | | |
242 | 226 | | |
243 | 227 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 228 | | |
264 | 229 | | |
265 | 230 | | |
| |||
0 commit comments