Commit 15f8405
committed
Make Netty kqueue and io_uring transport dependencies optional
Their inclusion can trigger unexpected automatic behavior for some downstream
libraries (gateway webflux server uses io_uring if it is present).
They can be added explictly by a user that wants to use them as the
Netty transport layer in the AMQP client. This is unlikely though,
native epoll and JDK NIO are the defaults and they are usually both fine
for a client application.
Fixes #2921 parent 21489bf commit 15f8405
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
0 commit comments