Skip to content

Commit b10224f

Browse files
committed
fixing alias for 14.1.2 ConsoleContextPath attribute default value change
1 parent 8f45df0 commit b10224f

File tree

1 file changed

+5
-1
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
"ConfigBackupEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConfigBackupEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
2121
"ConfigurationAuditType": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConfigurationAuditType", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
2222
"ConfigurationVersion": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConfigurationVersion", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "IGNORED" } ],
23-
"ConsoleContextPath": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConsoleContextPath", "wlst_path": "WP001", "default_value": "console", "wlst_type": "string", "uses_path_tokens": "true" } ],
23+
"ConsoleContextPath": [
24+
{"version": "[10,14.1.2)", "wlst_mode": "both", "wlst_name": "ConsoleContextPath", "wlst_path": "WP001", "default_value": "console", "wlst_type": "string", "uses_path_tokens": "true" },
25+
{"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "ConsoleContextPath", "wlst_path": "WP001", "default_value": "retired-console", "wlst_type": "string", "uses_path_tokens": "true" },
26+
{"version": "[14.1.2,)", "wlst_mode": "offline", "wlst_name": "ConsoleContextPath", "wlst_path": "WP001", "default_value": "console", "wlst_type": "string", "uses_path_tokens": "true" }
27+
],
2428
"ConsoleEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConsoleEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
2529
"ConsoleExtensionDirectory": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ConsoleExtensionDirectory", "wlst_path": "WP001", "default_value": "console-ext", "wlst_type": "string", "uses_path_tokens": "true" } ],
2630
"DbPassiveMode": [ {"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "${Db:DB}PassiveMode", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],

0 commit comments

Comments
 (0)