This is an automated email from the ASF dual-hosted git repository.

dixitdeepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9dc9b6c793 Fixed: Added missing component-load entry for rest-api 
(OFBIZ-13415)
9dc9b6c793 is described below

commit 9dc9b6c79313b051a9914be6878702ca22bb083b
Author: Lukas Finster <[email protected]>
AuthorDate: Wed Jun 17 11:59:31 2026 +0200

    Fixed: Added missing component-load entry for rest-api (OFBIZ-13415)
---
 framework/component-load.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/component-load.xml b/framework/component-load.xml
index 1156327ab8..e9273d2eec 100644
--- a/framework/component-load.xml
+++ b/framework/component-load.xml
@@ -33,4 +33,5 @@ under the License.
     <load-component component-location="widget"/>
     <load-component component-location="testtools"/>
     <load-component component-location="webtools"/>
+    <load-component component-location="rest-api"/>
 </component-loader>

Reply via email to