Releases: sbabcoc/JUnit-Foundation
Releases · sbabcoc/JUnit-Foundation
junit-foundation-3.1.2
- Add Apache license
- Fix links in artifact capture documentation
- Upgrade to Java Utils 3.1.3
junit-foundation-3.1.1
- Initial open-source release
- Add
.gitignoreentry 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-mappingplugin for Byte Buddy plugin goals - Add bits and pieces for deployment thru Sonatype
- Add dependency for Settings API
- Add dependency for Java Utils
- Change artifact coordinate group to
- Add classes, interfaces, and unit tests for artifact collector feature
- Add
Hookedmarker interface to mark classes that have been enhanced - Use
PathUtilsto 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