This is an automated email from the ASF dual-hosted git repository.
rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git
The following commit(s) were added to refs/heads/master by this push:
new 56a3283 add note about bnd versions
56a3283 is described below
commit 56a328341158831a6c6b7852b4ac825ff95f9a44
Author: Raymond Auge <[email protected]>
AuthorDate: Mon Apr 8 13:15:21 2019 -0400
add note about bnd versions
Signed-off-by: Raymond Auge <[email protected]>
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 460a18f..eae5145 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,8 @@ OSGi CDI support in bnd comes with any tool that uses bnd
versions `4.1.0+`:
* [bndtools workspace 4.1.0+](https://bndtools.org/)
* [bnd-maven-plugin
4.1.0+](https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin)
+***Note*** *there are several improvements for CDI handling in later versions
of **bnd**, so please use the latest version for best experience.*
+
### Setting up
Bean discovery in bnd is handled by the __`-cdiannotations`__ instruction. The
default value for this is __`*`__ (which is functionally equivalent to
`*;discover=annotated_by_bean` described below.)