From 778894b29b13831115c19ff13285541a10ab2d30 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Tue, 6 Apr 2021 14:19:35 +0200 Subject: Revert "Gjoranv/merge di into core (rebased)" --- Code-map.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Code-map.md') diff --git a/Code-map.md b/Code-map.md index fd5a583bc79..a02b52c76a8 100644 --- a/Code-map.md +++ b/Code-map.md @@ -44,8 +44,9 @@ jDisc core modules: jDisc container modules, layered on jDisc core: - [container-disc](https://github.com/vespa-engine/vespa/tree/master/container-disc) - integration between the jDisc container and jDisc core layers. -- [container-core](https://github.com/vespa-engine/vespa/tree/master/container-core) - core jDisc container functionality: Metrics, OSGi integration for component bundles, dependency injection, HTTP connector, etc. +- [container-core](https://github.com/vespa-engine/vespa/tree/master/container-core) - core jDisc container functionality: Metrics, OSGi integration for component bundles, HTTP connector, etc. - [component](https://github.com/vespa-engine/vespa/tree/master/component) - the component model. Components (in Java) will implement or subclass a type for this module. +- [container-di](https://github.com/vespa-engine/vespa/tree/master/container-di) - component dependency injection framework for the container, compatible with Guice annotations but an separate implementation which handles injection of config and injection of component collections. Search container, layered on jDisc container: -- cgit v1.2.3