This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 72e426a Added unit test example based on user forum issue with Multicast EIP change due to CAMEL-9444 and CAMEL-9573. Using claim check EIP new d25b320 [CAMEL-13176] camel yammer component is accessing non-existent page (#2754) new 690c2b1 CAMEL-13176: Deleted tests not relevant anymore. The 34350 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/main/docs/yammer-component.adoc | 39 +++----- .../camel/component/yammer/YammerEndpoint.java | 2 - .../camel/component/yammer/YammerFunctionType.java | 3 +- .../yammer/YammerRelationshipPollingConsumer.java | 101 --------------------- .../YammerRelationshipConsumerOptionTest.java | 42 --------- .../yammer/YammerRelationshipInJsonRouteTest.java | 53 ----------- .../yammer/YammerRelationshipRouteTest.java | 55 ----------- 7 files changed, 12 insertions(+), 283 deletions(-) delete mode 100644 components/camel-yammer/src/main/java/org/apache/camel/component/yammer/YammerRelationshipPollingConsumer.java delete mode 100644 components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerRelationshipConsumerOptionTest.java delete mode 100644 components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerRelationshipInJsonRouteTest.java delete mode 100644 components/camel-yammer/src/test/java/org/apache/camel/component/yammer/YammerRelationshipRouteTest.java