Closed
Description
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.*
to org.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.