summaryrefslogtreecommitdiffstats
path: root/container-di/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Throw exception if null componentsConfig.gjoranv2017-10-301-0/+3
* Don't log the stacktrace reference.gjoranv2017-10-051-3/+1
* Log a warning upon exceptions from the config system.gjoranv2017-10-051-2/+4
* Nonfunctional changes onlyJon Bratseth2017-08-2213-17/+12
* 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-136-18/+23
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-133-27/+25
* Update copyright headersJon Bratseth2017-06-1414-14/+14
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+14
* Update copyright headersJon Bratseth2017-06-1414-14/+14
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-1314-15/+15
* Copyright headerJon Bratseth2017-06-1314-15/+15
* Remove the timeout for component construction.gjoranv2017-05-311-23/+8
* Do not log InterruptedException | ConfigInterruptedExceptiongjoranv2017-05-291-7/+7
* Disable logAndDie upon failing to set up first component graph.gjoranv2017-05-291-1/+2
* Revert "Revert "Gjoranv/component construction""gjoranv2017-05-294-49/+122
* Revert "Gjoranv/component construction"Harald Musum2017-05-224-122/+49
* 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
* 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-191-7/+27
* Improve error message upon exit.gjoranv2017-05-191-4/+6
* Optimize importsgjoranv2017-05-181-11/+7
* Print stack trace also upon first warning that we will exit.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
* Exit if the first component graph cannot be created successfully.gjoranv2017-05-181-21/+55
* Wrap component constructor exceptions and handle separately.gjoranv2017-05-182-17/+26
* Add missing single quote.gjoranv2017-05-181-1/+1
* Improve logging from retriver.gjoranv2017-05-181-2/+5
* Verify graph generation number.gjoranv2017-05-181-1/+1
* Add log warning when subsciption for component configs fails.gjoranv2017-05-181-1/+7
* No functional changes.gjoranv2017-05-181-3/+2
* Terminate jvm on Error during reconfigurationJon Bratseth2016-09-092-5/+10
* Reduce log level for using the Guice injector.gjoranv2016-06-271-1/+3
* PublishJon Bratseth2016-06-1514-0/+1610