aboutsummaryrefslogtreecommitdiffstats
path: root/container-di/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-059-9/+9
|
* 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-2145-3180/+4064
|
* Test no config when restart on redeployJon Bratseth2018-06-014-7/+39
|
* Separate internal redeploys from application package changesJon Bratseth2018-06-016-35/+41
| | | | | | | | | Separate system internal redeploys from application package changes such that we can ignore config updates originating from application package changes if restart on deploy is true, as the config change will be followed by a restart - but continue to effect config changes originating from internal system changes as those will not (and should not) be followed by a restart.
* Run reconfigurer thread even when restartOnRedeploy is trueJon Bratseth2018-05-303-31/+30
|
* Optimize importsgjoranv2018-04-121-2/+2
|
* Log whether a component is reused or (re)created.gjoranv2018-04-121-5/+13
|
* Replace assumed dead code branch with require statement.gjoranv2018-04-091-10/+5
|
* Log stacktrace to get faulting code path.Henning Baldersheim2018-03-051-3/+3
|
* Merge pull request #5199 from vespa-engine/bratseth/less-old-junitJon Bratseth2018-03-052-5/+17
|\ | | | | Remove junit.fdramework usage
| * Remove junit.fdramework usageJon Bratseth2018-03-022-5/+17
| |
* | Improve error message when a component is trying to set its id.gjoranv2018-03-021-1/+3
| |
* | Improve exception messageHarald Musum2018-03-021-4/+1
|/
* Add logging and comments to container and config retriever.gjoranv2018-02-162-13/+43
|
* Throw exception if null componentsConfig.gjoranv2017-10-301-0/+3
|
* Don't log the stacktrace reference.gjoranv2017-10-051-3/+1
| | | | | (The intention was to log the stack trace itself, but it does not add any informational value beyond the message.)
* Log a warning upon exceptions from the config system.gjoranv2017-10-051-2/+4
| | | | | | | - Specifically targeted at IllegalArgumentException from the constructor of config classes, thrown when a config parameter is uninitialized. - https://github.com/vespa-engine/vespa/issues/3610
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-3010-10/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-3010-0/+10
|
* version in def files are deprecatedHarald Musum2017-08-3010-10/+0
|
* Nonfunctional changes onlyJon Bratseth2017-08-2219-23/+22
|
* DotGraph is not in useBjørn Christian Seime2017-07-241-46/+0
|
* Remove scalalibBjørn Christian Seime2017-07-201-3/+13
|
* Rewrite ProjectBundleClassPaths to JavaBjørn Christian Seime2017-07-201-6/+6
|
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-138-33/+40
|
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-135-52/+49
|
* Update copyright headersJon Bratseth2017-06-1455-55/+55
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1455-55/+55
|
* Update copyright headersJon Bratseth2017-06-1455-55/+55
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1355-57/+57
|
* Copyright headerJon Bratseth2017-06-1355-57/+57
|
* Remove the timeout for component construction.gjoranv2017-05-312-51/+8
|
* Do not log InterruptedException | ConfigInterruptedExceptiongjoranv2017-05-291-7/+7
| | | | | | | | - Normal during shutdown. - See also that ConfiguredApp.startReconfigurerThread just ignores them. + Cleanup some unused code. + Add a couple TODOs
* Disable logAndDie upon failing to set up first component graph.gjoranv2017-05-291-1/+2
| | | | - It breaks some tests using the 'application' framework.
* Revert "Revert "Gjoranv/component construction""gjoranv2017-05-295-68/+219
|
* Revert "Gjoranv/component construction"Harald Musum2017-05-225-219/+68
|
* Revert "Disable logAndDie upon failing to set up first component graph."Harald Musum2017-05-221-2/+1
|
* Disable logAndDie upon failing to set up first component graph.gjoranv2017-05-191-1/+2
| | | | - It breaks some tests using the 'application' framework.
* Shutdown within 60 seconds (was 180)gjoranv2017-05-191-1/+1
|
* Add cause for InterruptedExceptiongjoranv2017-05-191-2/+2
|
* Wrap component construction in a future, and throw upon timeout.gjoranv2017-05-192-19/+59
| | | | | | | - Throw ComponentConstructorException for same behaviour as when a component ctor throws an exception. - Add test - Remove unnecessarily duplicated test code.
* Improve error message upon exit.gjoranv2017-05-191-4/+6
| | | | + Use Duration instead of Long.
* Optimize importsgjoranv2017-05-181-11/+7
|
* Print stack trace also upon first warning that we will exit.gjoranv2017-05-181-1/+1
| | | | - Exit might potentially take a long time.
* Add comment explaining ignored test.gjoranv2017-05-181-1/+1
|
* Extract values for duplicated strings.gjoranv2017-05-181-4/+7
|
* Split config error message in two lines, and remove stack trace.gjoranv2017-05-181-1/+2
| | | | (Stack trace is printed in Container.invalidateGeneration.)