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:40 UTC

[camel] 03/04: Removed more refs to Guice

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 cbcff5e3f6f8787da20b4c0a63f13b3ce982dd4e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 3 08:09:23 2020 +0100

    Removed more refs to Guice
---
 .../camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc     | 4 ++--
 .../java/org/apache/camel/impl/engine/CamelPostProcessorHelper.java  | 5 ++---
 .../src/main/java/org/apache/camel/support/DefaultEndpoint.java      | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
index 12cb675..04ae0b1 100644
--- a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
+++ b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
@@ -3,8 +3,8 @@
 
 Spring started life using XML Config to wire beans
 together. However some folks don't like using XML and would rather use
-Java code which led to the creation of Guice along with the Spring
-JavaConfig project.
+Java code with the Spring JavaConfig project.
+
 
 You can use either the XML or Java config approaches with Camel; its
 your choice really on which you prefer.
diff --git a/core/camel-base/src/main/java/org/apache/camel/impl/engine/CamelPostProcessorHelper.java b/core/camel-base/src/main/java/org/apache/camel/impl/engine/CamelPostProcessorHelper.java
index 156062f..4483779 100644
--- a/core/camel-base/src/main/java/org/apache/camel/impl/engine/CamelPostProcessorHelper.java
+++ b/core/camel-base/src/main/java/org/apache/camel/impl/engine/CamelPostProcessorHelper.java
@@ -47,9 +47,8 @@ import org.slf4j.LoggerFactory;
 
 /**
  * A helper class for Camel based injector or post processing hooks which can be
- * reused by both the <a href="http://camel.apache.org/spring.html">Spring</a>,
- * <a href="http://camel.apache.org/guice.html">Guice</a> and
- * <a href="http://camel.apache.org/blueprint.html">Blueprint</a> support.
+ * reused by both the <a href="http://camel.apache.org/spring.html">Spring</a> 
+ * and <a href="http://camel.apache.org/blueprint.html">Blueprint</a> support.
  */
 public class CamelPostProcessorHelper implements CamelContextAware {
 
diff --git a/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java b/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java
index c32a403..57ecf75 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/DefaultEndpoint.java
@@ -436,7 +436,7 @@ public abstract class DefaultEndpoint extends ServiceSupport implements Endpoint
     /**
      * Sets the endpointUri if it has not been specified yet via some kind of
      * dependency injection mechanism. This allows dependency injection
-     * frameworks such as Spring or Guice to set the default endpoint URI in
+     * frameworks such as Spring to set the default endpoint URI in
      * cases where it has not been explicitly configured using the name/context
      * in which an Endpoint is created.
      */