aboutsummaryrefslogtreecommitdiffstats
path: root/container-di
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.)
* Exit if the first component graph cannot be created successfully.gjoranv2017-05-182-22/+70
| | | | - Add ignored test to use for manual verification.
* Add test for component constructor exceptions.gjoranv2017-05-181-1/+39
| | | | - Verify correct exception type.
* 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-182-18/+22
| | | | | | + Rename test component class, and fail if constructed, to clarify intention of tests where it's being used. + Optimize imports.
* Add log warning when subsciption for component configs fails.gjoranv2017-05-181-1/+7
|
* Use Future instead of deprecated future.gjoranv2017-05-181-15/+13
| | | | + optimize imports
* No functional changes.gjoranv2017-05-182-14/+17
| | | | - explicit return types, imports, whitespace.
* Add README.mdgjoranv2017-01-201-0/+3
| | | | VESPA-6223
* Terminate jvm on Error during reconfigurationJon Bratseth2016-09-092-5/+10
| | | | | 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
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+0
| | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.