Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Information Provided
-
None
-
None
-
None
-
Unknown
Description
When using the camel-restdsl-openapi-plugin with a rather long and complex api like this one: BIAN_CustomerOffer
The generated routeBuilder class contains one `rest()` method including all the route definitions. This one has over 40 endpoints and the build is causing a StackOverflow error.
When splitting the route definitions into multiple files or just `rest()` calls, the problem is gone.
Attachments
Attachments
Issue Links
- is related to
-
CAMEL-16685 camel-openapi-restdsl-generator - Split generated route builder into smaller code blocks
- Resolved