Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winduprule 601 #452

Merged
merged 6 commits into from
Jun 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,34 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-linkedin</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-linkedin-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-script</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-script-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jibx</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jibx-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-boon</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-boon-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws</artifactId>
Expand All @@ -31,6 +47,14 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-restlet</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-aws-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-starter</artifactId>
</dependency>
</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,75 @@
<artifactId>activemq-camel</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-http4-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-rxjava2-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mongodb3-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hdfs2-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hdfs-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mina2-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mina-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4-http-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty-http-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-quartz2-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-quartz-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jetty9-starter</artifactId>
<version>${version.camel2}</version>
</dependency>
</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
</perform>
</rule>
<rule id="xml-removed-components-00001-test">
<when>
<not>
<iterable-filter size="1">
<hint-exists message="`org.apache.camel:camel-linkedin-starter` artifact has been removed in Apache Camel 3 so it won't be available"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-linkedin-starter' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00002-test">
<when>
<not>
<iterable-filter size="1">
Expand All @@ -31,7 +43,19 @@
<fail message="[xml-removed-components] 'camel-script' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00002-test">
<rule id="xml-removed-components-00003-test">
<when>
<not>
<iterable-filter size="1">
<hint-exists message="`org.apache.camel:camel-script-starter` artifact has been deprecated in Apache Camel 2*"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-script-starter' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00004-test">
<when>
<not>
<iterable-filter size="1">
Expand All @@ -43,7 +67,19 @@
<fail message="[xml-removed-components] 'camel-jibx' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00003-test">
<rule id="xml-removed-components-00005-test">
<when>
<not>
<iterable-filter size="1">
<hint-exists message="`org.apache.camel:camel-jibx-starter` artifact has been deprecated in Apache Camel 2*"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-jibx-starter' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00006-test">
<when>
<not>
<iterable-filter size="1">
Expand All @@ -55,7 +91,19 @@
<fail message="[xml-removed-components] 'camel-boon' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00004-test">
<rule id="xml-removed-components-00007-test">
<when>
<not>
<iterable-filter size="1">
<hint-exists message="`org.apache.camel:camel-boon-starter` artifact has been deprecated in Apache Camel 2*"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-boon-starter' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00008-test">
<when>
<not>
<iterable-filter size="3">
Expand All @@ -67,6 +115,18 @@
<fail message="[xml-removed-components] 'camel-twitter-streaming' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-00009-test">
<when>
<not>
<iterable-filter size="1">
<hint-exists message="`org.apache.camel:camel-core-starter` artifact has been removed*"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-core-starter' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-groovy-00000-test">
<when>
<not>
Expand All @@ -91,6 +151,18 @@
<fail message="[xml-removed-components] 'camel-restlet' dependency removed hint was not found!" />
</perform>
</rule>
<rule id="xml-removed-components-groovy-00001-test">
<when>
<not>
<iterable-filter size="5">
<hint-exists message="`org.apache.camel:camel-aws-starter` artifact has been removed and split up into multiple components*"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-aws-starter' dependency removed hint was not found!" />
</perform>
</rule>
</rules>
</ruleset>
</ruletest>