mojohaus / mojohaus/exec-maven-plugin
Graceful shutdown on JVM termination
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 191
- Forks
- 111
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
When the virtual machine is terminated in response to a user interrupt, such as typing ^C, the parent process should wait until the child process exit for a certain amount of time configurable, and properly flush and close the process steams.
One typical issue with the current absence of graceful shutdown is the child process logs emitted during the child JVM shutdown sequence that are not streamed back to the parent stream handler.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
The issue names no files, tests, or entry points. Begin by locating the plugin's child-process execution and JVM termination handling; completion means configurable waiting for child exit, with process streams flushed and closed and shutdown logs reaching the parent handler.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100