Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2024

Bumps org.hjug.refactorfirst.plugin:refactor-first-maven-plugin from 0.4.0 to 0.5.0.

Release notes

Sourced from org.hjug.refactorfirst.plugin:refactor-first-maven-plugin's releases.

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

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: refactorfirst/RefactorFirst@0.4.0...0.5.0

0.5.0-M2

What's Changed

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: refactorfirst/RefactorFirst@0.5.0-M1...0.5.0-M2

0.5.0-M1

... (truncated)

Commits
  • b703679 Merge pull request #100 from refactorfirst/handle-generated-sources
  • c460143 Update version to 0.5.0-SNAPSHOT
  • 6eabbaa Updated readme for version 0.5.0
  • 128b886 #99 Now handling generated sources gracefully
  • 9cf5d34 Merge pull request #98 from refactorfirst/optimize-git
  • 75449c5 #97 Cycle analysis included in Maven site report
  • 7fed315 #91 Silenced PMD complaints about directories
  • ec3be73 Applying formatting
  • 5db8af0 #95 Performing ScmLogInfo lookup in parallel
  • 20018e5 #95 Now using one instance of Git & one instance of Repository
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.hjug.refactorfirst.plugin:refactor-first-maven-plugin](https://github.com/refactorfirst/RefactorFirst) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/refactorfirst/RefactorFirst/releases)
- [Commits](refactorfirst/RefactorFirst@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: org.hjug.refactorfirst.plugin:refactor-first-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 26, 2024
@cicirello cicirello merged commit 7b4169e into master Sep 26, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/master/org.hjug.refactorfirst.plugin-refactor-first-maven-plugin-0.5.0 branch September 26, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants