netty5/transport-blockhound-tests
Sergei Egorov 369e667427 Make BlockHound tests run on Java 13 (#9742)
Motivation:
Java 13 requires special flags to be set to make BlockHound work

Modifications:
- Added jdk13 profile to `transport-blockhound-tests`
- Enabled `-XX:+AllowRedefinitionToAddDeleteMethods` on jdk13

Result:
The tests work on Java 13
2019-11-01 07:04:06 +01:00
..
src/test/java/io/netty/util/internal Add BlockHound integration that detects blocking calls in event loops (#9687) 2019-10-25 06:14:14 -07:00
pom.xml Make BlockHound tests run on Java 13 (#9742) 2019-11-01 07:04:06 +01:00