I eventually got rid of the forked version of HtmlUnit from Jenkins core in this PR <https://github.com/jenkinsci/jenkins/pull/1774>. Also see governance meeting notes on same <https://wiki.jenkins-ci.org/display/JENKINS/Governance+Meeting+Agenda#GovernanceMeetingAgenda-Aug19meeting>. This should result in us being able to use more modern JS libs in Jenkins + write tests against them that don't blow up in our face.
Our forked version of HtmlUnit had inlined API extensions that no longer exist. I replaced all of these with static utility methods (in DomNodeUtil, HtmlFormUtil etc). I need to document these somewhere (also need to add more Javadoc as part of the PR). Where would be best? I could put a README.md in beside this code? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/4a0b5562-107e-4c68-a253-98ff2d830e7f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
