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 2024/02/24 13:22:00 UTC

[jira] [Commented] (CAMEL-20460) camel-platform-http - Rest DSL consume/produces should be in summary

    [ https://issues.apache.org/jira/browse/CAMEL-20460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17820338#comment-17820338 ] 

Claus Ibsen commented on CAMEL-20460:
-------------------------------------

2024-02-24 14:19:09.654  INFO 16496 --- [           main] t.platform.http.main.MainHttpServer : HTTP endpoints summary
2024-02-24 14:19:09.655  INFO 16496 --- [           main] t.platform.http.main.MainHttpServer :     http://0.0.0.0:8080/ (POST)

The rest-dsl is

- rest:
    id: rest-dc6e
    post:
      - id: post-248c
        consumes: application/json
        produces: application/json
        to: direct:demo


We should include the media-type it accept / produces so users can see this in the log at startup

> camel-platform-http - Rest DSL consume/produces should be in summary
> --------------------------------------------------------------------
>
>                 Key: CAMEL-20460
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20460
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-platform-http
>            Reporter: Claus Ibsen
>            Priority: Major
>




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