Support for HtmlUnit 2.25+ [SPR-15319] #19882
Labels
in: test
Issues in the test module
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Juergen Hoeller opened SPR-15319 and commented
HtmlUnit 2.25 changed its
WebRequest.getCharset()
method to return aCharset
instead of aString
, breaking binary compatibility with ourHtmlUnitRequestBuilder
.As of 5.0 RC1, we can simply require HtmlUnit 2.25+ and use the new signature accordingly. In 4.3.8, we can reflectively tolerate both signatures.
Issue Links:
Referenced from: commits 9de9761, e61e8d5
The text was updated successfully, but these errors were encountered: