[TeamCity, FAILED] Build netty :: build-oraclejdk8-tests-jdk7 [4.1] #1334

0 views
Skip to first unread message

team...@netty.io

unread,
Oct 23, 2018, 6:55:04 PM10/23/18
to netty-...@googlegroups.com
Build netty :: build-oraclejdk8-tests-jdk7 [4.1] #1334 failed (Exit code 1)
Agent: pulls-2


Changes included: 3 changes.
Change 0cdd9de6decbb7c07c83640c367b4f34473970ff by norman_maurer (2 files): Update to JDK 12 EA16 when running CI jobs against JDK 12. (#8421)

Motivation:

A new EA release was done, we should always run against the latest.

Modifications:

Update to EA 16.

Result:

CI runs with latest EA release for JDK12.
Change 9e762e8816fef48e3cfba563c55f8c9cd6bce010 by norman_maurer (1 file): Correctly detect if KeyManagerFactory is supported by OpenSSL even when sun.security.x509.* can not be accessed and bouncycastle is not on the classpath. (#8415)

Motivation:

OpenSsl used SelfSignedCertificate in its static init block to detect if KeyManagerFactory is supported. Unfortunally this only works when either sun.security.x509.* can be accessed or bouncycastle is on the classpath.
We should not depend on either of it.

This came up in https://github.com/netty/netty-tcnative/issues/404#issuecomment-431551890.

Modifications:

Just directly use the bytes to generate the X509Certificate and so not depend on sun.security.x509.* / bouncycastle.

Result:

Correctly be able to detect if KeyManagerFactory can be supported in all cases.
Change fc35e20e2caad93b7f9e06f39a6a201a1857b5c7 by almson (1 file): Include correct duped value in DefaultResourceLeak.toString() (#8413)

Motivation:

DefaultResourceLeak.toString() did include the wrong value for duplicated records.

Modifications:

Include the correct value.

Result:

Correct toString() implementation.



Configure your email notifications on your settings page.
Reply all
Reply to author
Forward
0 new messages