Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade HtmlUnit from 2.x to 3.x, and baseline to 2.387.x #65

Merged
merged 2 commits into from
Jun 6, 2023

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 08:08
@jglick
Copy link
Member

jglick commented Jun 6, 2023

Going to need https://github.com/jenkinsci/bom/releases/tag/2143.ve4c3c9ec790a and thus 2.387.x.

@jglick jglick changed the title Upgrade HtmlUnit from 2.x to 3.x Upgrade HtmlUnit from 2.x to 3.x, and baseline to 2.387.x Jun 6, 2023
@jglick jglick enabled auto-merge June 6, 2023 19:42
@jglick jglick merged commit f12d032 into jenkinsci:master Jun 6, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants