summaryrefslogtreecommitdiffstats
path: root/container-di
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-171-1/+1
|\ | | | | Use github name in @author
| * Use github name in @authorJon Bratseth2016-06-161-1/+1
| |
* | balder -> baldersheimHenning Baldersheim2016-06-171-1/+1
| |
* | Provide vespajlib from jdisc_core instead of container-discgjoranv2016-06-161-0/+1
|/ | | | - To allow using vespajlib from jdisc_core.
* PublishJon Bratseth2016-06-1559-0/+4252