[
https://issues.apache.org/jira/browse/CAMEL-10634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15767190#comment-15767190
]
ASF GitHub Bot commented on CAMEL-10634:
----------------------------------------
GitHub user apupier opened a pull request:
https://github.com/apache/camel/pull/1361
CAMEL-10634: Remove folders which create wrong catalog entries
see https://issues.apache.org/jira/browse/CAMEL-10634 for details
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apupier/camel
CAMEL-10634-camel-2.18.x-FixSpringBootCatalog
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1361.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1361
----
commit cc084664e7a136b0a7a5ee3aeaa07fef3926d1e1
Author: Aurelien Pupier <[email protected]>
Date: 2016-12-21T13:51:42Z
CAMEL-10634: Remove folders which create wrong catalog entries
----
> Camel Catalog contains some invalid entries for Spring-boot in 2.18.x
> ---------------------------------------------------------------------
>
> Key: CAMEL-10634
> URL: https://issues.apache.org/jira/browse/CAMEL-10634
> Project: Camel
> Issue Type: Bug
> Components: camel-catalog
> Affects Versions: 2.18.0, 2.18.1
> Reporter: Aurelien Pupier
> Priority: Minor
> Fix For: 2.18.2
>
>
> the 2.18.1 camel catalog contains some invalid entries, these entries should
> not be part of the catalog:
> - camel-spark-rest
> - camel-ibatis
> - camel-jclouds
> - camel-ejb
> - camel-quartz
> see
> https://github.com/jboss-fuse/camel/blob/camel-2.18.x-redhat/components-starter/README.adoc
> and
> https://github.com/apache/camel/blame/39a9f52232fcaa1d82b290622d24aa45523094d0/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/SpringBootStarterMojo.java#L85
> [~davsclaus] said it was surely fixed in 2.19 branch
> edit:
> when we compare
> https://github.com/apache/camel/tree/master/components-starter and
> https://github.com/apache/camel/tree/master/components-starter we can notice
> that the folders for the mentioned artifacts were removed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)