-
Notifications
You must be signed in to change notification settings - Fork 8
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
Replace DomNode#asText
with DomNode#asNormalizedTest
#18
Comments
This and |
Looks like this recipe would be a couple of lines of Yaml added to src/main/resources/META-INF/rewrite/htmlunit-3.yml. Would you want to get a first change? We could indeed create a separate |
For good measure I've also added the HtmlUnit organization repositories to the Moderne platform, if you want to create some goodwill with PRs their way. :) |
I see no reason why we should have a separate |
That could work as well; let me know if you'd like to take that on, or want me to do so. |
HtmlUnit 2.55.0 removed the deprecated
DomNode#asText
in favor ofDomNode#asNormalizedTest
. Plugins with a very old plugin parent POM (one with HtmlUnit 2.54.0 or earlier) will likely still be usingasText
and will thus fail to compile until these usages are converted toasNormalizedText
.The text was updated successfully, but these errors were encountered: