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

Bump org.htmlunit:htmlunit from 4.3.0 to 4.5.0 #43986

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps org.htmlunit:htmlunit from 4.3.0 to 4.5.0.

Release notes

Sourced from org.htmlunit:htmlunit's releases.

HtmlUnit 4.5.0

Highlights

  • This release is not compatible with 3.xx versions

  • Chrome/Edge 129, Firefox 131, FirefoxESR 128

  • core-js: optional chaining operator '?.' support added

  • core-js: Support for default parameters added

  • core-js: Support for nullish coalescing operator '??' added.

  • core-js: Support for logical assigment operators '||=' and '&&=' added.

  • core-js: many minor improvements and fixes

  • FormData improved

  • WorkerNavigator and WorkerLocation implemented; WebWorker context setup fixed, all API's now available.

  • as usual a bunch of improvements and fixes

Please have a look at the full release notes for details about this release.

💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

Full Changelog: HtmlUnit/htmlunit@4.4.0...4.5.0

HtmlUnit 4.4.0

Highlights

  • This release is not compatible with 3.xx versions

  • Chrome/Edge 127, Firefox 128

  • XMLHttprequest got many fixes and improvements

  • core-js: various missing methods in TypedArray added

  • core-js: computed properties support added

  • core-js: many small improvements

  • handling of FieldSets in forms improved

  • ComputedCSSStyleDeclaration.display takes care of the hidden attribute

  • as usual a bunch of fixes

Please have a look at the full release notes for details about this release.

💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

Full Changelog: HtmlUnit/htmlunit@4.3.0...4.4.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 4.3.0 to 4.5.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](HtmlUnit/htmlunit@4.3.0...4.5.0)

---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Oct 21, 2024
Copy link

quarkus-bot bot commented Oct 21, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 10d3f57.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Tests - JDK 17 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 21 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍
✔️ Devtools Tests - JDK 17 Logs Raw logs 🔍
Devtools Tests - JDK 21 Build Failures Logs Raw logs 🔍
✔️ Devtools Tests - JDK 17 Windows Logs Raw logs 🔍
Native Tests - Misc3 Upload build reports ⚠️ Check → Logs Raw logs 🚧
Native Tests - Security2 Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: integration-tests/oidc-wiremock integration-tests/oidc-wiremock-logout 

📦 integration-tests/oidc-wiremock

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout line 222 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @361f1647)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout(CodeFlowAuthorizationTest.java:222)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndFrontChannelLogout line 281 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @361f1647)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndFrontChannelLogout(CodeFlowAuthorizationTest.java:281)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

📦 integration-tests/oidc-wiremock-logout

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout line 40 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @146f3d22)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout(CodeFlowAuthorizationTest.java:40)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

⚙️ JVM Tests - JDK 21 #

- Failing: integration-tests/oidc-wiremock integration-tests/oidc-wiremock-logout 

📦 integration-tests/oidc-wiremock

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout line 222 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @af04f09)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout(CodeFlowAuthorizationTest.java:222)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndFrontChannelLogout line 281 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @af04f09)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndFrontChannelLogout(CodeFlowAuthorizationTest.java:281)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

📦 integration-tests/oidc-wiremock-logout

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout line 40 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @6df2af02)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout(CodeFlowAuthorizationTest.java:40)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

⚙️ JVM Tests - JDK 17 Windows #

- Failing: integration-tests/oidc-wiremock integration-tests/oidc-wiremock-logout 

📦 integration-tests/oidc-wiremock

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout line 222 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @3c68e82)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout(CodeFlowAuthorizationTest.java:222)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndFrontChannelLogout line 281 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @3c68e82)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndFrontChannelLogout(CodeFlowAuthorizationTest.java:281)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

📦 integration-tests/oidc-wiremock-logout

io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout line 40 - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader io.quarkus.bootstrap.classloading.QuarkusClassLoader @f9a5e3f)
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout(CodeFlowAuthorizationTest.java:40)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:971)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:821)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

⚙️ Devtools Tests - JDK 21 #

- Failing: integration-tests/devtools 

📦 integration-tests/devtools

