jenkinsci / oidc-provider-plugin

OpenID Connect Provider Plugin for Jenkins
https://plugins.jenkins.io/oidc-provider/
MIT License
22 stars 13 forks source link

Upgrade HtmlUnit from 2.x to 3.x #28

Closed timja-bot closed 1 year ago

timja-bot commented 1 year ago

This is an autogenerated PR for updating HtmlUnit

It follows the migration guide

Migration steps for cases the script can't handle This migration currently can't handle `HtmlOption` changes properly. If it fails to compile on `HtmlOption` then revert the specific case: ```diff --- a/src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.java +++ b/src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.java @@ -114,7 +114,7 @@ public class ExtendedEmailPublisherDescriptorTest { assertEquals( "Plain text should be selected by default", "text/plain", - contentType.getSelectedOptions().get(0).getValue()); + contentType.getSelectedOptions().get(0).getValueAttribute()); ```

Ping @timja if any questions

script source

jglick commented 1 year ago

Needs to go to Java 11 first.