summaryrefslogtreecommitdiffstats
path: root/container-di/src/main/scala/com/yahoo/container/di/componentgraph
Commit message (Collapse)AuthorAgeFilesLines
* Scala code in container-di converted to JavaOlli Virtanen2018-06-216-868/+0
|
* Optimize importsgjoranv2018-04-121-2/+2
|
* Log whether a component is reused or (re)created.gjoranv2018-04-121-5/+13
|
* 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
|
* Nonfunctional changes onlyJon Bratseth2017-08-226-9/+6
|
* DotGraph is not in useBjørn Christian Seime2017-07-241-46/+0
|
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-132-11/+13
|
* Update copyright headersJon Bratseth2017-06-147-7/+7
|
* Revert "Update copyright headers"Jon Bratseth2017-06-147-7/+7
|
* Update copyright headersJon Bratseth2017-06-147-7/+7
|
* Revert "Copyright header"Jon Bratseth2017-06-137-7/+7
|
* Copyright headerJon Bratseth2017-06-137-7/+7
|
* Remove the timeout for component construction.gjoranv2017-05-311-23/+8
|
* Revert "Revert "Gjoranv/component construction""gjoranv2017-05-292-25/+44
|
* Revert "Gjoranv/component construction"Harald Musum2017-05-222-44/+25
|
* Add cause for InterruptedExceptiongjoranv2017-05-191-2/+2
|
* Wrap component construction in a future, and throw upon timeout.gjoranv2017-05-191-7/+27
| | | | | | | - Throw ComponentConstructorException for same behaviour as when a component ctor throws an exception. - Add test - Remove unnecessarily duplicated test code.
* Optimize importsgjoranv2017-05-181-11/+7
|
* Wrap component constructor exceptions and handle separately.gjoranv2017-05-181-8/+11
|
* Add missing single quote.gjoranv2017-05-181-1/+1
|
* Terminate jvm on Error during reconfigurationJon Bratseth2016-09-091-4/+9
| | | | | This avoids entering a zombie state due to a destructive reconfiguration attempt. LinkageError is exempted as that is a normal consequence of OSGi loading problems.
* Reduce log level for using the Guice injector.gjoranv2016-06-271-1/+3
|
* PublishJon Bratseth2016-06-157-0/+897