Skip to content

Commit

Permalink
add changes from review of PR #409
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelko committed Mar 4, 2020
1 parent b602cad commit ca43a94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions rules-reviewed/camel3/camel2/java-generic-information.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</message>
<link title="Camel 3 - Migration Guide: Generic Information"
href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"/>
<quickfix type="REPLACE" name="AggregationStrategy-replace">
<quickfix type="REPLACE" name="Support-replace2">
<replacement>org.apache.camel.support.component</replacement>
<search>org.apache.camel.util.component</search>
</quickfix>
Expand All @@ -108,7 +108,7 @@
</message>
<link title="Camel 3 - Migration Guide: Generic Information"
href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"/>
<quickfix type="REPLACE" name="AggregationStrategy-replace">
<quickfix type="REPLACE" name="Registry-replace">
<replacement>org.apache.camel.support.DefaultRegistry</replacement>
<search>org.apache.camel.impl.{registry}</search>
</quickfix>
Expand All @@ -134,7 +134,7 @@
</message>
<link title="Camel 3 - Migration Guide: Generic Information"
href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"/>
<quickfix type="REPLACE" name="AggregationStrategy-replace">
<quickfix type="REPLACE" name="LoadBalancer-replace">
<replacement>org.apache.camel.processor.loadbalancer.LoadBalancerSupport</replacement>
<search>org.apache.camel.processor.loadbalancer.SimpleLoadBalancerSupport</search>
</quickfix>
Expand Down Expand Up @@ -174,7 +174,7 @@
<message>The class `org.apache.camel.impl.{moved}` has been moved to `org.apache.camel.impl.engine` package.</message>
<link title="Camel 3 - Migration Guide: Generic Information"
href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"/>
<quickfix type="REPLACE" name="AggregationStrategy-replace">
<quickfix type="REPLACE" name="camel.impl-replace">
<replacement>org.apache.camel.impl.engine.{moved}</replacement>
<search>org.apache.camel.impl.{moved}</search>
</quickfix>
Expand All @@ -200,7 +200,7 @@
</message>
<link title="Camel 3 - Migration Guide: Generic Information"
href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"/>
<quickfix type="REPLACE" name="AggregationStrategy-replace">
<quickfix type="REPLACE" name="AggregationStrategies-replace">
<replacement>org.apache.camel.builder.AggregationStrategies</replacement>
<search>org.apache.camel.util.toolbox.AggregationStrategies</search>
</quickfix>
Expand Down Expand Up @@ -343,7 +343,7 @@
<message>Class `org.apache.camel.builder.xml.XPathBuilder` has been moved to `org.apache.camel.language.xpath.XPathBuilder`.</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"
title="Camel 3 - Migration Guide"/>
<quickfix type="REPLACE" name="Annotation-replace">
<quickfix type="REPLACE" name="XPathBuilder-replace">
<replacement> org.apache.camel.language.xpath.XPathBuilder</replacement>
<search>org.apache.camel.builder.xml.XPathBuilder</search>
</quickfix>
Expand All @@ -361,7 +361,7 @@
<message>Annotation `org.apache.camel.language.XPath` has been moved to `org.apache.camel.language.xpath.XPath`</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"
title="Camel 3 - Migration Guide"/>
<quickfix type="REPLACE" name="Annotation-replace">
<quickfix type="REPLACE" name="Xpath-Annotation-replace">
<replacement>org.apache.camel.language.xpath.XPath</replacement>
<search>org.apache.camel.language.XPath</search>
</quickfix>
Expand All @@ -379,7 +379,7 @@
<message>Exception `org.apache.camel.builder.xml.InvalidXPathExpression` has been moved to `org.apache.camel.language.xpath.InvalidXPathException `</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"
title="Camel 3 - Migration Guide"/>
<quickfix type="REPLACE" name="Annotation-replace">
<quickfix type="REPLACE" name="InvalidXpatchExpression-Annotation-replace">
<replacement>org.apache.camel.language.xpath.InvalidXPathException</replacement>
<search> org.apache.camel.builder.xml.InvalidXPathExpression</search>
</quickfix>
Expand All @@ -397,7 +397,7 @@
<message>Exception `org.apache.camel.processor.validation.PredicateValidationException` has been moved to `org.apache.camel.support.processor.validation.PredicateValidationException`</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_generic_information"
title="Camel 3 - Migration Guide"/>
<quickfix type="REPLACE" name="Annotation-replace">
<quickfix type="REPLACE" name="PredicateValidationException-Annotation-replace">
<replacement>org.apache.camel.support.processor.validation.PredicateValidationException</replacement>
<search> org.apache.camel.processor.validation.PredicateValidationException</search>
</quickfix>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<iteration over="dependencies-block">
<hint title="`camel-dataformat` component has been moved" effort="1" category-id="mandatory">
<message>`camel-dataformat` dependency required. Component has been moved from `camel-core` to separate artifact
org.apache.camel:camel-dataformat that has to be added as a dependency to your projectom.xml file
`org.apache.camel:camel-dataformat` that has to be added as a dependency to your project pom.xml file
</message>
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html"
title="Camel 3 - Migration Guide"/>
Expand Down

0 comments on commit ca43a94

Please sign in to comment.