summaryrefslogtreecommitdiffstats
path: root/Code-map.md
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 18:19:03 +0200
committergjoranv <gv@verizonmedia.com>2021-04-02 19:03:05 +0200
commitca3516c02749fa1f0efabeb1f6c426e048bae69a (patch)
treed89a9f887595f1283e84d288a581839dec6d7dc8 /Code-map.md
parentf3cc8ac95ce44e9d53a9a5bedc8816eb9fefadf8 (diff)
Remove container-di from Code-map.
Diffstat (limited to 'Code-map.md')
-rw-r--r--Code-map.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Code-map.md b/Code-map.md
index a02b52c76a8..fd5a583bc79 100644
--- a/Code-map.md
+++ b/Code-map.md
@@ -44,9 +44,8 @@ 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, 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, dependency injection, 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: