Skip to content

Releases: sbabcoc/JUnit-Foundation

junit-foundation-3.1.2

05 Nov 17:22

Choose a tag to compare

  • Add Apache license
  • Fix links in artifact capture documentation
  • Upgrade to Java Utils 3.1.3

junit-foundation-3.1.1

05 Nov 17:10

Choose a tag to compare

  • Initial open-source release
  • Add .gitignore entry for text files
  • Add README file
  • POM:
    • Change artifact coordinate group to com.nordstrom.tools
    • Add project name, description, URL, license, and developer
    • Add lifecycle-mapping plugin for Byte Buddy plugin goals
    • Add bits and pieces for deployment thru Sonatype
    • Add dependency for Settings API
    • Add dependency for Java Utils
  • Add classes, interfaces, and unit tests for artifact collector feature
  • Add Hooked marker interface to mark classes that have been enhanced
  • Use PathUtils to generate reports directory path
  • Cache enhanced class definitions to prevent repeated enhancements
  • Assign explicit names to enhanced classes instead of using auto-generated names
  • Add configuration thru Settings API
  • Add support for class configuration to method watcher feature
  • Add more unit tests to the collection