summaryrefslogtreecommitdiffstats
path: root/container-di
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Exclude non-public package from javadoc generation.gjoranv2018-05-141-0/+8
| | | | - Due to scala-java interaction issue.
* 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
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Throw exception if null componentsConfig.gjoranv2017-10-301-0/+3
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* 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 "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+5
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-5/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-9/+4
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+10
|
* 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
|
* Merge pull request #3000 from yahoo/bjorncs/fixBjørn Christian Seime2017-07-241-5/+0
|\ | | | | Remove scala-compiler test dependency
| * Remove scala-compiler test dependencyBjørn Christian Seime2017-07-241-5/+0
| |
* | DotGraph is not in useBjørn Christian Seime2017-07-242-50/+0
| |
* | DotGraph uses scala-xml in generated bytecodeBjørn Christian Seime2017-07-241-0/+4
|/
* Remove scalalibBjørn Christian Seime2017-07-202-8/+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
|
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-49/+0
|
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-135-52/+49
|
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-5/+4
|
* Update copyright headersJon Bratseth2017-06-1457-57/+57
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1457-57/+57
|
* Update copyright headersJon Bratseth2017-06-1457-57/+57
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1357-59/+59
|
* Copyright headerJon Bratseth2017-06-1357-59/+59
|
* 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
|