summaryrefslogtreecommitdiffstats
path: root/container-di/src/test
Commit message (Expand)AuthorAgeFilesLines
* Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.Jon Bratseth2020-12-043-23/+7
* Use full name in config definition file namesHarald Musum2020-09-108-0/+0
* Remove unneeded inject statements and rerun test a few timesJon Marius Venstad2020-08-241-16/+16
* Call deconstruct in reverse dependency orderJon Marius Venstad2020-08-211-0/+32
* Reapply "Load platform bundles separately 3"gjoranv2020-07-172-3/+5
* Revert "Load platform bundles separately 3"Harald Musum2020-07-172-5/+3
* Reapply "Load platform bundles separately"gjoranv2020-07-162-3/+5
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-162-5/+3
* Reapply "Load platform bundles separately"gjoranv2020-07-162-3/+5
* Revert "Load platform bundles separately"Harald Musum2020-07-162-5/+3
* Rename useBundles -> useApplicationBundlesgjoranv2020-07-151-1/+1
* Separate installation for platform and application bundles.gjoranv2020-07-152-2/+4
* Move test for Guice injector out of the 'demo' package.gjoranv2020-07-102-65/+53
* Remove demo test cases that are covered elsewhere.gjoranv2020-07-104-131/+0
* Update test names.gjoranv2020-07-102-2/+3
* Move test methods to test.gjoranv2020-07-081-21/+30
* Add/corect copyright headersJon Bratseth2020-01-032-6/+2
* Reapply "Gjoranv/allow duplicate bundles"gjoranv2019-11-052-10/+18
* Revert "Gjoranv/allow duplicate bundles"gjoranv2019-11-042-18/+10
* Add test that instantiates a private class.gjoranv2019-11-041-0/+14
* Support safe component deconstruction in jdisc container.gjoranv2019-10-282-10/+18
* Schedule deconstruct of all components with one call.gjoranv2019-10-261-15/+14
* Add unit test for component taking an interface.gjoranv2019-10-241-0/+20
* Output cycle in the dependency graph.gjoranv2019-07-221-0/+1
* Add utility to find cycles in a directed graph.gjoranv2019-07-222-0/+156
* Test lazy constructionJon Bratseth2019-06-032-6/+36
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-057-7/+7
* Scala code in container-di converted to JavaOlli Virtanen2018-06-2116-1484/+1702
* Test no config when restart on redeployJon Bratseth2018-06-012-3/+22
* Separate internal redeploys from application package changesJon Bratseth2018-06-012-21/+21
* Run reconfigurer thread even when restartOnRedeploy is trueJon Bratseth2018-05-302-24/+21
* Remove junit.fdramework usageJon Bratseth2018-03-022-5/+17
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-308-8/+0
* Revert "version in def files are deprecated"Harald Musum2017-08-308-0/+8
* version in def files are deprecatedHarald Musum2017-08-308-8/+0
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-132-15/+17
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-132-25/+24
* Update copyright headersJon Bratseth2017-06-1423-23/+23
* Revert "Update copyright headers"Jon Bratseth2017-06-1423-23/+23
* Update copyright headersJon Bratseth2017-06-1423-23/+23
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-1323-24/+24
* Copyright headerJon Bratseth2017-06-1323-24/+24
* Remove the timeout for component construction.gjoranv2017-05-311-28/+0
* Revert "Revert "Gjoranv/component construction""gjoranv2017-05-291-19/+97
* Revert "Gjoranv/component construction"Harald Musum2017-05-221-97/+19
* Wrap component construction in a future, and throw upon timeout.gjoranv2017-05-191-12/+32
* Add comment explaining ignored test.gjoranv2017-05-181-1/+1
* Exit if the first component graph cannot be created successfully.gjoranv2017-05-181-1/+15
* Add test for component constructor exceptions.gjoranv2017-05-181-1/+39