Updated Branches: refs/heads/master 8714ee28d -> 7aa87c3be
[KARAF-2658] Upgrade the CDI page of the users guide Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/7aa87c3b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/7aa87c3b Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/7aa87c3b Branch: refs/heads/master Commit: 7aa87c3be7706fc6e37e1164663933a4187735ee Parents: 8714ee2 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Dec 26 13:50:28 2013 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Dec 26 13:50:28 2013 +0100 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/cdi.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/7aa87c3b/manual/src/main/webapp/users-guide/cdi.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/cdi.conf b/manual/src/main/webapp/users-guide/cdi.conf index e48c267..f5592b2 100644 --- a/manual/src/main/webapp/users-guide/cdi.conf +++ b/manual/src/main/webapp/users-guide/cdi.conf @@ -33,6 +33,11 @@ pax-cdi-deltaspike-core | >0.5 | | org.ops4j.pax.cdi-0.6.0 | pax-cdi-deltaspike-jpa | 0.5 | | org.ops4j.pax.cdi-0.6.0 | Apche Deltaspike jpa support {code} +{warning} +Starting from Apache Karaf 3.0.1, the {{feature:repo-add pax-cdi}} command is no more required. +Pax CDI features are now automatically included in the Apache Karaf enterprise features. +{warning} + h2. CDI Containers Thanks to Pax CDI, Apache Karaf supports multiple CDI implementation versions, and different CDI containers. @@ -50,7 +55,7 @@ karaf@root()> feature:install openwebbeans {code} {warning} -Don't forget to register the pax-cdi features repository first with: +With Apache Karaf 3.0.0, don't forget to register the pax-cdi features repository first with: {code} karaf@root()> feature:repo-add pax-cdi @@ -68,7 +73,7 @@ karaf@root()> feature:install weld {code} {warning} -Don't forget to register the pax-cdi features repository first with: +With Apache Karaf 3.0.0, don't forget to register the pax-cdi features repository first with: {code} karaf@root()> feature:repo-add pax-cdi
