Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created June 10, 2020 07:56
Show Gist options
  • Save johnpoth/7a7e57ed83fc0fe051d849643017b9c7 to your computer and use it in GitHub Desktop.
Save johnpoth/7a7e57ed83fc0fe051d849643017b9c7 to your computer and use it in GitHub Desktop.
<rule id="xml-removed-components-00004">
<when>
<filecontent pattern="from(&quot;twitter-streaming:{*}" filename="{*}.java"/>
</when>
<perform>
<hint title="`twitter-streaming` component has been removed" effort="7" category-id="mandatory" >
<message>`twitter-streaming` component has been deprecated in Apache Camel 2 and removed in Apache Camel 3 because it relied on the deprecated Twitter Streaming API and is no longer functional.</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_removed_components" title="Camel 3 - Migration Guide: Removed components" />
</hint>
</perform>
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment