[
https://issues.apache.org/jira/browse/CAMEL-10415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15611255#comment-15611255
]
ASF GitHub Bot commented on CAMEL-10415:
----------------------------------------
GitHub user nicolaferraro opened a pull request:
https://github.com/apache/camel/pull/1226
CAMEL-10415: Servlet auto mapping
Posting for a review.
We should make easier to add functionalities to the starters (like this
one). Currently the poms cannot be changed as they are completely
auto-generated. I'll add a Jira about this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nicolaferraro/camel CAMEL-10415
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1226.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 #1226
----
commit 742c6ef22d3ed26f106d1b4d5f1f67b38d3ef08b
Author: Nicola Ferraro <[email protected]>
Date: 2016-10-27T08:58:02Z
CAMEL-10415: Servlet auto mapping
----
> camel-servlet-starter - Autoconfigure Servlet Endpoint
> ------------------------------------------------------
>
> Key: CAMEL-10415
> URL: https://issues.apache.org/jira/browse/CAMEL-10415
> Project: Camel
> Issue Type: New Feature
> Components: camel-servlet, camel-spring-boot
> Reporter: Nicola Ferraro
> Assignee: Nicola Ferraro
> Priority: Minor
> Fix For: 2.19.0
>
>
> It might be useful to autoconfigure the Camel-servlet-starter component to
> automatically bind the rest endpoints under the "/camel/*" path by default.
> A similar approach has been taken here:
> https://github.com/fabric8-quickstarts/spring-boot-camel-rest-sql/blob/master/src/main/java/io/fabric8/quickstarts/camel/Application.java#L37-L43
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)