|
6 | 6 | <parent>
|
7 | 7 | <groupId>io.inverno.dist</groupId>
|
8 | 8 | <artifactId>inverno-parent</artifactId>
|
9 |
| - <version>1.7.0</version> |
| 9 | + <version>1.9.0</version> |
10 | 10 | </parent>
|
11 | 11 | <groupId>com.techempower</groupId>
|
12 | 12 | <artifactId>inverno-benchmark</artifactId>
|
|
71 | 71 | <dependency>
|
72 | 72 | <groupId>io.netty</groupId>
|
73 | 73 | <artifactId>netty-handler-proxy</artifactId>
|
74 |
| - <version>${version.netty}</version> |
75 | 74 | </dependency>
|
76 | 75 | <dependency>
|
77 | 76 | <groupId>io.netty</groupId>
|
78 | 77 | <artifactId>netty-resolver-dns</artifactId>
|
79 |
| - <version>${version.netty}</version> |
80 | 78 | </dependency>
|
81 | 79 |
|
82 |
| - <!--<dependency> |
83 |
| - <groupId>io.netty</groupId> |
84 |
| - <artifactId>netty-transport-native-epoll</artifactId> |
85 |
| - <classifier>linux-x86_64</classifier> |
86 |
| - </dependency>--> |
87 |
| - |
88 |
| - <dependency> |
89 |
| - <groupId>io.netty.incubator</groupId> |
90 |
| - <artifactId>netty-incubator-transport-native-io_uring</artifactId> |
91 |
| - <classifier>linux-x86_64</classifier> |
92 |
| - </dependency> |
93 |
| - |
94 |
| - <dependency> |
95 |
| - <groupId>io.vertx</groupId> |
96 |
| - <artifactId>vertx-io_uring-incubator</artifactId> |
97 |
| - </dependency> |
98 |
| - |
99 | 80 | <dependency>
|
100 | 81 | <groupId>org.apache.logging.log4j</groupId>
|
101 | 82 | <artifactId>log4j-core</artifactId>
|
|
138 | 119 | </configuration>
|
139 | 120 | </execution>
|
140 | 121 | </executions>
|
| 122 | + <configuration> |
| 123 | + <vmOptions>--add-modules io.netty.transport.unix.common,io.netty.transport.classes.epoll,io.netty.transport.epoll.linux.x86_64</vmOptions> |
| 124 | + </configuration> |
141 | 125 | </plugin>
|
142 | 126 | </plugins>
|
143 | 127 | </build>
|
|
146 | 130 | <id>io.inverno.io_uring</id>
|
147 | 131 | <dependencies>
|
148 | 132 | <dependency>
|
149 |
| - <groupId>io.netty</groupId> |
150 |
| - <artifactId>netty-transport-native-epoll</artifactId> |
| 133 | + <groupId>io.netty.incubator</groupId> |
| 134 | + <artifactId>netty-incubator-transport-native-io_uring</artifactId> |
151 | 135 | <classifier>linux-x86_64</classifier>
|
152 | 136 | </dependency>
|
| 137 | + |
| 138 | + <dependency> |
| 139 | + <groupId>io.vertx</groupId> |
| 140 | + <artifactId>vertx-io_uring-incubator</artifactId> |
| 141 | + </dependency> |
153 | 142 | </dependencies>
|
154 | 143 | <build>
|
155 | 144 | <plugins>
|
|
177 | 166 | </configuration>
|
178 | 167 | </execution>
|
179 | 168 | </executions>
|
| 169 | + <configuration> |
| 170 | + <vmOptions>--add-modules io.netty.transport.unix.common,io.netty.incubator.transport.classes.io_uring,io.netty.incubator.transport.io_uring.linux.x86_64</vmOptions> |
| 171 | + </configuration> |
180 | 172 | </plugin>
|
181 | 173 | </plugins>
|
182 | 174 | </build>
|
|
0 commit comments