Closed issues:
- Split daemon module into daemon and dist #130
- mvnd --status to display memory usage #129
- Test with two threads at least #128
- Warn if the environment of the client does not match the environment of the daemon #122
- Give a meaningful name to the mvnd process #118
- Building... output detail of how many modules in total and left to build #112
- Run with min 1 cpu core left to the user #111
- Connection timeout when trying to execute any build #63
- Client hangs forever if the daemon crashes #47
Merged pull requests:
- Publish sha256 checksums for the released artifacts #144 (ppalaga)
- Remove the superfluous Serializer interface and its implemetation #141 (ppalaga)
- Do not add mvnd-client.jar to daemon's class path #140 (ppalaga)
- Have unique test project module names #139 (ppalaga)
- Split daemon module into daemon and dist #130 #138 (ppalaga)
- Polish client status line #137 (ppalaga)
- mvnd --status to display memory usage #129 #136 (ppalaga)
- Test with two threads at least #128 #135 (ppalaga)
- Simplify logging #134 (ppalaga)
- Improvements #126 (gnodet)
- Display warning in case of environment mismatch #122 #125 (gnodet)
- Improvements #124 (gnodet)
- Issue 47 #123 (gnodet)
- Fixup #111 Document the number of utilized cores and use 1 core at least #121 (ppalaga)
- Rename ServerMain to MavenDaemon to be more explicit, fixes #118 #120 (gnodet)
- Leave 1 processor unused on the daemon by default, fixes #111 #119 (gnodet)
- Improve progress display #113 (gnodet)
- Skip tests when releasing #110 (ppalaga)