summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 18:19:03 +0200
committergjoranv <gv@verizonmedia.com>2021-04-12 16:19:26 +0200
commit12bc324dde697b522aaf99277001f03b2af421b1 (patch)
tree4fc2d3ed984fbe9f410c8b3ecc1bf745ef6e64b9
parenta2b673d8730fdc9e341bfc109120fdd0f28e6a6a (diff)
Remove container-di from Code-map.
-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: