dixitdeepak opened a new pull request, #141: URL: https://github.com/apache/ofbiz-plugins/pull/141
Added support for multiple rest.xml files per component (OFBIZ-13288) - Enhanced loadApiDefinitions to scan and load all rest.xml files from the component's api folder, instead of being restricted to a single file - Introduced duplicate path handling: when multiple rest.xml files define the same endpoint path, the most recently loaded definition takes precedence - Added a new path attribute in ModelApi class (with getter/setter methods) to capture the API entry path and improve flexibility in routing - Refactored OFBizOpenApiReader to build nested URLs using the ModelApi path, ensuring consistency between swagger documentation and runtime endpoints -- 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: notifications-unsubscr...@ofbiz.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org