summaryrefslogtreecommitdiffstats
path: root/container-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "Load platform bundles separately"Harald Musum2020-07-169-238/+258
* Rename use -> useBundlesgjoranv2020-07-152-2/+2
* Rename bundle loader classes and fields for consistency.gjoranv2020-07-153-14/+12
* Add author, no functional changesgjoranv2020-07-153-0/+3
* Rename useBundles -> useApplicationBundlesgjoranv2020-07-151-1/+1
* Don't throw when using a test osgi frameworkgjoranv2020-07-153-1/+13
* Separate installation for platform and application bundles.gjoranv2020-07-153-2/+60
* Remove the now unused getInitialBundles method.gjoranv2020-07-144-17/+0
* Simplify BundleManager so that it only handles app bundles.gjoranv2020-07-141-101/+27
* Start bundles only once.gjoranv2020-07-131-3/+0
* Rename field bundleLoader -> bundleManagergjoranv2020-07-101-3/+3
* Let ContainerAndDiOsgi create its own BundleManagergjoranv2020-07-101-3/+3
* Add testJon Bratseth2020-07-021-1/+0
* Improvements to handling of cluster removalJon Bratseth2020-07-023-13/+26
* Make ctor public for DIgjoranv2020-06-301-2/+4
* Merge pull request #13746 from vespa-engine/jonmv/log-log-reader-exceptionsJon Marius Venstad2020-06-301-1/+7
|\
| * Log any error when reading logs on logserverJon Marius Venstad2020-06-301-1/+7
* | Fixed minor naming errors and throwsAmund Bergland Kvalsvik2020-06-291-5/+4
* | Fixed review commentsAmund Bergland Kvalsvik2020-06-292-5/+4
* | Added configsAmund Bergland Kvalsvik2020-06-262-1/+4
* | Used default metric proxy uriAmund Bergland Kvalsvik2020-06-261-1/+1
* | Cleaned up testingAmund Bergland Kvalsvik2020-06-261-2/+2
* | Added PrometheusHandlerAmund Bergland Kvalsvik2020-06-261-0/+67
* | Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-261-90/+0
* | Returning with correct format. Dependencies brokenAmund Bergland Kvalsvik2020-06-251-2/+20
* | Cleaned up codeAmund Bergland Kvalsvik2020-06-241-16/+14
* | Added correct handler for Prometheus requestsAmund Bergland Kvalsvik2020-06-231-0/+74
|/
* Return immediately at end of time windowJon Marius Venstad2020-06-151-1/+4
* Let Jetty do compression, and merge overlapping time windowsJon Marius Venstad2020-06-152-48/+94
* Fix dateJon Marius Venstad2020-06-131-4/+7
* Allow higher generatino than 9Jon Marius Venstad2020-06-121-1/+1
* Fix commentJon Marius Venstad2020-06-121-1/+1
* Remove serrJon Marius Venstad2020-06-121-1/+0
* Extract time stamp from path instead of modified timeJon Marius Venstad2020-06-121-43/+88
* Make sure GZIPOutputStream is properly closed, but without closing channelJon Marius Venstad2020-06-121-12/+7
* Remove unused methodHarald Musum2020-06-111-1/+1
* Move Zone API to separate bundleBjørn Christian Seime2020-06-104-115/+0
* Revert "Config server refactoring, part 7"Harald Musum2020-06-101-1/+1
* Update some commentsHarald Musum2020-06-091-1/+1
* Force usage of ContainerThreadPool through Executor providerBjørn Christian Seime2020-06-042-7/+2
* Annotate correct constructor with 'Inject'Bjørn Christian Seime2020-06-041-1/+1
* Annotate primary constructor with @Inject.Henning Baldersheim2020-06-031-0/+2
* Fix noeol and set default idletime to 5sHenning Baldersheim2020-06-031-2/+2
* Add thread pool name as dimension to metric valuesBjørn Christian Seime2020-06-034-24/+49
* Add config for keep alive timeBjørn Christian Seime2020-06-032-1/+4
* Add config for core pool sizeBjørn Christian Seime2020-06-032-4/+13
* Add config for thread pool nameBjørn Christian Seime2020-06-032-1/+4
* Split out thread pool implementation to separate classesBjørn Christian Seime2020-06-035-180/+258
* Explicitly inherit summary featuresJon Bratseth2020-06-023-5/+4
* GC unused slow start config.Henning Baldersheim2020-05-291-5/+0