netty5/codec-http2
Norman Maurer 876624a22b
SelfSignedCertificate should work in http2 tests (#11486)
Motivation:

We need to add `--add-exports java.base/sun.security.x509=ALL-UNNAMED` when running the tests for codec-http2 as some of the tests use SelfSignedCertificate.

Modifications:

- Add `--add-exports java.base/sun.security.x509=ALL-UNNAMED` when running the tests for codec-http2
- Ensure we export correct when running with JDK12, 13, 14 and 15 as well

Result:

No more tests failure due not be able to access classes
2021-07-14 07:46:17 +02:00
..
src Remove rest of junit4 usage (#11484) 2021-07-13 20:59:57 +02:00
pom.xml SelfSignedCertificate should work in http2 tests (#11486) 2021-07-14 07:46:17 +02:00