aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/core
Commit message (Expand)AuthorAgeFilesLines
* Non-functional-changes-onlyJon Bratseth2020-11-186-9/+18
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-4/+3
* Revert "Revert "Jonmv/async doc v1 implementation""Jon Marius Venstad2020-09-301-0/+54
* Revert "Jonmv/async doc v1 implementation"Harald Musum2020-09-291-54/+0
* Merge pull request #14554 from vespa-engine/jonmv/async-doc-v1-implementationJon Marius Venstad2020-09-291-0/+54
|\
| * Common metrics code and abi specJon Marius Venstad2020-09-281-1/+11
| * Eliminate code duplication in generating metric context for requestsJon Marius Venstad2020-09-251-0/+44
* | Remove the special rule that allowed pre-installing bundlesgjoranv2020-09-281-3/+1
|/
* Log on self-subscroption and fix copyright hreadersJon Marius Venstad2020-09-252-0/+2
* Move injectable lazy document access to top level and rename to VespaDocument...Jon Marius Venstad2020-09-252-93/+105
* Eliminate config self-subscription from MessageBusDocumentAccessJon Marius Venstad2020-09-251-8/+14
* Let the injectable lazy document access be specifically injectedJon Marius Venstad2020-09-251-8/+8
* Move laziness down to avoid initialising MessageBusDocumentAccess unless _used_Jon Marius Venstad2020-09-211-21/+88
* Less defensive shutdownJon Marius Venstad2020-09-211-7/+6
* Revert "Revert "Jonmv/async document v1""Jon Marius Venstad2020-09-212-0/+60
* Make ContainerThreadPool an interfaceBjørn Christian Seime2020-09-211-11/+8
* Revert "Jonmv/async document v1"Arnstein Ressem2020-09-212-60/+0
* Provide a MessageBugDocumentAccess lazily, in containersJon Marius Venstad2020-09-212-0/+60
* Emit the application config generation as a metricJon Bratseth2020-09-201-19/+21
* Add ContainerThreadPool component for unit testsBjørn Christian Seime2020-09-141-2/+13
* Do not create an extra OsgiImpl instance.gjoranv2020-08-281-3/+2
* Let ApplicationBundleLoader take its installer as a ctor argumentgjoranv2020-07-203-24/+15
* Remove the unnecessary BundleInstaller interface.gjoranv2020-07-183-29/+8
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-183-25/+17
* Add unit test for PlatformBundleLoadergjoranv2020-07-171-1/+1
* Ignore later calls to add or alter the set of platform bundles.gjoranv2020-07-171-5/+20
* Add constructor for testinggjoranv2020-07-171-1/+5
* Drop the now unnecessary 'file:' prefix for disk bundles.gjoranv2020-07-172-19/+4
* Minor adjustment to error message.gjoranv2020-07-171-1/+1
* Temporarily allow 'config-model-fat-amended' to preinstall bundlesgjoranv2020-07-171-3/+6
* Reapply "Load platform bundles separately 3"gjoranv2020-07-177-246/+252
* Revert "Load platform bundles separately 3"Harald Musum2020-07-177-252/+246
* Start platform bundlesgjoranv2020-07-164-29/+55
* Reapply "Load platform bundles separately"gjoranv2020-07-166-246/+226
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-167-252/+246
* Start platform bundlesgjoranv2020-07-164-29/+55
* Reapply "Load platform bundles separately"gjoranv2020-07-166-246/+226
* Revert "Load platform bundles separately"Harald Musum2020-07-166-226/+246
* Rename use -> useBundlesgjoranv2020-07-152-2/+2
* Rename bundle loader classes and fields for consistency.gjoranv2020-07-153-14/+12
* Rename useBundles -> useApplicationBundlesgjoranv2020-07-151-1/+1
* Don't throw when using a test osgi frameworkgjoranv2020-07-151-1/+4
* Separate installation for platform and application bundles.gjoranv2020-07-153-2/+60
* Remove the now unused getInitialBundles method.gjoranv2020-07-141-5/+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
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1