You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2023/03/21 11:22:00 UTC

[jira] [Created] (CAMEL-19177) camel-platform-http - Spring Boot implementation that use directly the HTTP server

Claus Ibsen created CAMEL-19177:
-----------------------------------

             Summary: camel-platform-http - Spring Boot implementation that use directly the HTTP server
                 Key: CAMEL-19177
                 URL: https://issues.apache.org/jira/browse/CAMEL-19177
             Project: Camel
          Issue Type: Improvement
          Components: camel-spring-boot
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.21.0, 4.0-M3, 4.0


Instead of using a servlet as facade for platform-http with spring boot, then lets try to use its own apis to do something similar they do for their controllers (rest). Then we can be first class and all Camel endpoints can be invoked directly without a servlet context-path as prefix. This avoids any confusion such as when using rest-dsl, then the urls are as-is. And no problem if you switch to use jbang/main or quarkus as runtime instead.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)