summaryrefslogtreecommitdiffstats
path: root/container-di/src/main/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
* Revert "Load platform bundles separately 3"Harald Musum2020-07-172-38/+20
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-0/+2
* Reapply "Load platform bundles separately"gjoranv2020-07-162-20/+36
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-162-38/+20
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-0/+2
* Reapply "Load platform bundles separately"gjoranv2020-07-162-20/+36
* Revert "Load platform bundles separately"Harald Musum2020-07-162-36/+20
* Rename installBundles -> installApplicationBundlesgjoranv2020-07-151-2/+2
* Throw exception if platform bundles change.gjoranv2020-07-151-15/+20
* Rename useBundles -> useApplicationBundlesgjoranv2020-07-152-3/+2
* Separate installation for platform and application bundles.gjoranv2020-07-152-6/+18
* 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
* Improvements to handling of cluster removalJon Bratseth2020-07-021-15/+13
* Non-functional changes onlyJon Bratseth2020-05-132-4/+3
* Use java.util.logging.Level in static imports.gjoranv2020-04-255-20/+19
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Add/corect copyright headersJon Bratseth2020-01-032-7/+2
* Include error message from causeBjørn Christian Seime2019-11-141-1/+1
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-053-12/+39
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-043-39/+12
* Support safe component deconstruction in jdisc container.gjoranv2019-10-283-12/+39
* minor non-functional changes:gjoranv2019-10-262-6/+6
* Schedule deconstruct of all components with one call.gjoranv2019-10-263-4/+6
* Nonfunctional changes onlyJon Bratseth2019-10-011-3/+3
* Remove findbugs annotations from code and build path.gjoranv2019-09-092-4/+4
* Add missing copyright header.gjoranv2019-07-222-0/+5
* Output cycle in the dependency graph.gjoranv2019-07-221-2/+22
* Add utility to find cycles in a directed graph.gjoranv2019-07-222-0/+136
* Deliver search chains config to ExecutionFactoryJon Bratseth2019-06-093-5/+5
* Make providers lazyJon Bratseth2019-05-297-32/+36
* 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
* Merge pull request #7165 from vespa-engine/gjoranv/log-component-constructionHenning Baldersheim2018-10-011-0/+3
|\
| * Add debug logging for component construction.gjoranv2018-10-011-0/+3
* | Merge pull request #7162 from vespa-engine/gjoranv/remove-invalid-timeoutBjørn Christian Seime2018-10-011-6/+4
|\ \
| * | Remove invalid timeoutgjoranv2018-10-011-6/+4
| |/
* / Add copyright headerJon Bratseth2018-10-011-0/+1
|/
* Allow component construction to take a long timeJon Bratseth2018-10-011-1/+1