You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/17 06:13:05 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a diff in pull request #3852: Fix #3828 to update openapi-java document

jamesnetherton commented on code in PR #3852:
URL: https://github.com/apache/camel-quarkus/pull/3852#discussion_r899794078


##########
extensions/openapi-java/runtime/src/main/doc/usage.adoc:
##########
@@ -11,6 +11,8 @@ quarkus.camel.openapi.expose.enabled=true
 
 [WARNING]
 ====
+It's user responsibility to use `@RegisterForReflection` to register all model classes for reflection.

Review Comment:
   ```suggestion
   It's the user's responsibility to use `@RegisterForReflection` to register all model classes for reflection.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org