io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildAMQP line 50 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
[Run project return status is zero] 
expected: 0
 but was: 1
	at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildProject(QuarkusCodestartTest.java:158)
	at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildAllProjects(QuarkusCodestartTest.java:145)
	at io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildAMQP(ReactiveMessagingCodestartIT.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildAMQP line 50 - History - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
[Run project return status is zero] 
expected: 0
 but was: 1
	at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildProject(QuarkusCodestartTest.java:158)
	at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildAllProjects(QuarkusCodestartTest.java:145)
	at io.quarkus.devtools.codestarts.quarkus.ReactiveMessagingCodestartIT.buildAMQP(ReactiveMessagingCodestartIT.java:50)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

📦 integration-tests/devtools/target/quarkus-codestart-test/quarkus-messaging-amqp-327e5d80-f32a-4621-9814-3d86c95c9a60/real-data/java

ilove.quark.us.MyMessagingApplicationTest.test - History - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.smallrye.reactivemessaging.amqp.deployment.AmqpDevServicesProcessor#startAmqpDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/artemiscloud/activemq-artemis-broker:1.0.25
	at io.quarkus.smallrye.reactivemessaging.amqp.deployment.AmqpDevServicesProcessor.startAmqpDevService(AmqpDevServicesProcessor.java:109)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:733)
	at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
	at io.quarkus.builder.BuildContext.run(BuildContext.java:256)
	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)

⚙️ Native Tests - Security2 #

- Failing: integration-tests/oidc-wiremock 

📦 integration-tests/oidc-wiremock

io.quarkus.it.keycloak.CodeFlowAuthorizationInGraalITCase.testCodeFlowFormPostAndBackChannelLogout - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader 'app')
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndBackChannelLogout(CodeFlowAuthorizationTest.java:222)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:810)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

io.quarkus.it.keycloak.CodeFlowAuthorizationInGraalITCase.testCodeFlowFormPostAndFrontChannelLogout - History - More details - Source on GitHub

java.lang.ClassCastException: class org.htmlunit.html.HtmlPage cannot be cast to class org.htmlunit.TextPage (org.htmlunit.html.HtmlPage and org.htmlunit.TextPage are in unnamed module of loader 'app')
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowFormPostAndFrontChannelLogout(CodeFlowAuthorizationTest.java:281)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:810)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Flaky tests - Develocity

⚙️ Native Tests - Security2

📦 integration-tests/oidc-wiremock

io.quarkus.it.keycloak.CodeFlowAuthorizationInGraalITCase.testCodeFlowUserInfoCachedInIdToken - History

  • expected: <alice:alice:alice, cache size: 0, TenantConfigResolver: false, refresh_token:refresh1234> but was: <alice:alice:alice, cache size: 2, TenantConfigResolver: false, refresh_token:refresh1234> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <alice:alice:alice, cache size: 0, TenantConfigResolver: false, refresh_token:refresh1234> but was: <alice:alice:alice, cache size: 2, TenantConfigResolver: false, refresh_token:refresh1234>
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowUserInfoCachedInIdToken(CodeFlowAuthorizationTest.java:359)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:810)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

io.quarkus.it.keycloak.CodeFlowAuthorizationInGraalITCase.testCodeFlowVerifyIdAndAccessToken - History

  • expected: <access token verified: true, id_token issuer: https://server.example.com, access_token issuer: https://server.example.com, id_token audience: https://id.server.example.com, access_token audience: https://server.example.com, cache size: 0> but was: <access token verified: true, id_token issuer: https://server.example.com, access_token issuer: https://server.example.com, id_token audience: https://id.server.example.com, access_token audience: https://server.example.com, cache size: 2> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <access token verified: true, id_token issuer: https://server.example.com, access_token issuer: https://server.example.com, id_token audience: https://id.server.example.com, access_token audience: https://server.example.com, cache size: 0> but was: <access token verified: true, id_token issuer: https://server.example.com, access_token issuer: https://server.example.com, id_token audience: https://id.server.example.com, access_token audience: https://server.example.com, cache size: 2>
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowVerifyIdAndAccessToken(CodeFlowAuthorizationTest.java:154)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:810)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

@mcruzdev
Copy link
Contributor

Replaced by #44017

@gsmet gsmet closed this Oct 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Oct 22, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.htmlunit-htmlunit-4.5.0 branch October 22, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file triage/flaky-test triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants