summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add file reference status to test.gjoranv2020-04-161-0/+6
* Simplify code flow by getting obsolete file refs from one place.gjoranv2020-04-161-7/+5
* Allow setting a custom bundle installer for non-disk bundles.gjoranv2020-04-161-3/+12
* Extract interface for a bundle installergjoranv2020-04-164-15/+83
* Safeguard against adding disk bundles to allowed duplicates.gjoranv2020-04-021-0/+1
* Fix incorrect comment.gjoranv2020-04-011-4/+6
* Add copyright headersgjoranv2019-11-061-0/+1
* Do not allow duplicates for "disk bundles"gjoranv2019-11-061-14/+52
* minor: move method closer to its callergjoranv2019-11-051-5/+5
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-054-44/+111
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-044-111/+44
* Rename retainOnly and extract helper method.gjoranv2019-10-291-7/+11
* Add debug logginggjoranv2019-10-291-0/+1
* Update comments and remove an import.gjoranv2019-10-291-3/+1
* Simplify testing by adding a combined interface for osgi wrapper.gjoranv2019-10-283-9/+63
* Support safe component deconstruction in jdisc container.gjoranv2019-10-283-33/+43
* Add Vespa 8 TODOgjoranv2019-10-261-0/+1
* Schedule deconstruct of all components with one call.gjoranv2019-10-261-8/+6
* Nonfunctional changes onlyJon Bratseth2019-10-011-10/+6
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-091-1/+1
* Deconstruct component graph at end of testHåkon Hallingstad2019-06-081-0/+1
* Remove unused configs and their usage.gjoranv2019-01-211-1/+0
* Vespa 7: remove FreezeDetector and Watchdog.gjoranv2019-01-211-3/+0
* Add bundle version to "Installed bundles" log message.gjoranv2019-01-111-1/+1
* Less use of ContainerJon Bratseth2018-12-032-2/+1
* Revert "Merge pull request #7837 from vespa-engine/revert-7836-bratseth/remov...Jon Bratseth2018-12-021-26/+0
* Revert "Bratseth/remove unused rpc server take 3"Jon Bratseth2018-12-011-0/+26
* Revert "Merge pull request #7835 from vespa-engine/revert-7833-bratseth/remov...Jon Bratseth2018-12-011-26/+0
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-011-0/+26
* Revert "Merge pull request #7831 from vespa-engine/revert-7818-bratseth/remov...Jon Bratseth2018-12-011-26/+0
* Revert "Remove zombie code"Håkon Hallingstad2018-12-011-0/+26
* Remove zombie codeJon Bratseth2018-11-291-26/+0
* Create SimpleLinguistics singleton lazily.gjoranv2018-09-171-1/+2
* Add binding for Linguistics to HandlersConfigurerTestWrapper.gjoranv2018-09-171-2/+16
* Remove guice binding for Linguistics.gjoranv2018-09-171-1/+0
* Use fileAcquirerJon Bratseth2018-09-101-2/+1
* Read fiel distribution file reference correctlyJon Bratseth2018-09-072-3/+4
* Merge pull request #6444 from vespa-engine/bratseth/java-model-inferenceJon Bratseth2018-07-232-14/+6
|\
| * Reuse context prototypesJon Bratseth2018-07-201-5/+1
| * Model inference initial commitJon Bratseth2018-06-281-9/+5
* | Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-052-2/+2
|/
* Increase timeout when waiting for bundles to one week.gjoranv2018-06-261-1/+1