Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

BitvUnit 0.10.0

Choose a tag to compare

@codescape codescape released this 08 Jun 17:38
· 92 commits to master since this release
  • rules
    • added new rule DoctypeForPageRule
    • added new rule AvoidBasefontTagRule
    • added new rule AvoidCenterTagRule
    • added new rule AvoidFontTagRule
    • added new rule AvoidFrameTagRule
    • added new rule AvoidTeletypeTagRule
    • improve rule LabelForInputFieldRule to validate new HTML 5 input types
  • infrastructure
    • continuous integration against Oracle JDK 8 and Oracle JDK 7
    • faster build not generating javadoc on every build but only for releases
    • building against Java 7 instead of Java 6 language level
    • use Java 7 features where appropriate
    • fixed release specific configuration for maven-release-plugin
  • documentation
    • javadoc is fixed so that it can be generated with latest maven-javadoc-plugin
  • updated dependencies
    • now using org.seleniumhq:selenium-api:2.41.0
    • now using org.seleniumhq:selenium-htmlunit-driver:2.41.0
    • now using net.sourceforge.htmlunit:htmlunit:2.14
    • now using org.apache.httpcomponents:httpclient:4.3.3