AthiraHari77 opened a new issue, #2372: URL: https://github.com/apache/incubator-kie-issues/issues/2372
**Background / Problem** The JIT Executor's current REST API accepts DMN model XML embedded directly in the JSON request body. Quarkus/Vert.x enforces a default maximum HTTP request body size of 10 MB, which can be exceeded as DMN models grow in size, causing requests to be rejected with a **413 Request Entity Too Large error.** Increasing **quarkus.http.limits.max-body-size** is a temporary workaround only. Since the size of DMN models is outside our control, this limit will eventually be exceeded again as models grow, making it an unsuitable long-term solution. **Goal** Introduce a new endpoint in the JIT Executor (jitexecutor-dmn) that accepts the DMN model as a multipart/form-data file upload rather than embedding the raw XML in the JSON body. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
