Commit 14fc741
authored
Correct codec-native-quic Fragment-Host (#16015)
Motivation:
The way native library loading works in OSGi is by attaching the native
jar as a fragment to the corresponding classes bundle. Unfortunately
codec-native-quic contains a typo, so the attachment does not work.
Modification:
Correct the fragmentHost to point to 'io.netty.codec-classes-quic'.
Result:
Fixes #16006.
Signed-off-by: Robert Varga <[email protected]>
Signed-off-by: Robert Varga <[email protected]>1 parent caa07bb commit 14fc741
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments