You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/03 07:42:38 UTC

[camel] 01/04: Removed references to Guice in READMEs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 5205e4f8d2455704f9680743005cb980af4ddc4c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 3 08:02:32 2020 +0100

    Removed references to Guice in READMEs
---
 README.md                                | 2 +-
 apache-camel/src/main/release/README.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b480183..56dd00f 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ which kind of transport used, so learn the API once and you will be able to
 interact with all the Components that is provided out-of-the-box.
 
 Apache Camel has powerful Bean Binding and integrated seamless with
-popular frameworks such as Spring, CDI, Blueprint and Guice.
+popular frameworks such as Spring, CDI and Blueprint.
 
 Apache Camel has extensive testing support allowing you to easily
 unit test your routes.
diff --git a/apache-camel/src/main/release/README.txt b/apache-camel/src/main/release/README.txt
index a5cd199..f357ab8 100644
--- a/apache-camel/src/main/release/README.txt
+++ b/apache-camel/src/main/release/README.txt
@@ -20,7 +20,7 @@ will be able to interact with all the Components that is provided
 out-of-the-box.
 
 Apache Camel has powerful Bean Binding and integrated seamless with popular
-frameworks such as Spring and Guice.
+frameworks such as Spring, CDI and Blueprint.
 
 Apache Camel has extensive Testing support allowing you to easily
 unit test your routes.