Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-9590 move shared memory file classes to dedicated package | Sébastien Lesaint | 2017-09-05 | 1 | -245/+0 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 1 | -2/+2 |
| | |||||
* | fix coverage of DefaultProcessCommands | Sébastien Lesaint | 2016-08-25 | 1 | -38/+85 |
| | |||||
* | fix quality flaws | Sébastien Lesaint | 2016-05-20 | 1 | -0/+20 |
| | |||||
* | SONAR-7422 add DefaultProcessCommand#reset() | Sébastien Lesaint | 2016-05-18 | 1 | -1/+18 |
| | |||||
* | SONAR-7435 SQ processes should have constant process ids | Sébastien Lesaint | 2016-03-21 | 1 | -0/+9 |
| | | | | remove process id generation from JavaCommand | ||||
* | SONAR-7435 replace DefaultProcessCommands constructors by static methods | Sébastien Lesaint | 2016-03-21 | 1 | -15/+34 |
| | |||||
* | SONAR-7435 rename state when process is done starting from ready to up | Sébastien Lesaint | 2016-03-21 | 1 | -3/+3 |
| | | | | also clean up code of DefaultProcessCommands and fix it's Javadoc which was out of sync with implementation | ||||
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | SONAR-7168 fix stop during restart not working | Sébastien Lesaint | 2016-01-13 | 1 | -29/+22 |
| | | | | | lifeCycle transition from RESTARTING to STOPPING should actually _not_ be allowed because it can occur when restarting child processes (the WatcherThreads detects that stop and tries to shutdown all other processes), this fixes the issue by adding a HARD_STOPPING state, representing a not gracefull stop, to which transition from RESTARTING is allowed adds class AllProcessesCommands which implements access to sharedMemory for any process and is now used as the underlying implementation of DefaultProcessCommands. This class allows using a single IO to access sharedMemory from App | ||||
* | SONAR-7168 add restart request support to ProcessCommands | Sébastien Lesaint | 2016-01-13 | 1 | -5/+48 |
| | |||||
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 1 | -4/+4 |
| | |||||
* | Extract an interface from org.sonar.process.ProcessCommands | Simon Brandhof | 2015-05-29 | 1 | -0/+97 |
Try to stabilize StopWatcherTest when machine is slow or under pressure. More than 1 second could be spent in the creation of ProcessCommands mock. |