summaryrefslogtreecommitdiffstats
path: root/container-di/src/main/java/com/yahoo/container/di/Container.java
Commit message (Expand)AuthorAgeFilesLines
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-181-5/+5
* Reapply "Load platform bundles separately 3"gjoranv2020-07-171-19/+33
* Revert "Load platform bundles separately 3"Harald Musum2020-07-171-33/+19
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-0/+2
* Reapply "Load platform bundles separately"gjoranv2020-07-161-19/+31
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-161-33/+19
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-0/+2
* Reapply "Load platform bundles separately"gjoranv2020-07-161-19/+31
* Revert "Load platform bundles separately"Harald Musum2020-07-161-31/+19
* Rename installBundles -> installApplicationBundlesgjoranv2020-07-151-2/+2
* Throw exception if platform bundles change.gjoranv2020-07-151-15/+20
* Rename useBundles -> useApplicationBundlesgjoranv2020-07-151-2/+1
* Separate installation for platform and application bundles.gjoranv2020-07-151-6/+14
* Declare a field final and rearrange. No functional changes.gjoranv2020-07-101-3/+3
* Remove unused importsgjoranv2020-07-081-2/+0
* Rearrange methods, no functional changes.gjoranv2020-07-081-48/+47
* Fix ambiguous naming and use modern Java.gjoranv2020-07-081-4/+2
* Move test methods to test.gjoranv2020-07-081-8/+0
* minor: rearrange methodsgjoranv2020-07-081-9/+9
* Non-functional changes onlyJon Bratseth2020-05-131-2/+2
* Use java.util.logging.Level in static imports.gjoranv2020-04-251-4/+4
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-051-10/+26
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-041-26/+10
* Support safe component deconstruction in jdisc container.gjoranv2019-10-281-10/+26
* minor non-functional changes:gjoranv2019-10-261-4/+4
* Schedule deconstruct of all components with one call.gjoranv2019-10-261-2/+2
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-091-4/+2
* Make providers lazyJon Bratseth2019-05-291-4/+4
* Optimize imports.Henning Baldersheim2019-01-061-1/+0
* Revert "Merge pull request #7837 from vespa-engine/revert-7836-bratseth/remov...Jon Bratseth2018-12-021-0/+2
* Revert "Bratseth/remove unused rpc server take 3"Jon Bratseth2018-12-011-2/+0
* Revert "Merge pull request #7835 from vespa-engine/revert-7833-bratseth/remov...Jon Bratseth2018-12-011-0/+2
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-011-2/+0
* Revert "Merge pull request #7831 from vespa-engine/revert-7818-bratseth/remov...Jon Bratseth2018-12-011-0/+2
* Revert "Remove zombie code"HÃ¥kon Hallingstad2018-12-011-2/+0
* Remove zombie codeJon Bratseth2018-11-291-0/+2
* Remove invalid timeoutgjoranv2018-10-011-6/+4
* Allow component construction to take a long timeJon Bratseth2018-10-011-1/+1
* Model inference initial commitJon Bratseth2018-06-281-6/+3
* Class constant Logger moved to topOlli Virtanen2018-06-211-2/+2
* Removed two leftover comments about Scala default values for parametersOlli Virtanen2018-06-211-4/+2
* Scala code in container-di converted to JavaOlli Virtanen2018-06-211-0/+273