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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dcf5ab5af Raise nAssets maximum from 2000 to 3000 in MCP schema
9dcf5ab5af is described below

commit 9dcf5ab5af4ff07c7a2793a154f5632ffbf1a710
Author: Robert Lazarski <[email protected]>
AuthorDate: Sun Apr 12 06:27:41 2026 -1000

    Raise nAssets maximum from 2000 to 3000 in MCP schema
    
    Matches Axis2/C FINBENCH_MAX_ASSETS increase. Enterprise portfolio
    management systems commonly have 2000+ assets per department.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 .../resources-axis2/finbench_resources/services.xml                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/resources-axis2/finbench_resources/services.xml
 
b/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/resources-axis2/finbench_resources/services.xml
index 167ea08f55..3d37074d4a 100644
--- 
a/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/resources-axis2/finbench_resources/services.xml
+++ 
b/modules/samples/userguide/src/userguide/springbootdemo-tomcat11/resources-axis2/finbench_resources/services.xml
@@ -32,7 +32,7 @@
           "type": "object",
           "required": ["nAssets", "weights", "covarianceMatrix"],
           "properties": {
-            "nAssets":            {"type": "integer", "minimum": 2, "maximum": 
2000, "description": "Number of assets in the portfolio"},
+            "nAssets":            {"type": "integer", "minimum": 2, "maximum": 
3000, "description": "Number of assets in the portfolio"},
             "weights":            {"type": "array", "items": {"type": 
"number"}, "description": "Portfolio weights. Must sum to 1.0 unless 
normalizeWeights=true"},
             "covarianceMatrix":   {"type": "array", "items": {"type": "array", 
"items": {"type": "number"}}, "description": "n×n covariance matrix (2D 
array)"},
             "covarianceMatrixFlat": {"type": "array", "items": {"type": 
"number"}, "description": "Alternative: flattened n×n covariance matrix 
(row-major, length = nAssets²)"},

Reply via email to