-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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 to HtmlUnit 3.11.0 #30392
Comments
Is there a way to create a backwards-compatible version of |
I'm afraid the |
We'd have to coordinate with Spring Boot, as a move to 3.0 can only be done for 3.3 at the earliest (which means Spring Framework 6.1.x). @jhoeller wondering if we're ok to raise the baseline for this dependency? |
HtmlUnit 4 is due to be released at the beginning of April. Would be cool if we could upgrade directly to 4.0: |
@tschuehly I see no structural changes on HtmlUnit's main branch, just removed IE support on existing files in |
@jhoeller |
Affects: All current spring framework versions
HtmlUnit has released version 3.0.0 on March 19. With this version the artifact has changed from org.htmlunit/htmlunit:htmlunit to org.htmlunit:htmlunit as well as all the packages have changed from
com.gargoylesoftware.htmlunit.*
toorg.htmlunit.*
. New updates only seem to be done on the 3.x line, and no longer on the 2.x line. Spring should probably be updated accordingly.Since 3.0.0 has some incompatible changes compared to 2.70.0, this upgrade should probably not be done on a point release.
From the Spring perspective, I don't think it's much more than updating all the packages and artifact, both in code and documentation.
The text was updated successfully, but these errors were encountered: