OpenLiberty / OpenLiberty/ci.maven
processFileChanges method in DevUtil (ci.common) runs twice with a single file change
Open
@sajeerzeji is already working on this.
Since Apr 6, 2026.
bug
devMode
medium priority
- Dominant language
- Java
- Stars
- 139
- Forks
- 100
- Avg merge
- 20h 57m
- Merged PRs (30d)
- 4
Description
The method processFileChanges is running twice when a single modification is made to a file while running maven dev mode (have not yet confirmed if this happens in gradle or not). So far, this has been tested by making file modifications in IntelliJ, Notepad++, and Notepad. Notepad did NOT cause the method to run twice, but both IntelliJ and Notepad++ did.
Processing file changes for C:\Users\TREVORCrawford\Git\demo-devmode\src\test.properties, change type MODIFY
Processing file changes for C:\Users\TREVORCrawford\Git\demo-devmode\src\test.properties, change type MODIFY
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.