commons-htmlunit

Common HtmlUnit utility methods that I find useful in various projects

BSD-2-CLAUSE License

Stars
2
Committers
1

Bot releases are hidden (Show)

commons-htmlunit - 1.1.0.1 Latest Release

Published by centic9 11 months ago

  • Update third party libraries
  • Update htmlunit to 3.9.0

Full Changelog: https://github.com/centic9/commons-htmlunit/compare/1.1.0.0...1.1.0.1

commons-htmlunit - 1.1.0.0

Published by centic9 over 1 year ago

  • Update to HtmlUnit 3.0.0 which requires a new group and different Java packages
  • Update commons-dost and forbidden-apis

Note: all uses of commons-htmlunit should change Java code from com.gargoylesoftware.htmlunit to org.htmlunit.

Full Changelog: https://github.com/centic9/commons-htmlunit/compare/1.0.0.11...1.1.0.0

commons-htmlunit - 1.0.0.11

Published by centic9 almost 2 years ago

  • Require JDK 11
  • Upgrade to Gradle 7.6
  • Upgrade to html-unit 2.67.0

Full Changelog: https://github.com/centic9/commons-htmlunit/compare/1.0.0.10...1.0.0.11

commons-htmlunit - 1.0.0.10

Published by centic9 almost 2 years ago

  • Update to htmlunit-2.66.0
  • Switch to JUnit 5-Vintage

Full Changelog: https://github.com/centic9/commons-htmlunit/compare/1.0.0.9...1.0.0.10

commons-htmlunit - 1.0.0.9

Published by centic9 over 2 years ago

  • Fix exporting html-unit itself as part of the library

Full Changelog: https://github.com/centic9/commons-htmlunit/compare/1.0.0.8...1.0.0.9

commons-htmlunit - 1.0.0.8

Published by centic9 over 2 years ago

  • raise html-unit to 2.61.0
  • update to Gradle 6.9
  • some other third party updates and build-changes

Full Changelog: https://github.com/centic9/commons-htmlunit/compare/1.0.0.7...1.0.0.8

commons-htmlunit - 1.0.0.7

Published by centic9 over 3 years ago

  • Update to latest HtmlUnit 2.47.1
  • Update some third-party libraries
commons-htmlunit - 1.0.0.6

Published by centic9 over 4 years ago

  • Update to htmlunit 2.40.0
  • Upgrade some other third party libraries
  • Update tests slightly
commons-htmlunit - 1.0.0.5

Published by centic9 almost 6 years ago

  • Update to htmlunit-2.33
  • Allow arbitrary long URLs for the webpage-cache by using hashing internally when constructing filenames
commons-htmlunit - 1.0.0.4

Published by centic9 almost 7 years ago

  • Update to HtmlUnit 2.28, commons-test 1.0.0.12 and jacoco 0.7.9
  • Remove Eclipse plugin, I don't use it any more
commons-htmlunit - 1.0.0.3

Published by centic9 over 7 years ago

  • Update to HtmlUnit 2.26
  • Add HtmlUnitUtils.waitforJavaScript()
  • Update to Gradle 3.4.1
commons-htmlunit - 1.0.0.1

Published by centic9 over 7 years ago

  • Initial release
commons-htmlunit - 1.0.0.2

Published by centic9 over 7 years ago

  • Add getElementsByTextContents()
  • Update to htmlunit 2.24, JaCoCo 0.7.8 and gradle-release 2.5.0
  • Downgrade Guava to 19 as we do not need 20 and it has some backwards-incompatibilities