You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/11/06 08:31:52 UTC

[05/10] camel git commit: Some todos that are no longer relevant

Some todos that are no longer relevant


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4f191244
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4f191244
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4f191244

Branch: refs/heads/master
Commit: 4f1912444283a8c95b602ecf0f3cfc2cb183083b
Parents: ca7fe37
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Nov 5 22:19:40 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Nov 6 08:34:26 2015 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/spi/ThreadPoolProfile.java      | 2 +-
 .../java/org/apache/camel/impl/CustomProducerServicePoolTest.java  | 1 -
 .../camel/impl/DefaultCamelContextEndpointCacheLimitTest.java      | 1 -
 .../apache/camel/impl/DefaultCamelContextEndpointCacheTest.java    | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4f191244/camel-core/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java b/camel-core/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java
index f104f16..429af5b 100644
--- a/camel-core/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java
+++ b/camel-core/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java
@@ -31,7 +31,7 @@ import org.apache.camel.ThreadPoolRejectedPolicy;
  */
 public class ThreadPoolProfile implements Serializable, Cloneable {
 
-    // TODO: Camel 2.9/3.0 consider moving to org.apache.camel
+    // TODO: Camel 3.0 consider moving to org.apache.camel
 
     private static final long serialVersionUID = 1L;
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f191244/camel-core/src/test/java/org/apache/camel/impl/CustomProducerServicePoolTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/impl/CustomProducerServicePoolTest.java b/camel-core/src/test/java/org/apache/camel/impl/CustomProducerServicePoolTest.java
index 0824c2b..21c8b49 100644
--- a/camel-core/src/test/java/org/apache/camel/impl/CustomProducerServicePoolTest.java
+++ b/camel-core/src/test/java/org/apache/camel/impl/CustomProducerServicePoolTest.java
@@ -40,7 +40,6 @@ public class CustomProducerServicePoolTest extends ContextTestSupport {
     private static final class MyEndpoint extends DefaultEndpoint {
 
         private MyEndpoint(String endpointUri, CamelContext camelContext) {
-            // FIXME: another endpoint that works without a Component
             setCamelContext(camelContext);
             setEndpointUri(endpointUri);
         }

http://git-wip-us.apache.org/repos/asf/camel/blob/4f191244/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheLimitTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheLimitTest.java b/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheLimitTest.java
index f87dfe6..71d4d69 100644
--- a/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheLimitTest.java
+++ b/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheLimitTest.java
@@ -38,7 +38,6 @@ public class DefaultCamelContextEndpointCacheLimitTest extends ContextTestSuppor
         for (int i = 0; i < 78; i++) {
             String uri = "my:endpoint?id=" + i;
             DefaultEndpoint e = new DefaultEndpoint() {
-                // FIXME: another endpoint that works without a Component
                 public Producer createProducer() throws Exception {
                     return null;
                 }

http://git-wip-us.apache.org/repos/asf/camel/blob/4f191244/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheTest.java
----------------------------------------------------------------------
diff --git a/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheTest.java b/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheTest.java
index 0bcd6e2..7312d0e 100644
--- a/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheTest.java
+++ b/camel-core/src/test/java/org/apache/camel/impl/DefaultCamelContextEndpointCacheTest.java
@@ -36,7 +36,6 @@ public class DefaultCamelContextEndpointCacheTest extends ContextTestSupport {
         for (int i = 0; i < 1003; i++) {
             String uri = "my:endpoint?id=" + i;
             DefaultEndpoint e = new DefaultEndpoint() {
-                // FIXME: another endpoint that works without a Component
                 public Producer createProducer() throws Exception {
                     return null;
                 }