Commit ed8ec89
chore: Remove unused and outdated test dependency com.jcraft:jzlib from camel-netty-http.
The com.jcraft:jzlib dependency was originally added in 2014 (CAMEL-7848)
when HTTP compression support was added, as it was an optional dependency
for Netty's HttpContentDecompressor.
In 2021, the test was refactored and switched to using standard Java
GZIPInputStream instead of Netty's HttpContentDecompressor,
making jzlib unnecessary.
Modern Netty (4.2.x) uses JDK's built-in compression support and doesn't
require jzlib. The dependency is not used anywhere in the code and all unit
tests pass without it.
Made with help from AI tools.1 parent 5893417 commit ed8ec89
2 files changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 92 | | |
99 | 93 | | |
100 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | 334 | | |
336 | 335 | | |
337 | 336 | | |
| |||
0 commit comments