0.5.0
#Notable changes since 0.4.0:
- Java 21 support
- Cycle analysis performed in Maven report and HTML reports (based on field types and method signature types) (#56 #92)
- Added Simple HTML Report - can be used in GitHub Actions
- Significant performance improvement for large codebases with a high number of commits (#95)
- Silenced PMD complaints (#91)
- Codebases with generated sources now successfully analyzed (#99)
What's Changed
- Updated versions of Lombok, ErrorProne, and Spotless. by @jimbethancourt in #63
- Updated versions of the jacoco-maven-plugin and maven-plugin-plugin by @jimbethancourt in #64
- #62 mvn site and #70 GH buttons on mvn site generated page by @jimbethancourt in #71
- Provide CLI verion by @d4c4nf3 in #66
- CLI and other upgrades by @jimbethancourt in #74
- [Snyk] Security upgrade org.apache.maven:maven-core from 3.9.2 to 3.9.4 by @jimbethancourt in #67
- Update version to 0.5.0.M1-SNAPSHOT by @jimbethancourt in #75
- Update version directly to 0.5.0-M1 by @jimbethancourt in #76
- Reverting README.md by @jimbethancourt in #77
- Updated GH buttons to point to refactorfirst/RefactorFirst repo by @jimbethancourt in #78
- Upgrade to new pmd by @jimbethancourt in #84
- Hyperlinking RefactorFirst in report title by @jimbethancourt in #85
- Refactor by @jimbethancourt in #87
- Add circular reference detector by @jimbethancourt in #88
- Generating Cycle data by @jimbethancourt in #89
- Fixed issues by @jimbethancourt in #90
- #92 Add weighted edges by @jimbethancourt in #96
- Optimize git by @jimbethancourt in #98
- Handle generated sources by @jimbethancourt in #100
New Contributors - Thank you!!!
Thank you @nikhilpereira1793 for creating the java-circular-reference-detector (Original code located at https://gitlab.com/nikhil_ideacrest/java-circular-reference-detector)
Full Changelog: 0.4.0...0.5.0