Skip to content

Conversation

timja-bot
Copy link

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:

--- 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

@timja-bot timja-bot requested a review from a team as a code owner June 6, 2023 07:42
@timja-bot timja-bot added the dependencies Pull requests that update a dependency file label Jun 6, 2023
basil
basil previously requested changes Jun 12, 2023
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

java.lang.NoClassDefFoundError: com/gargoylesoftware/htmlunit/WebRequest

@MarkEWaite
Copy link
Contributor

This pull request needs to be merged and released before the docker-commons plugin can be included in the plugin bill of materials. Without this pull request, the plugin fails tests with Jenkins 2.410.

See:

@jglick jglick added developer and removed dependencies Pull requests that update a dependency file labels Jun 26, 2023
@jglick jglick merged commit 9d1a89c into jenkinsci:master Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants