zhfeng opened a new issue, #6736: URL: https://github.com/apache/camel-quarkus/issues/6736
### Bug description When there is any component schemas of the array type are present in the spec like: ```json "Pets": { "type": "array", "maxItems": 100, "items": { "$ref": "#/components/schemas/Pet" } }, ``` The generated `Pets.java` is missing `RegisterForReflection` import. And I think it is no need to add such annotion on the array type of Class. -- 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-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org