-
Improvement
-
Resolution: Fixed
-
Minor
-
None
In order to validate the bahaviour of the plugin on Java 11, we need to upgrade the parent-pom used by the plugin.
Initial tests shows that some dependencies changed, resulting in the usage of removed API in SupportActionTest
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project support-core: Compilation failure [ERROR] /home/adrien/workspaces/jenkinsci/support-core-plugin/src/test/java/com/cloudbees/jenkins/support/SupportActionTest.java:[105,50] cannot find symbol [ERROR] symbol: method getHtmlElementsByTagName(java.lang.String) [ERROR] location: variable form of type com.gargoylesoftware.htmlunit.html.HtmlForm
- links to