| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | id | project | commit id which introduced SATD comment | committer which introduced SATD comment | committer email | file | SATD comment | start line | end line | commit id which removed SATD comment | committer which removed SATD comment | length of time SATD comment was in the file | commit link which removed SATD comment | Does the comment_text represent Self-Admitted Technical Debt? (yes/no) | What kind of Self-Admitted Technical Debt was it? (open) | Does the Self-Admitted Technical Debt comment include a condition? (yes/no) | Did the commit fix the Self-Admitted Technical Debt? (yes/no) | What kind of fix was it? (open) | Was removing the Self-Admitted Technical Debt the primary reason for the commit? (yes/no) | Could the same fix be applied to similar Self-Admitted Technical Debt in a different project? (yes/possibly/no) |
2 | 1 | Camel project | 04066a8eba5e6e0b9e6c4c3076e06b59c462cce9 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/util/URISupport.java | // The replaceAll is an ugly workaround for CAMEL-4954, awaiting a cleaner fix once CAMEL-4425 // is fully resolved in all components | 86 | 87 | 0266aba78a386ce3faafdda4cffc96ab7818a3cb | (anonymised) | 1 year 1 mon 22 days 08:38:37 | https://github.com/apache/camel/commit/0266aba78a386ce3faafdda4cffc96ab7818a3cb | yes | wait | yes | no | N/A | N/A | N/A |
3 | 2 | Camel project | 21ab70c79ec8651a5969836fe033f1bd731269de | (anonymised) | (anonymised) | components/camel-jms/src/test/java/org/apache/camel/component/jms/issues/JmsInOutWithSpringRestartIssueTest.java | // TODO: Does not work properly with AMQ 5.3.1 // Thread.sleep(2000); // context.start(); | 54 | 56 | 0373ce54e936ca3eb984e8824977a59cf4390143 | (anonymised) | 3 mons 24 days 03:56:09 | https://github.com/apache/camel/commit/0373ce54e936ca3eb984e8824977a59cf4390143 | yes | compatibility | no | yes | change to configuration | unclear | no |
4 | 3 | Camel project | bd35764186633c43756a8407a13e1da61224cf9d | (anonymised) | (anonymised) | components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConstants.java | // TODO: document this new property | 49 | 49 | 03840738f80ed27e2f323ace72f891631e14366e | (anonymised) | 1 year 2 days 18:45:15 | https://github.com/apache/camel/commit/03840738f80ed27e2f323ace72f891631e14366e | yes | documentation | no | no | N/A | N/A | N/A |
5 | 4 | Camel project | 5195b1ea0d55315eeda978617dffc8b8cb402111 | (anonymised) | (anonymised) | components/camel-cxf/src/main/java/org/apache/camel/component/cxf/DefaultCxfBinding.java | // end of workaround | 142 | 142 | 04e57c16a01ed5aba76cdd4d882d0c28d78bdb6d | (anonymised) | 1 year 5 days 08:35:08 | https://github.com/apache/camel/commit/04e57c16a01ed5aba76cdd4d882d0c28d78bdb6d | yes | workaround | no | yes | remove code | yes | possibly |
6 | 5 | Camel project | a13ed1decde3cd619dd3d44d45fddb6bd85fc8b7 | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/issues/ExceptionTest.java | // TODO: CAMEL-4022. Message should probably not go to DLC for this scenario // We need agree on a solution and implement it. See jira for more details. | 104 | 105 | 0d50c37a5716a539b20732bd049f9da57114d420 | (anonymised) | 3 days 19:13:27 | https://github.com/apache/camel/commit/0d50c37a5716a539b20732bd049f9da57114d420 | yes | clarification request | yes | no | N/A | N/A | N/A |
7 | 6 | Camel project | 39e605f0c7aee19e6391d85f847daaffb72cdd05 | (anonymised) | (anonymised) | components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfAroundProcessor.java | // TODO: Should leverage AOP around when we have support for that in camel-core | 29 | 29 | 0d654ef76d63f65a81f465f2c5d02cc32e6a0b48 | (anonymised) | 10 mons 5 days 22:22:50 | https://github.com/apache/camel/commit/0d654ef76d63f65a81f465f2c5d02cc32e6a0b48 | yes | wait | yes | no | N/A | N/A | N/A |
8 | 7 | Camel project | 51214cfaa27c774cccd8bd82347cd72509435c98 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java | // TODO: This code is not covered by existing unit test in camel-core, need to be tested | 360 | 360 | 1061de9da622ea5a0b471465080b22580d324dad | (anonymised) | 2 mons 4 days 16:22:48 | https://github.com/apache/camel/commit/1061de9da622ea5a0b471465080b22580d324dad | yes | testing | no | yes | add test | unclear | possibly |
9 | 8 | Camel project | 4f2a0b5edaa0a26a66cbf87629986bb8e13f55e5 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java | // TODO: AOP proxies have additional methods - consider having a static // method exclude list to skip all known AOP proxy methods // TODO: This class could use some TRACE logging | 314 | 316 | 1061de9da622ea5a0b471465080b22580d324dad | (anonymised) | 5 mons 26 days 19:50:16 | https://github.com/apache/camel/commit/1061de9da622ea5a0b471465080b22580d324dad | yes | add functionality | no | no | N/A | N/A | N/A |
10 | 9 | Camel project | c05e6f76336f085aaa4e851df6b40316d9183c4c | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/model/InterceptDefinition.java | // TODO: is needed when we add support for when predicate | 100 | 100 | 11492a188ba2166db3e777e61be9fb9780bb8cc8 | (anonymised) | 1 day 01:03:35 | https://github.com/apache/camel/commit/11492a188ba2166db3e777e61be9fb9780bb8cc8 | yes | add functionality | yes | yes | implementation | yes | no |
11 | 10 | Camel project | d5e6b38aee4c69c2a1c06f032dad88a41d5e3e86 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/queue/QueueEndpoint.java | // How can we create a specific Exchange if we are generic?? // perhaps it would be better if we did not impement this. | 44 | 45 | 1623cf3b64c5ea2e6cb1208f0fbe9dd042527c35 | (anonymised) | 3:56:37 | https://github.com/apache/camel/commit/1623cf3b64c5ea2e6cb1208f0fbe9dd042527c35 | yes | clarification request | no | no | N/A | N/A | N/A |
12 | 11 | Camel project | 301153bb55afc839ca71e81254fc1c11cf07a6fe | (anonymised) | (anonymised) | components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/DrivePropertiesIntegrationTest.java | // TODO provide parameter values for get | 45 | 45 | 1acfe6e75143fa66320db1fd2159f7a4fd008b94 | (anonymised) | 2 mons 07:32:02 | https://github.com/apache/camel/commit/1acfe6e75143fa66320db1fd2159f7a4fd008b94 | yes | add functionality | no | no | N/A | N/A | N/A |
13 | 12 | Camel project | 301153bb55afc839ca71e81254fc1c11cf07a6fe | (anonymised) | (anonymised) | components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/DriveCommentsIntegrationTest.java | // TODO provide parameter values for delete | 29 | 29 | 1acfe6e75143fa66320db1fd2159f7a4fd008b94 | (anonymised) | 2 mons 07:32:02 | https://github.com/apache/camel/commit/1acfe6e75143fa66320db1fd2159f7a4fd008b94 | yes | add functionality | no | no | N/A | N/A | N/A |
14 | 13 | Camel project | c07858b4df0ba33c144552acf3f94e7aa05b0f66 | (anonymised) | (anonymised) | components/camel-stream/src/main/java/org/apache/camel/component/stream/StreamComponent.java | // TODO: remove file and url support in this component. Will be removed in Camel 2.0 // (Should use other components for such needs.) | 29 | 30 | 1d7bfd7037eed2a887332344dbdd49acb07a7cde | (anonymised) | 28 days 02:06:05 | https://github.com/apache/camel/commit/1d7bfd7037eed2a887332344dbdd49acb07a7cde | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
15 | 14 | Camel project | 9390d0039cce23f609825edc82af531deff0f7c0 | (anonymised) | (anonymised) | components/camel-sjms/src/main/java/org/apache/camel/component/sjms/jms/JmsMessageHelper.java | // this works around a bug in the ActiveMQ property handling | 500 | 500 | 1dc631ee9860da773371c16d2fa6982ae92b13d7 | (anonymised) | 2 years 3 mons 26 days 23:34:36 | https://github.com/apache/camel/commit/1dc631ee9860da773371c16d2fa6982ae92b13d7 | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
16 | 15 | Camel project | e505d030e4f00ad8e6cd2e19a4758ce0962be37e | (anonymised) | (anonymised) | tooling/apt/src/main/java/org/apache/camel/tools/apt/ModelDocumentationAnnotationProcessor.java | // TODO: add support for @XmlElement @XmlElementRef | 50 | 50 | 1ee75b4321c81ebbb2c82c6516f2b4a71c5a6a13 | (anonymised) | 4:48:14 | https://github.com/apache/camel/commit/1ee75b4321c81ebbb2c82c6516f2b4a71c5a6a13 | yes | add functionality | no | no | N/A | N/A | N/A |
17 | 16 | Camel project | 301153bb55afc839ca71e81254fc1c11cf07a6fe | (anonymised) | (anonymised) | components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/DriveRealtimeIntegrationTest.java | // TODO provide parameter values for update | 40 | 40 | 2243e251e0f9426a1a7ae3b0c6fdc2fef78cee8b | (anonymised) | 1 mon 30 days 07:03:44 | https://github.com/apache/camel/commit/2243e251e0f9426a1a7ae3b0c6fdc2fef78cee8b | yes | add functionality | no | no | N/A | N/A | N/A |
18 | 17 | Camel project | 68a5cd1b5ffffbcb2b3b82ed3045e7034a7468f3 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/impl/RouteContext.java | //processor = new CompositeProcessor(list); // TODO move into the node itself | 93 | 94 | 25370760ccb212383e0c97441fa2525f9b9cfcaa | (anonymised) | 4 days 01:25:41 | https://github.com/apache/camel/commit/25370760ccb212383e0c97441fa2525f9b9cfcaa | yes | refactor | no | yes | refactor | unclear | no |
19 | 18 | Camel project | e4127d77a917588ae7443578728d6d1e7ce03e3e | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/processor/async/AsyncEndpointTryCatchFinallyTest.java | // TODO: try catch finally need to support async routing engine | 33 | 33 | 25a4392e057e5986955ae5b41c82e04047e56bb4 | (anonymised) | 10:15:05 | https://github.com/apache/camel/commit/25a4392e057e5986955ae5b41c82e04047e56bb4 | yes | add functionality | no | yes | implementation | yes | no |
20 | 19 | Camel project | 855e7c60d7cbc4af0482f73a69540b7cdf1ca0d6 | (anonymised) | (anonymised) | components/camel-spring/src/main/java/org/apache/camel/spring/CamelContextFactoryBean.java | // lets see if we can find a debugger to add // TODO there should be a neater way to do this! | 125 | 126 | 25c929e0cc7716416067ad4217796e4197e48462 | (anonymised) | 3 mons 28 days 14:24:35 | https://github.com/apache/camel/commit/25c929e0cc7716416067ad4217796e4197e48462 | yes | refactor | yes | no | N/A | N/A | N/A |
21 | 20 | Camel project | 515a2ec22718fd5f219ec873248253e6ae1659b7 | (anonymised) | (anonymised) | camel-spring/src/main/java/org/apache/camel/spring/CamelBeanDefinitionParser.java | // TODO: we could support arrays one day soon. | 130 | 130 | 27102fc06acfdacef219c79f7b9dd89fe29a08bb | (anonymised) | 11:30:44 | https://github.com/apache/camel/commit/27102fc06acfdacef219c79f7b9dd89fe29a08bb | yes | add functionality | no | yes | implementation | unclear | no |
22 | 21 | Camel project | 1cd0a168e74cae7099dcd76a084c915cf8eee9b1 | (anonymised) | (anonymised) | components/camel-atom/src/main/java/org/apache/camel/component/atom/AtomProducer.java | // TODO categories, authors etc | 82 | 82 | 27df8b19f0c3eb893c17a61c4eb36ce71383da47 | (anonymised) | 8 mons 24 days 19:50:26 | https://github.com/apache/camel/commit/27df8b19f0c3eb893c17a61c4eb36ce71383da47 | yes | add functionality | no | no | N/A | N/A | N/A |
23 | 22 | Camel project | 77b260b65ba821b3443d922320cc3d9b708c8d83 | (anonymised) | (anonymised) | camel/camel-core/src/main/java/org/apache/camel/impl/DefaultExchangeConverter.java | // TODO use some kinda introspection to find available exchange conversions | 28 | 28 | 2f7727a926d15df48775deb2c242aa78bfc6d9e4 | (anonymised) | 2 years 4 mons 10 days 02:38:20 | https://github.com/apache/camel/commit/2f7727a926d15df48775deb2c242aa78bfc6d9e4 | yes | add functionality | no | no | N/A | N/A | N/A |
24 | 23 | Camel project | 448a1e878778a2914d5d81f74a4ee26d5aadb33c | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/bean/BeanProcessor.java | // remove temporary header | 133 | 133 | 30c415ebfe8d6d18e1d83a85b46e9d616177d3ba | (anonymised) | 1 year 5 mons 13 days 14:49:12 | https://github.com/apache/camel/commit/30c415ebfe8d6d18e1d83a85b46e9d616177d3ba | yes | add functionality | no | yes | implementation | yes | no |
25 | 24 | Camel project | 0a7458148693c7c114a17eeecaeb5f71bd61886b | (anonymised) | (anonymised) | components/camel-jms/src/main/java/org/apache/camel/component/jms/EndpointMessageListener.java | // TODO: Move to camel-core | 182 | 182 | 32587052509c1371c7efb20d938b126e49a8887e | (anonymised) | 1 day 03:54:54 | https://github.com/apache/camel/commit/32587052509c1371c7efb20d938b126e49a8887e | yes | refactor | no | yes | refactor | yes | possibly |
26 | 25 | Camel project | 250f5ba2abf890e7046a0b6781cce7fbf983d920 | (anonymised) | (anonymised) | components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsProducer.java | // we are routing an existing JmsMessage, origin from another JMS endpoint // then we need to remove the existing JMSReplyTo // as we are not OUT capable and thus do not expect a reply, and therefore // the consumer of this message should not return a reply | 232 | 235 | 33a16d167775f21ff77050c5918fc2679e3d5c7e | (anonymised) | 26 days 04:54:19 | https://github.com/apache/camel/commit/33a16d167775f21ff77050c5918fc2679e3d5c7e | yes | add functionality | no | yes | implementation | unclear | no |
27 | 26 | Camel project | 086a00969d06fab0fad7baf4e0a33f241edd0e60 | (anonymised) | (anonymised) | components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/FtpProducer.java | // TODO this line might not be needed... check after finish writing unit tests | 45 | 45 | 35c8dd74eb0f96c9d242234936fa4dc4d9252104 | (anonymised) | 5 mons 25 days 09:19:21 | https://github.com/apache/camel/commit/35c8dd74eb0f96c9d242234936fa4dc4d9252104 | yes | wait | yes | yes | remove code | no | possibly |
28 | 27 | Camel project | 073a062146e15a3c21c66e3886ea28d10dc49be4 | (anonymised) | (anonymised) | components/camel-spring-integration/src/main/java/org/apache/camel/component/spring/integration/SpringIntegrationConsumer.java | //TODO need to find a way to deal with this exception //Now I just throw it out | 96 | 97 | 368b89daf186e128cffa38b82ca02d716855b676 | (anonymised) | 0:37:08 | https://github.com/apache/camel/commit/368b89daf186e128cffa38b82ca02d716855b676 | yes | refactor | no | no | N/A | N/A | N/A |
29 | 28 | Camel project | 4dcd74d5fd92cea93658b11418b1ebe24cfce3b8 | (anonymised) | (anonymised) | components/camel-web/src/main/java/org/apache/camel/web/util/ExpressionNodeRenderer.java | // TODO need to be improved | 82 | 82 | 369f8c4968450689aec7ecd515b43d2557202efe | (anonymised) | 1 year 12 days 01:27:18 | https://github.com/apache/camel/commit/369f8c4968450689aec7ecd515b43d2557202efe | yes | refactor | no | no | N/A | N/A | N/A |
30 | 29 | Camel project | 6e9bbcec35c28b8a76336d4ba0dde4a2b0d56238 | (anonymised) | (anonymised) | components/camel-spring/src/test/java/org/apache/camel/component/xslt/XsltRouteTest.java | // TODO why zero? | 53 | 53 | 3d8f4e9d68253269b4f5cf7e3cfea4553b46d74f | (anonymised) | 7 mons 16 days 14:10:51 | https://github.com/apache/camel/commit/3d8f4e9d68253269b4f5cf7e3cfea4553b46d74f | yes | clarification request | no | no | N/A | N/A | N/A |
31 | 30 | Camel project | 086a00969d06fab0fad7baf4e0a33f241edd0e60 | (anonymised) | (anonymised) | components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpRouteTest.java | // TODO when we support multiple marshallers for messages // we can support passing headers over files using serialized/XML files //resultEndpoint.message(0).header("cheese").isEqualTo(123); | 44 | 46 | 4aa4ac99e00fad91884b4ac8573a7ebdbb2809b6 | (anonymised) | 9 mons 24 days 14:31:44 | https://github.com/apache/camel/commit/4aa4ac99e00fad91884b4ac8573a7ebdbb2809b6 | yes | add functionality | yes | no | N/A | N/A | N/A |
32 | 31 | Camel project | b75ee93040939314c9ece1aba4086d1ef54d13be | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/processor/DeadLetterChannelAlwaysHandledTest.java | // need to set exception handler manually to work around an issue configuring from uri | 32 | 32 | 4c855a5b100451417c1b6214a02797852b31af39 | (anonymised) | 5:10:25 | https://github.com/apache/camel/commit/4c855a5b100451417c1b6214a02797852b31af39 | yes | workaround | yes | no | N/A | N/A | N/A |
33 | 32 | Camel project | 7fd60493e4a4caee42824cdc9c90d4ad0b98c927 | (anonymised) | (anonymised) | components/camel-mail/src/test/java/org/apache/camel/component/mail/MailProcessOnlyUnseenMessagesTest.java | // TODO: below fails for Mail component, maybe a converter is missing //mock.expectedBodiesReceived("Message 3"); | 43 | 44 | 4d7ad97c91f1fbf0cf08df93df1c459db677230e | (anonymised) | 1 day 22:53:34 | https://github.com/apache/camel/commit/4d7ad97c91f1fbf0cf08df93df1c459db677230e | yes | bug | no | yes | bug fix | yes | no |
34 | 33 | Camel project | 77b260b65ba821b3443d922320cc3d9b708c8d83 | (anonymised) | (anonymised) | camel/camel-core/src/main/java/org/apache/camel/impl/DefaultExchangeConverter.java | // TODO use some kinda introspection to find available exchange conversions | 28 | 28 | 4d7fc48fbd20190f7d83f86f66f706ae0b4a9aea | (anonymised) | 1 day 07:52:37 | https://github.com/apache/camel/commit/4d7fc48fbd20190f7d83f86f66f706ae0b4a9aea | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
35 | 34 | Camel project | 83bd77880ff9ba56612280eaf992a1af6894a637 | (anonymised) | (anonymised) | components/camel-web/src/main/java/org/apache/camel/web/util/OutputDefinitionRenderer.java | // TODO improve it | 77 | 77 | 4dcd74d5fd92cea93658b11418b1ebe24cfce3b8 | (anonymised) | 6 days 22:07:53 | https://github.com/apache/camel/commit/4dcd74d5fd92cea93658b11418b1ebe24cfce3b8 | yes | add functionality | no | yes | implementation | no | no |
36 | 35 | Camel project | a77a9bed7f079ed3a23f3bd328194b765e0830dd | (anonymised) | (anonymised) | components/camel-web/src/test/java/org/apache/camel/web/groovy/SetExchangePatternDSLTest.java | // TODO: fix this test | 37 | 37 | 4dcd74d5fd92cea93658b11418b1ebe24cfce3b8 | (anonymised) | 1 day 18:57:45 | https://github.com/apache/camel/commit/4dcd74d5fd92cea93658b11418b1ebe24cfce3b8 | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
37 | 36 | Camel project | be18d77938e5bbcc9d55a926d97c21415c2dd6b1 | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/impl/CustomProducerServicePoolTest.java | // FIXME: another endpoint that works without a Component | 43 | 43 | 4f1912444283a8c95b602ecf0f3cfc2cb183083b | (anonymised) | 4 years 2 mons 10 days 21:12:23 | https://github.com/apache/camel/commit/4f1912444283a8c95b602ecf0f3cfc2cb183083b | yes | bug | no | no | N/A | N/A | N/A |
38 | 37 | Camel project | 3291cd69d116479a7258950ad2c1fc8a8f1d4d43 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/spi/ThreadPoolProfile.java | // TODO: Camel 2.9/3.0 consider moving to org.apache.camel | 34 | 34 | 4f1912444283a8c95b602ecf0f3cfc2cb183083b | (anonymised) | 4 years 2 mons 23 days 11:15:41 | https://github.com/apache/camel/commit/4f1912444283a8c95b602ecf0f3cfc2cb183083b | yes | refactor | yes | no | N/A | N/A | N/A |
39 | 38 | Camel project | fb15fdee4b48d1cc9f8e8db6abf4048da4558308 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/processor/interceptor/DefaultChannel.java | // TODO: The route context task can likely be only added in DefaultRouteContext once per route | 167 | 167 | 50154f3b0fc7a888f756f1bf587d19a788c537b4 | (anonymised) | 2 days 02:08:40 | https://github.com/apache/camel/commit/50154f3b0fc7a888f756f1bf587d19a788c537b4 | yes | refactor | no | yes | refactor | yes | no |
40 | 39 | Camel project | 2fb8090dd3b18feb0f35f3c53b95535946874ad0 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/processor/RecipientList.java | // this method is invoked from @RecipientList so we bridge with an empty callback // TODO: Have @RecipientList support async out of the box | 110 | 111 | 50992943b7cdce656b458007ddca4f91743897a9 | (anonymised) | 1 day 22:42:40 | https://github.com/apache/camel/commit/50992943b7cdce656b458007ddca4f91743897a9 | yes | add functionality | no | yes | implementation | yes | no |
41 | 40 | Camel project | 616439cb92f27f35417c699ef017ecfb73ba3816 | (anonymised) | (anonymised) | components/camel-irc/src/test/java/org/apache/camel/component/irc/IrcRouteIntegration.java | // TODO this causes errors on shutdown... //otherwise().to("mock:otherIrcCommands"); | 58 | 59 | 53a29731e14eb8a252cdbc95d445b4a0b677251e | (anonymised) | 1 year 8 mons 20:57:07 | https://github.com/apache/camel/commit/53a29731e14eb8a252cdbc95d445b4a0b677251e | yes | bug | no | yes | remove code | no | no |
42 | 41 | Camel project | 4112dcdd3de53e6dbe37cd6a42f42c76759be184 | (anonymised) | (anonymised) | components/camel-jms/src/main/java/org/apache/camel/component/jms/requestor/Requestor.java | // TODO: Use a Task queue to transfer replies arriving in onMessage // instead of using the FutureHandle to support async routing | 60 | 61 | 5a57b334d860c19332f81e7b84947e452341a18c | (anonymised) | 3 days 23:36:52 | https://github.com/apache/camel/commit/5a57b334d860c19332f81e7b84947e452341a18c | yes | refactor | no | yes | refactor | unclear | possibly |
43 | 42 | Camel project | f5b93e1462dc2e3790b8cddc8c608bb0047f185a | (anonymised) | (anonymised) | camel-xmpp/src/main/java/org/apache/camel/component/xmpp/XmppPrivateChatProducer.java | // TODO it would be nice if we could reuse the message from the exchange | 54 | 54 | 5c0db24369ec7bf7b11539cab0fa8f3a13427eb2 | (anonymised) | 1 year 11 mons 20 days 20:40:52 | https://github.com/apache/camel/commit/5c0db24369ec7bf7b11539cab0fa8f3a13427eb2 | yes | refactor | no | no | N/A | N/A | N/A |
44 | 43 | Camel project | f5b93e1462dc2e3790b8cddc8c608bb0047f185a | (anonymised) | (anonymised) | camel-xmpp/src/main/java/org/apache/camel/component/xmpp/XmppGroupChatProducer.java | // TODO it would be nice if we could reuse the message from the exchange | 54 | 54 | 5c0db24369ec7bf7b11539cab0fa8f3a13427eb2 | (anonymised) | 1 year 11 mons 20 days 20:40:52 | https://github.com/apache/camel/commit/5c0db24369ec7bf7b11539cab0fa8f3a13427eb2 | yes | refactor | no | no | N/A | N/A | N/A |
45 | 44 | Camel project | 7e737b8d8a04b4ef6f0c48da6312beb623f1b438 | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/issues/InterceptorLogTest.java | // TODO: we should only expect 1 message, but seda queues can sometimes send multiple | 14 | 14 | 5f3d672667e1559d597d32a6e24cafa326658963 | (anonymised) | 2 mons 4 days 20:59:53 | https://github.com/apache/camel/commit/5f3d672667e1559d597d32a6e24cafa326658963 | yes | workaround | no | yes | remove workaround | no | no |
46 | 45 | Camel project | b48be21c697002265e1f31d365a3924bd9c340ce | (anonymised) | (anonymised) | components/camel-http/src/main/java/org/apache/camel/component/http/HttpCommonComponent.java | // TODO: HttpCommonEndpoint | 27 | 27 | 600063abdeb2d3030a414b3215625f009770dd58 | (anonymised) | 0:04:46 | https://github.com/apache/camel/commit/600063abdeb2d3030a414b3215625f009770dd58 | yes | refactor | no | yes | refactor | no | possibly |
47 | 46 | Camel project | 03189290c39d67fe2161db8b234739b7b06468e9 | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/issues/BelasThreadErrorHandlerIssue794Test.java | // NOTE: this error handler below is not used as we must set it before the thread type | 116 | 116 | 63580506b73bd4403b6c9a555b2cb037f5018762 | (anonymised) | 3 days 09:06:44 | https://github.com/apache/camel/commit/63580506b73bd4403b6c9a555b2cb037f5018762 | yes | refactor | no | yes | workaround | no | no |
48 | 47 | Camel project | 3b94318773a9ed9705e1a9819273bb65c068649c | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/impl/TimeoutInflightRepository.java | // TODO: rework this a bit and likely add support for this to the default inflight repository | 40 | 40 | 642a91eaef6402385a05bf34de7bf4abc561a4f4 | (anonymised) | 1 mon 25 days 01:36:28 | https://github.com/apache/camel/commit/642a91eaef6402385a05bf34de7bf4abc561a4f4 | yes | refactor | no | no | N/A | N/A | N/A |
49 | 48 | Camel project | d5119910562a16b603d9ca72b57911d893fa090a | (anonymised) | (anonymised) | components/camel-web/src/main/java/org/apache/camel/web/resources/RouteResource.java | // TODO replace the Form class with an injected bean? | 126 | 126 | 6444aebc6bdd7fece226b78096e46446d8091107 | (anonymised) | 5 mons 16 days 05:20:37 | https://github.com/apache/camel/commit/6444aebc6bdd7fece226b78096e46446d8091107 | yes | refactor | no | yes | refactor | no | no |
50 | 49 | Camel project | d8955c7e56dd4769669fac5e8d6fdd3253356bd5 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/processor/aggregate/TimeoutAwareAggregationStrategy.java | // TODO: In Camel 3.0 we should move this to org.apache.camel package | 28 | 28 | 669d5e04be4f7d866030f7e193b426ea772dfaa5 | (anonymised) | 2 years 5 mons 12 days 23:23:36 | https://github.com/apache/camel/commit/669d5e04be4f7d866030f7e193b426ea772dfaa5 | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
51 | 50 | Camel project | 2fb8090dd3b18feb0f35f3c53b95535946874ad0 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/processor/MulticastProcessor.java | // TODO: total number // continue processing the multicast asynchronously | 343 | 344 | 66a871f94b33f48caa59910dd54c97ce0ec7c077 | (anonymised) | 20:42:16 | https://github.com/apache/camel/commit/66a871f94b33f48caa59910dd54c97ce0ec7c077 | yes | add functionality | no | no | N/A | N/A | N/A |
52 | 51 | Camel project | 81daf355df79497f5d0dd2da0215dc2c35269850 | (anonymised) | (anonymised) | components/camel-xmpp/src/main/java/org/apache/camel/component/xmpp/XmppConsumer.java | // TODO: what to do with a RosterPacket other than debug logging it | 72 | 72 | 68be7260ab6c9e08c67767178b0aa2a91bb94d06 | (anonymised) | 4 mons 5 days 01:48:59 | https://github.com/apache/camel/commit/68be7260ab6c9e08c67767178b0aa2a91bb94d06 | yes | clarification request | no | no | N/A | N/A | N/A |
53 | 52 | Camel project | 6e9bbcec35c28b8a76336d4ba0dde4a2b0d56238 | (anonymised) | (anonymised) | components/camel-spring/src/test/java/org/apache/camel/component/xslt/XsltRouteTest.java | // TODO - fixme when we allow XPath injection to do proper type conversion //assertEquals("bean.subject", "Hey", bean.getSubject()); | 48 | 49 | 6a99ee94f7b12dfa54e66789dae33dbb0163b36c | (anonymised) | 1:58:45 | https://github.com/apache/camel/commit/6a99ee94f7b12dfa54e66789dae33dbb0163b36c | no | N/A | N/A | N/A | N/A | N/A | N/A |
54 | 53 | Camel project | dbeffa0202470f272e7acd9dbb8a0d3d813b45f8 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/bean/BeanInfo.java | // TODO allow an annotation to expose the operation name to use | 179 | 179 | 6b9f807a6d78225fd910749c297126c3d6a29a3f | (anonymised) | 9 mons 17 days 19:10:37 | https://github.com/apache/camel/commit/6b9f807a6d78225fd910749c297126c3d6a29a3f | yes | add functionality | no | no | N/A | N/A | N/A |
55 | 54 | Camel project | 4b7fa62da60b23e1cb35fb43063f4ceccf6086a1 | (anonymised) | (anonymised) | components/camel-jhc/src/main/java/org/apache/camel/component/jhc/JhcProducer.java | // TODO Should somehow reference to HttpProducer as now it is copy/paste | 197 | 197 | 6d2c99ec76469a635d8724396857007b9236a6b8 | (anonymised) | 6 mons 7 days 11:51:29 | https://github.com/apache/camel/commit/6d2c99ec76469a635d8724396857007b9236a6b8 | yes | workaround | no | no | N/A | N/A | N/A |
56 | 55 | Camel project | c05e6f76336f085aaa4e851df6b40316d9183c4c | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/processor/intercept/InterceptSimpleRouteStopTest.java | // TODO: stop is not yet supported //getMockEndpoint("mock:foo").expectedMessageCount(0); //getMockEndpoint("mock:bar").expectedMessageCount(0); //getMockEndpoint("mock:result").expectedMessageCount(0); | 28 | 31 | 6fab045b0fb1805ff6fac5e67d1c29c8829dda4d | (anonymised) | 1 day 23:57:13 | https://github.com/apache/camel/commit/6fab045b0fb1805ff6fac5e67d1c29c8829dda4d | yes | wait | yes | yes | uncomment code | no | possibly |
57 | 56 | Camel project | e1b96792f8ca312c9a9b38d2f6e99b44b618f997 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/impl/ProducerCache.java | // TODO: Consider a pool for non singleton producers to leverage in the doInProducer template | 45 | 45 | 70a88eb144aa3ccb42a8d1494e5736089da1e984 | (anonymised) | 1 day 01:08:58 | https://github.com/apache/camel/commit/70a88eb144aa3ccb42a8d1494e5736089da1e984 | yes | add functionality | no | yes | implementation | yes | no |
58 | 57 | Camel project | 729104692dc86db15847b83bca7ef60acebdbd18 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/impl/DefaultExecutorServiceManager.java | // TODO: The lookup methods could possible be removed and replace using other methods/logic | 167 | 167 | 7301fc7cca70c41bbf7d8c135995298380408191 | (anonymised) | 1:09:29 | https://github.com/apache/camel/commit/7301fc7cca70c41bbf7d8c135995298380408191 | yes | refactor | no | yes | implementation | yes | no |
59 | 58 | Camel project | 31ec7e5b1dab20bc38b32ae6c70cb36e0723e850 | (anonymised) | (anonymised) | components/camel-solr/src/test/java/org/apache/camel/component/solr/SolrUpdateTest.java | // TODO Auto-generated constructor stub | 36 | 36 | 7569500c6acd3ec931c3839287597ec65619889b | (anonymised) | 2 mons 17 days 00:12:03 | https://github.com/apache/camel/commit/7569500c6acd3ec931c3839287597ec65619889b | yes | auto-generated | no | no | N/A | N/A | N/A |
60 | 59 | Camel project | fde219296fedf137be0ac0d4dcea3f1e81b13eaf | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/model/InterceptFromDefinition.java | // TODO: Support lookup endpoint by ref (requires a bit more work) // TODO: Support wildcards for endpoints so you can match by scheme, eg jms:* | 44 | 45 | 7621113fd24fd7b049a0ae16d1be888bec6923fb | (anonymised) | 2 days 15:14:39 | https://github.com/apache/camel/commit/7621113fd24fd7b049a0ae16d1be888bec6923fb | yes | add functionality | no | no | N/A | N/A | N/A |
61 | 60 | Camel project | fa7ad2c3196669a02b974ed34d64faed67ad08a2 | (anonymised) | (anonymised) | platforms/karaf/commands/src/main/java/org/apache/camel/karaf/commands/EndpointList.java | // TODO: split desc in multi lines so it does not overflow | 130 | 130 | 796aa09281461c90291f41406027dd8360fbc8f9 | (anonymised) | 5 days 22:17:20 | https://github.com/apache/camel/commit/796aa09281461c90291f41406027dd8360fbc8f9 | yes | add functionality | no | no | N/A | N/A | N/A |
62 | 61 | Camel project | 6fab045b0fb1805ff6fac5e67d1c29c8829dda4d | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java | // TODO: move this to InterceptSendToEndpoint so its a special builder method on it only | 1342 | 1342 | 7a3ef30e9bceb551e481e1907514e77d1e7e826b | (anonymised) | 0:22:14 | https://github.com/apache/camel/commit/7a3ef30e9bceb551e481e1907514e77d1e7e826b | yes | refactor | no | yes | refactor | no | no |
63 | 62 | Camel project | 9dd79e43b4472325ef7ba38623c4c16c0048dd51 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/view/RouteDotGenerator.java | // TODO we could add this to the model? | 265 | 265 | 7a48ae7f99dce7a91a5fcd37852e6c2d6af0e1b7 | (anonymised) | 1 mon 2 days 15:27:12 | https://github.com/apache/camel/commit/7a48ae7f99dce7a91a5fcd37852e6c2d6af0e1b7 | yes | refactor | no | no | N/A | N/A | N/A |
64 | 63 | Camel project | 2f856a6bf67ad994e48a950e4f6dc1e859e287b8 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/model/rest/RestConfigurationDefinition.java | // TODO: get properties to work with JAXB in the XSD model | 44 | 44 | 7bbb88ba4dfd58064d8be3f0a5405a639df9c07e | (anonymised) | 13:40:09 | https://github.com/apache/camel/commit/7bbb88ba4dfd58064d8be3f0a5405a639df9c07e | yes | add functionality | no | yes | implementation | no | no |
65 | 64 | Camel project | 78a88adca9373f81ee812c2ac03277a6aa120b12 | (anonymised) | (anonymised) | components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastAtomicnumberProducerForSpringTest.java | /* * will be fixed in next hazelcast version (1.9.3). Mail from Talip (21.02.2011): * * I see. Hazelcast.shutdownAll() should cleanup instances (maps/queues). I just fixed it. * * AtomicNumber.destroy() should also destroy the number and if you call atomicNumber.get() after the destroy it should throw IllegalStateException. It is also fixed. * * set test to true by default. TODO: if we'll get the new hazelcast version I'll fix the test. */ | 63 | 71 | 7e649e72b93b56ecc27fd108a3cf39a20c230531 | (anonymised) | 11 mons 21 days 07:56:03 | https://github.com/apache/camel/commit/7e649e72b93b56ecc27fd108a3cf39a20c230531 | yes | wait | yes | yes | uncomment code | no | possibly |
66 | 65 | Camel project | 78a88adca9373f81ee812c2ac03277a6aa120b12 | (anonymised) | (anonymised) | components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastInstanceConsumerTest.java | // TODO --> check how an instance can be killed... | 64 | 64 | 7e649e72b93b56ecc27fd108a3cf39a20c230531 | (anonymised) | 11 mons 21 days 07:56:03 | https://github.com/apache/camel/commit/7e649e72b93b56ecc27fd108a3cf39a20c230531 | yes | add functionality | no | yes | implementation | no | possibly |
67 | 66 | Camel project | b77683e708191fe26b97defe46419ee517cbc91a | (anonymised) | (anonymised) | components/camel-spring/src/main/java/org/apache/camel/spring/handler/ErrorHandlerDefinitionParser.java | // TODO: use a FactoryBean instead to create a ErrorHandlerBuilder object | 41 | 41 | 7f417056d2f3bf4b0f1a839922c68829f84a170f | (anonymised) | 11:56:01 | https://github.com/apache/camel/commit/7f417056d2f3bf4b0f1a839922c68829f84a170f | yes | refactor | no | no | N/A | N/A | N/A |
68 | 67 | Camel project | a4e589461a48ecc0a726d75205522b4d0620a585 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/file/strategy/NewMarkerFileExclusiveReadLockStrategy.java | // TODO create the .camelFile | 31 | 31 | 7f70df09b02c5a95b53bb9351c67ba1c750bbc15 | (anonymised) | 1 day 04:27:27 | https://github.com/apache/camel/commit/7f70df09b02c5a95b53bb9351c67ba1c750bbc15 | yes | add functionality | no | yes | implementation | no | no |
69 | 68 | Camel project | 086a00969d06fab0fad7baf4e0a33f241edd0e60 | (anonymised) | (anonymised) | components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpConsumer.java | // TODO do we need to adjust the TZ? | 81 | 81 | 83139fae37e335810a6930aa34c5260bb272f5db | (anonymised) | 8 mons 25 days 07:44:32 | https://github.com/apache/camel/commit/83139fae37e335810a6930aa34c5260bb272f5db | yes | clarification request | no | no | N/A | N/A | N/A |
70 | 69 | Camel project | b0ae5d70a624134bf65b31ae93ff5304665c66af | (anonymised) | (anonymised) | components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java | // TODO this method is need for looking up the customer configure component | 181 | 181 | 833e9cac60e63945c9c9b2602c8d39b180dccae7 | (anonymised) | 0:54:01 | https://github.com/apache/camel/commit/833e9cac60e63945c9c9b2602c8d39b180dccae7 | yes | add functionality | no | no | N/A | N/A | N/A |
71 | 70 | Camel project | 185b32d97b7ce3cc75b82db2bf336e22327c3492 | (anonymised) | (anonymised) | components/camel-saxon/src/test/java/org/apache/camel/component/xquery/XQueryURLBasedConcurrencyTest.java | // TODO: Work in progress | 30 | 30 | 83b170b7550c71cd35e561432ebcfe891e1fabfc | (anonymised) | 0:58:19 | https://github.com/apache/camel/commit/83b170b7550c71cd35e561432ebcfe891e1fabfc | yes | add functionality | no | yes | implementation | no | no |
72 | 71 | Camel project | 4b2c522354ef4242b34bd727d6d3d2a36a0b268d | (anonymised) | (anonymised) | camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java | // we need an external HTTP client such as commons-httpclient // TODO | 47 | 48 | 85d7a943d131caba64f097163f59759be101ba5c | (anonymised) | 4 days 19:07:18 | https://github.com/apache/camel/commit/85d7a943d131caba64f097163f59759be101ba5c | yes | add functionality | no | no | N/A | N/A | N/A |
73 | 72 | Camel project | 25370760ccb212383e0c97441fa2525f9b9cfcaa | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/model/ProcessorType.java | // TODO pipeline v mulicast | 168 | 168 | 87d66b23fa805d22489ccd16f93ced997a6265e4 | (anonymised) | 1 year 3 mons 18 days 02:57:04 | https://github.com/apache/camel/commit/87d66b23fa805d22489ccd16f93ced997a6265e4 | yes | add functionality | no | no | N/A | N/A | N/A |
74 | 73 | Camel project | 827f552680eacf78e94cf0f33bdcd7799ab856b2 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/builder/DefaultErrorHandlerBuilder.java | // TODO: in the future support onException | 30 | 30 | 88ca359343c3a96786d435985f46841eeffcfb6e | (anonymised) | 23:36:21 | https://github.com/apache/camel/commit/88ca359343c3a96786d435985f46841eeffcfb6e | yes | add functionality | no | yes | implementation | yes | no |
75 | 74 | Camel project | 552c1e0303f299e7174ae50acc612973a4364939 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/builder/ExchangeNotifierBuilder.java | // TODO work in progress | 43 | 43 | 8914af60735c4037b5bf4b2c31b5070de392094e | (anonymised) | 15:42:58 | https://github.com/apache/camel/commit/8914af60735c4037b5bf4b2c31b5070de392094e | yes | add functionality | no | yes | implementation | no | no |
76 | 75 | Camel project | c0373fd311479a3fc3d5e177f8675431ff297b50 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/model/InterceptSendToEndpointDefinition.java | // TODO: interceptSendToEndpoint needs to proxy the endpoints at very first // so when other processors uses an endpoint its already proxied, see workaround in SendProcessor // needed when we havent proxied beforehand. This requires some work in the route builder in Camel // to implement so that should be a part of a bigger rework/improvement in the future | 45 | 48 | 8c26e3a4e4ef5f921e9b8b2af76a8f3527512940 | (anonymised) | 3 mons 29 days 22:50:30 | https://github.com/apache/camel/commit/8c26e3a4e4ef5f921e9b8b2af76a8f3527512940 | yes | add functionality | no | no | N/A | N/A | N/A |
77 | 76 | Camel project | f9948173a021cff8ced3de638ce82982ddb3f21e | (anonymised) | (anonymised) | components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowError500Test.java | // TODO: add unit test should use dynamic port number, see camel-jetty9 for example | 27 | 27 | 8e07c18c3537049962ccea7b075061c5560f03ec | (anonymised) | 2:22:32 | https://github.com/apache/camel/commit/8e07c18c3537049962ccea7b075061c5560f03ec | yes | add functionality | no | yes | implementation | yes | no |
78 | 77 | Camel project | 2f3e58688d91115264418bd5de9d03edbdded3be | (anonymised) | (anonymised) | components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQProducer.java | // TODO: Add support for a HeaderFilterStrategy. See: org.apache.camel.component.jms.JmsBinding#shouldOutputHeader | 141 | 141 | 8fe4288f2a19d1b8894f65b04a7ac871983b8938 | (anonymised) | 1 year 6 mons 01:11:27 | https://github.com/apache/camel/commit/8fe4288f2a19d1b8894f65b04a7ac871983b8938 | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
79 | 78 | Camel project | b64e8a8c4b15c88b0cb86c5b64f1ed1c8d1292cd | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/management/InstrumentationProcessor.java | // TODO: why not use millis instead of nano? | 55 | 55 | 90e0713ac8a6d8ce3b46a5724bd869caeaac3c95 | (anonymised) | 5 days 02:43:49 | https://github.com/apache/camel/commit/90e0713ac8a6d8ce3b46a5724bd869caeaac3c95 | yes | clarification request | no | no | N/A | N/A | N/A |
80 | 79 | Camel project | d1a69414e7d0ff2a1cc0704a5adfe5478c5bc2a6 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/list/ListEndpoint.java | // TODO: firing of property changes not implemented | 46 | 46 | 9336b0bbf820c2e30a1eba88a870c68405683722 | (anonymised) | 10 mons 21 days 23:56:09 | https://github.com/apache/camel/commit/9336b0bbf820c2e30a1eba88a870c68405683722 | yes | add functionality | no | no | N/A | N/A | N/A |
81 | 80 | Camel project | 406827f30537125dcff9e93215aa8675a89526de | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/bean/CamelInvocationHandler.java | // unfortunately java dont provide a nice api for getting the generic type of the return type // due type erasure, so we have to gather it based on a String representation | 180 | 181 | 957d2577585c537119b8097ecf821628b4742230 | (anonymised) | 6 mons 24 days 04:56:34 | https://github.com/apache/camel/commit/957d2577585c537119b8097ecf821628b4742230 | yes | explanation | no | no | N/A | N/A | N/A |
82 | 81 | Camel project | 758895cc8b61e6fdc9360a2efd8a564a77ce3743 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/spi/InterceptStrategy.java | // TODO: We should force this strategy to return AsyncProcessor so custom interceptors work nicely with async | 32 | 32 | 9713ddbde95b9dc4055bae9575a7f76d32af47df | (anonymised) | 1 day 15:02:19 | https://github.com/apache/camel/commit/9713ddbde95b9dc4055bae9575a7f76d32af47df | yes | add functionality | no | no | N/A | N/A | N/A |
83 | 82 | Camel project | 2835f7715458e89a55c4d24a6968bc0f44a0a343 | (anonymised) | (anonymised) | camel-cxf/src/main/java/org/apache/camel/component/cxf/transport/CamelTransportBase.java | // do nothing? // TODO | 64 | 65 | 98ef5e9959410360c01f145e100a71fb52f23b2d | (anonymised) | 8 mons 9 days 23:16:33 | https://github.com/apache/camel/commit/98ef5e9959410360c01f145e100a71fb52f23b2d | yes | clarification request | no | no | N/A | N/A | N/A |
84 | 83 | Camel project | e14ad82c52b1e1cc8f877946f8ea77493403ffba | (anonymised) | (anonymised) | components/camel-spring/src/test/java/org/apache/camel/component/event/EventRouteTest.java | // TODO: CAMEL-1663: spring-event is broken | 34 | 34 | 99786092122596fa9fd2ecd4344af94c8ec73df3 | (anonymised) | 2:40:08 | https://github.com/apache/camel/commit/99786092122596fa9fd2ecd4344af94c8ec73df3 | yes | bug | yes | yes | uncomment code | yes | no |
85 | 84 | Camel project | a58f02a2b088767414a4745a666561f50ce0b579 | (anonymised) | (anonymised) | camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfBinding.java | // TODO how do we choose a format? | 32 | 32 | 9be406692d2b2a92d547dafbb93452c02a06bf4e | (anonymised) | 1 year 9 mons 26 days 10:58:22 | https://github.com/apache/camel/commit/9be406692d2b2a92d547dafbb93452c02a06bf4e | yes | clarification request | no | no | N/A | N/A | N/A |
86 | 85 | Camel project | bbf92a4425a790dcf44b992a8499cb03e4640ff1 | (anonymised) | (anonymised) | camel-jpa/src/test/java/org/apache/camel/component/jpa/JpaTest.java | // TODO zap this! | 118 | 118 | 9ced923b66270bc4f57fa7e953cb6b873b6a801a | (anonymised) | 0:41:48 | https://github.com/apache/camel/commit/9ced923b66270bc4f57fa7e953cb6b873b6a801a | yes | remove functionality | no | yes | remove code | no | possibly |
87 | 86 | Camel project | a4e589461a48ecc0a726d75205522b4d0620a585 | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/component/file/NewFileEndpoint.java | // TODO change to file when this is ready | 100 | 100 | 9d754b19f22daa9072700921cae504e74a5e7f7e | (anonymised) | 20 days 21:30:17 | https://github.com/apache/camel/commit/9d754b19f22daa9072700921cae504e74a5e7f7e | yes | wait | no | no | N/A | N/A | N/A |
88 | 87 | Camel project | f873bb3694d262fe1f42e37d10c5b7bf0edc5d72 | (anonymised) | (anonymised) | tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelScalaTest.java | //TODO need to find a way to test scala //testLanguage(COMPONENT); | 32 | 33 | 9e7714a7484f92b7e69e06a3d1d3325dcfb08a28 | (anonymised) | 6 years 5 mons 27 days 08:04:29 | https://github.com/apache/camel/commit/9e7714a7484f92b7e69e06a3d1d3325dcfb08a28 | yes | add functionality | no | yes | implementation | no | no |
89 | 88 | Camel project | 8fee0ed049f135c007ac1af83154c22b18fe7a2d | (anonymised) | (anonymised) | components/camel-web/src/main/java/org/apache/camel/web/resources/EndpointsResource.java | // TODO replace the Form class with an injected bean? | 116 | 116 | 9f5e32db8a6a3c86200e4c4dc2cc46df6970fef4 | (anonymised) | 6 years 24 days 04:47:45 | https://github.com/apache/camel/commit/9f5e32db8a6a3c86200e4c4dc2cc46df6970fef4 | yes | clarification request | no | no | N/A | N/A | N/A |
90 | 89 | Camel project | 120cff4bccd727eddfa17c41438951afb8bc9240 | (anonymised) | (anonymised) | components/camel-web/src/test/java/org/apache/camel/web/htmlunit/HtmlTestSupport.java | // TODO remove these methods if/when they are available in the base class!!! //------------------------------------------------------------------------- | 71 | 72 | 9f5e32db8a6a3c86200e4c4dc2cc46df6970fef4 | (anonymised) | 6 years 25 days 22:23:22 | https://github.com/apache/camel/commit/9f5e32db8a6a3c86200e4c4dc2cc46df6970fef4 | yes | wait | yes | no | N/A | N/A | N/A |
91 | 90 | Camel project | 45ab816bcb8cd708f8b45cea69e78a70d235a707 | (anonymised) | (anonymised) | components/camel-mail/src/main/java/org/apache/camel/component/mail/MailUtils.java | // TODO: Maybe we need to get the subject from the header properties | 114 | 114 | a1a0f75b6ff10a48ce13dc0a1a14f60301a4644a | (anonymised) | 2:07:03 | https://github.com/apache/camel/commit/a1a0f75b6ff10a48ce13dc0a1a14f60301a4644a | yes | clarification request | no | no | N/A | N/A | N/A |
92 | 91 | Camel project | dc51e8f7d9f63b416b22056c573ced225fef7708 | (anonymised) | (anonymised) | components/camel-jetty/src/main/java/org/apache/camel/component/jetty/JettyHttpProducer.java | // A workaround where the Jetty client does not like to see // urls like http://google.com but does like http://google.com/ | 89 | 90 | a378d2405114825bfab0a799375737dcd4e6f8be | (anonymised) | 2 years 2 mons 6 days 01:01:54 | https://github.com/apache/camel/commit/a378d2405114825bfab0a799375737dcd4e6f8be | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
93 | 92 | Camel project | f7e48098072a5659554d7d492841a7ca5a464b0c | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/processor/HandleFaultProcessor.java | // TODO: Should be an interceptor to be applied like the stream cache | 28 | 28 | a4e7f76960b87983d3522afc1a322dd6958f002f | (anonymised) | 23:53:11 | https://github.com/apache/camel/commit/a4e7f76960b87983d3522afc1a322dd6958f002f | yes | add functionality | no | yes | refactor | unclear | possibly |
94 | 93 | Camel project | cf52703367b0273d68e1a6644cba9fa35e945421 | (anonymised) | (anonymised) | components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaConsumer.java | //TODO: Find if possible an alternative way to handle results of netive queries. //Result of native queries are Arrays and cannot be locked by all JPA Providers. | 276 | 277 | a6f291842d930759f01956e1664cb0d658023ad5 | (anonymised) | 1 mon 28 days 04:35:26 | https://github.com/apache/camel/commit/a6f291842d930759f01956e1664cb0d658023ad5 | yes | add functionality | no | no | N/A | N/A | N/A |
95 | 94 | Camel project | 7aa107f96e03eed7f231a5799019de46296df91f | (anonymised) | (anonymised) | camel-core/src/test/java/org/apache/camel/processor/onexception/ErrorOccuredInOnExceptionRoute.java | // TODO: should be 1 when RedeliveryErrorHandler works with exception in onException | 32 | 32 | b06a3d3587a3c17853d06008137b8aa1baacf095 | (anonymised) | 3:30:53 | https://github.com/apache/camel/commit/b06a3d3587a3c17853d06008137b8aa1baacf095 | yes | wait | yes | yes | implementation | no | possibly |
96 | 95 | Camel project | d8e9209defead241372ab77746a155110dcd76e8 | (anonymised) | (anonymised) | components/camel-jms/src/main/java/org/apache/camel/component/jms/EndpointMessageListener.java | // an exception occurred while processing // TODO: Camel-585 somekind of flag to determine if we should send the exchange back to the client // or do as now where we wrap as runtime exception to be thrown back to spring so it can do rollback | 78 | 80 | b0bbfe3a5d7b06b53850f33c99f0c4072df15829 | (anonymised) | 1 mon 25 days 16:57:34 | https://github.com/apache/camel/commit/b0bbfe3a5d7b06b53850f33c99f0c4072df15829 | yes | add functionality | no | yes | implementation | no | no |
97 | 96 | Camel project | d96030d9bec213a3cb48fc13b53dc8be3e2575cd | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/impl/DefaultExchange.java | // check property first, as the implementation details to know if the message // was transacted redelivered is message specific, and thus the message implementation // could potentially change during routing, and therefore later we may not know if the // original message was transacted redelivered or not, therefore we store this detail // as a exchange property to keep it around for the lifecycle of the exchange | 337 | 341 | b2157fd8bf48c4305468d92fb60d35c24392f6e3 | (anonymised) | 2:11:03 | https://github.com/apache/camel/commit/b2157fd8bf48c4305468d92fb60d35c24392f6e3 | yes | add functionality | no | no | N/A | N/A | N/A |
98 | 97 | Camel project | 7aa107f96e03eed7f231a5799019de46296df91f | (anonymised) | (anonymised) | camel-core/src/main/java/org/apache/camel/processor/RedeliveryErrorHandler.java | // TODO: add support for onRedeliver(SocketException.class) to allow running som custom // route when this given exception is being redelivered (create ticket and add in 2.1) | 48 | 49 | b2bee1a966adb03063c9e6e3e22bfd5ebf2ae52c | (anonymised) | 1:22:58 | https://github.com/apache/camel/commit/b2bee1a966adb03063c9e6e3e22bfd5ebf2ae52c | yes | add functionality | no | yes | implementation | no | no |
99 | 98 | Camel project | 77b260b65ba821b3443d922320cc3d9b708c8d83 | (anonymised) | (anonymised) | camel/camel-core/src/main/java/org/apache/camel/impl/DefaultEndpointResolver.java | // TODO we may want to cache them? | 39 | 39 | b3acc118e1ba296d10053250dc055338e46854dd | (anonymised) | 4:40:31 | https://github.com/apache/camel/commit/b3acc118e1ba296d10053250dc055338e46854dd | N/A | N/A | N/A | N/A | N/A | N/A | N/A |
100 | 99 | Camel project | 0fd7e668a2a7861846b336f26b3156fcc5aa92ab | (anonymised) | (anonymised) | components/camel-swagger-java/src/main/java/org/apache/camel/swagger/RestSwaggerReader.java | // TODO: add the type / outType stuff with array and model detection | 74 | 74 | bf36f6149d3280e160cee8be12fd03ada3e81d35 | (anonymised) | 18:08:49 | https://github.com/apache/camel/commit/bf36f6149d3280e160cee8be12fd03ada3e81d35 | yes | add functionality | no | yes | implementation | no | no |