aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main/java/org/sonar/ce/CeDistributedInformationImpl.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-19560 Silence hz inactive exception in schedulerJacek Poreda2023-07-181-2/+3
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-2/+1
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-1/+2
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14625 Upgrade to Hazelcast 4.2Zipeng WU2021-04-151-2/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-11792 update ES compile dependency to 6.6.2Sébastien Lesaint2019-03-191-3/+3
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONARCLOUD-193 no Hazelcast in CE on SonarCloudSébastien Lesaint2018-12-211-4/+0
* SONARCLOUD-192 add (enabled) worker uuids to CE MBeanSébastien Lesaint2018-12-211-1/+4
* SONAR-10922 Silence Hazelcast logsEric Hartmann2018-06-291-2/+11
* Fix license headers for 2018Simon Brandhof2018-01-071-2/+1
* Do not crash with technical errors when cluster is enabledSimon Brandhof2017-10-191-1/+5
* SONAR-9802 replace Hazelcast clients by membersSimon Brandhof2017-09-261-11/+11
* SONAR-9803 remove bad coupling of processes on sonar-plugin-apiSimon Brandhof2017-09-261-3/+3
* SONAR-9740 rename HazelcastClient#getConnectedClients to getMemberUuidsSébastien Lesaint2017-09-131-3/+3
* SONAR-9741 rename HazelcastClientWrapper to HazelcastClientSébastien Lesaint2017-09-131-9/+9
* SONAR-9741 move shared cluster related classes to sonar-clusterSébastien Lesaint2017-09-131-3/+3
* SONAR-9040 Implement a lock mechanism for cleaning jobsEric Hartmann2017-04-271-0/+7
* SONAR-8986 add CeDistributedInformationSébastien Lesaint2017-04-271-0/+74