Package org.springframework.modulith.junit.diff
package org.springframework.modulith.junit.diff
Project differences detection implementation.
- Since:
- 1.3
-
ClassDescriptionSPI to plug different strategies of how to find the files currently modified in a project.Utility to contain re-used JGit operations.A modified file.Implementation to get changes between HEAD and a complete or abbreviated SHA-1 or other revision, like
HEAD~2
.Implementation to get latest local file changes.Find all changes that have not been pushed to the remote branch yet.AFileModificationDetector
that filters theModifiedFile
instances returned by a delegateFileModificationDetector
to only contain those nested in the current, repository-relative working directory.