-
Task
-
Resolution: Unresolved
-
Major
-
None
The dockerhub-notification-plugin currently uses the async-http-client plugin for network interactions. The async-http-client plugin is known to be incompatible with Java 11 (in the version currently available in the Jenkins ecosystem).
Linked to the JDK11 support effort, there is a work in progress aiming at replacing async-http-client with okhttp in Jenkins plugins, using the okhttp-plugin from Jenkins.