Skip to content

Commit a80ecb7

Browse files
committed
Merge branch 'jira-wdt-954-properties-2' into 'main'
Use JVM argument handler for system component start arguments See merge request weblogic-cloud/weblogic-deploy-tooling!1851
2 parents 3bad63b + 1c964cd commit a80ecb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/SystemComponent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"copyright": "Copyright (c) 2020, 2023, Oracle and/or its affiliates.",
2+
"copyright": "Copyright (c) 2020, 2025, Oracle and/or its affiliates.",
33
"license": "Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl",
44
"wlst_type": "SystemComponent${:s}",
55
"version": "[12.1.2,)",
@@ -12,7 +12,7 @@
1212
"default_name_value": "${NO_NAME_0:%SYSTEMCOMPONENT%}",
1313
"folders": {},
1414
"attributes": {
15-
"Arguments": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Arguments", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
15+
"Arguments": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Arguments", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "set_method": "MBEAN.set_jvm_args" } ],
1616
"BeaHome": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "BeaHome", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true" } ],
1717
"ClassPath": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ClassPath", "wlst_path": "WP001", "default_value": null, "wlst_type": "delimited_string[path_separator]", "preferred_model_type": "delimited_string", "uses_path_tokens": "true" } ],
1818
"JavaHome": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "JavaHome", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true" } ],

0 commit comments

Comments
 (0)