Claus Ibsen created CAMEL-20484:
-----------------------------------
Summary: camel-jbang - Using rest with /api context should have
content-type in http summary
Key: CAMEL-20484
URL: https://issues.apache.org/jira/browse/CAMEL-20484
Project: Camel
Issue Type: Improvement
Components: camel-jbang, camel-rest-openapi
Reporter: Claus Ibsen
Fix For: 4.5.0
2024-02-28 17:23:49.465 INFO 40779 --- [ main]
t.platform.http.main.MainHttpServer : HTTP endpoints summary
2024-02-28 17:23:49.466 INFO 40779 --- [ main]
t.platform.http.main.MainHttpServer : http://0.0.0.0:8080/api-doc (GET)
2024-02-28 17:23:49.467 INFO 40779 --- [ main]
t.platform.http.main.MainHttpServer : http://0.0.0.0:8080/helloapp
(POST) (accept:application/json produce:application
The /api-doc does not have any content-type. We should include that. It can be
json | yaml
--
This message was sent by Atlassian Jira
(v8.20.10#820010)