aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/test/java/org/sonar/process/ProcessEntryPointTest.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20658 remove unused ping/getLastPingPierre2023-10-041-10/+0
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-10179 improve consistency of start/stop log messages and identifiers of...Aurelien Poscia2022-03-181-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Improve code qualityDuarte Meneses2021-11-201-3/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix code quality issues and reduce dependency on GuavaDuarte Meneses2019-12-101-7/+4
* SONAR-12043 Refactor ProcessEntryPointDuarte Meneses2019-06-031-58/+25
* SONAR-12043 graceful shutdown timeout configurable for ITsSébastien Lesaint2019-06-031-2/+2
* SONAR-12043 make Lifecycle threadsafeSébastien Lesaint2019-06-031-12/+99
* SONAR-12043 main process supports graceful and hard stopSébastien Lesaint2019-06-031-4/+40
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-031-4/+4
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9715 improve documentation of process managementSimon Brandhof2017-09-051-2/+2
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-051-0/+1
* Consistent safeguard timeouts in JUnit testsSimon Brandhof2017-05-121-5/+2
* SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-1/+1
* SONAR-7500 remove useless Monitored WARN log when web fails to startSébastien Lesaint2017-02-241-4/+4
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7436 Monitoring of CE process in system WS and consoleSimon Brandhof2016-03-251-5/+7
* SONAR-7435 CE process waiting for WebServer to be operationalSébastien Lesaint2016-03-211-15/+21
* SONAR-7435 rename state when process is done starting from ready to upSébastien Lesaint2016-03-211-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Increase some timeouts in testsSimon Brandhof2015-06-161-1/+1
* Redundant throws clause in testsDavid Gageot2015-05-071-2/+2
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-201-1/+1
* Replace fest-assert by assertJSimon Brandhof2015-01-101-2/+2
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
* Fix computation of JaCoCo coverage of module sonar-processSimon Brandhof2014-12-091-0/+4
* Try to fix UT on WindowsJulien HENRY2014-09-291-2/+2
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-221-9/+9
* SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-211-52/+17
* SONAR-4898 simplify MonitoredProcess implementationsSimon Brandhof2014-09-121-0/+10
* SONAR-4898 refactor process monitoringSimon Brandhof2014-09-121-0/+224