summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/core/config
Commit message (Expand)AuthorAgeFilesLines
* Setup connection log if access log is enabledMorten Tokle2021-01-141-1/+3
* Track explicitly when we are initializing configJon Bratseth2020-12-162-4/+5
* Revert "Merge pull request #15739 from vespa-engine/revert-15734-bratseth/sim...Jon Bratseth2020-12-082-5/+4
* Revert "Bratseth/simplify config take 2"Harald Musum2020-12-082-4/+5
* Revert "Merge pull request #15690 from vespa-engine/revert-15686-bratseth/sim...Jon Bratseth2020-12-072-5/+4
* Revert "Keep internal-redeploy serverside. Remove old restartOnDeploy impleme...Jon Bratseth2020-12-042-4/+5
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-042-5/+4
* Non-functional: Single-line @OverridesJon Bratseth2020-11-191-2/+1
* Non-functional-changes-onlyJon Bratseth2020-11-186-9/+18
* Use javadoc-no-fork and various fixesHåkon Hallingstad2020-10-311-4/+3
* Remove the special rule that allowed pre-installing bundlesgjoranv2020-09-281-3/+1
* Make ContainerThreadPool an interfaceBjørn Christian Seime2020-09-211-11/+8
* 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-171-4/+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
* Wait instead of calling waitFor twice when bundle is not readablegjoranv2020-04-171-16/+14
* Retry once if the acquired file bundle is not readable.gjoranv2020-04-171-1/+26
* Add copyright headersgjoranv2020-04-174-2/+5
* Rename BundleLoader -> BundleManagergjoranv2020-04-162-8/+7
* Rename parameters and methods to clarify file refs vs bundlesgjoranv2020-04-161-8/+5
* Reorder methods, no functional changes.gjoranv2020-04-161-74/+75