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

Upgrade to htmlunit 2.36.0, jetty 9.4.24 #3

Merged
merged 5 commits into from
Dec 10, 2019
Merged

Conversation

rjatkins
Copy link
Collaborator

@rjatkins rjatkins commented Dec 7, 2019

  • Ensure we use XmlPage.asText for getPageText, since getTextContent doesn't handle DOCUMENT nodes
  • Avoid referencing explicit BrowserVersions - we don't care, so just use BrowserVersion.getDefault()
  • Switch to using the BrowserVersionBuilder to reconfigure the UserAgent string to use in a BrowserVersion instead of clone

 * Ensure we use XmlPage.asText for getPageText, since getTextContent doesn't handle DOCUMENT nodes
 * Avoid referencing explicit BrowserVersions - we don't care, so just use BrowserVersion.getDefault()
 * Switch to using the BrowserVersionBuilder to reconfigure the UserAgent string to use in a BrowserVersion instead of clone
 * Use openjdk8 on ubuntu bionic (18.0.4)
 * Also remove unneccessary install script, and deprecated sudo option
 * Also add explicit os, to avoid build validation warnings
 * Workaround travis and install-jdk.sh completely failing for openjdk
@rjatkins rjatkins merged commit 3570362 into master Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants