Commit 3439ba9
committed
ARROW-5412: [Integration] Add Java option for netty reflection
After ARROW-3191, Java requires the property `io.netty.tryReflectionSetAccessible` to be set to `true` for JDK >= 9. This is already in the root POM, but causes integration tests to fail. This adds the property and an option to the Java command when running integration tests.
Author: Bryan Cutler <cutlerb@gmail.com>
Closes #4522 from BryanCutler/java-integration-netty-conf-ARROW-5412 and squashes the following commits:
25bec06 <Bryan Cutler> fix flake check
d6f0eee <Bryan Cutler> Added '-Dio.netty.tryReflectionSetAccessible=true' property to Java integration test command1 parent b7e8ed7 commit 3439ba9
1 file changed
Lines changed: 16 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
| 1310 | + | |
| 1311 | + | |
1310 | 1312 | | |
1311 | 1313 | | |
1312 | 1314 | | |
| |||
1326 | 1328 | | |
1327 | 1329 | | |
1328 | 1330 | | |
1329 | | - | |
1330 | | - | |
| 1331 | + | |
| 1332 | + | |
1331 | 1333 | | |
1332 | 1334 | | |
1333 | 1335 | | |
| |||
1349 | 1351 | | |
1350 | 1352 | | |
1351 | 1353 | | |
1352 | | - | |
1353 | | - | |
1354 | | - | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
1355 | 1357 | | |
1356 | 1358 | | |
1357 | 1359 | | |
1358 | 1360 | | |
1359 | 1361 | | |
1360 | | - | |
1361 | | - | |
1362 | | - | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
1363 | 1365 | | |
1364 | 1366 | | |
1365 | 1367 | | |
1366 | 1368 | | |
1367 | 1369 | | |
1368 | | - | |
1369 | | - | |
1370 | | - | |
1371 | | - | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
1372 | 1373 | | |
1373 | 1374 | | |
1374 | 1375 | | |
1375 | 1376 | | |
1376 | 1377 | | |
1377 | 1378 | | |
1378 | | - | |
1379 | | - | |
1380 | | - | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
1381 | 1382 | | |
1382 | 1383 | | |
1383 | 1384 | | |
| |||
0 commit comments