Skip to content

Commit 7bb16fb

Browse files
committed
Merge branch 'remote-console-helper' into 'main'
adding new RemoteConsoleHelperEnabled option for 14.1.2 See merge request weblogic-cloud/weblogic-deploy-tooling!1480
2 parents b5d7258 + 9072536 commit 7bb16fb

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"PartitionUriSpace": [ {"version": "[12.2.1.1,14)", "wlst_mode": "both", "wlst_name": "PartitionUriSpace", "wlst_path": "WP001", "default_value": "/partitions", "wlst_type": "string" } ,
5050
{"version": "[14,)", "wlst_mode": "online", "wlst_name": "PartitionUriSpace", "wlst_path": "WP001", "default_value": "/partitions", "wlst_type": "string" } ],
5151
"ProductionModeEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ProductionModeEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
52+
"RemoteConsoleHelperEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "RemoteConsoleHelperEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
5253
"RootDirectory": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RootDirectory", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "IGNORED", "uses_path_tokens": "true"} ],
5354
"ServerMigrationHistorySize": [ {"version": "[12.1.2,12.2.1.1)", "wlst_mode": "both", "wlst_name": "ServerMigrationHistorySize", "wlst_path": "WP001", "default_value": "-1", "wlst_type": "integer", "restart_required": "true" },
5455
{"version": "[12.2.1.1,12.2.1.3)","wlst_mode": "both", "wlst_name": "ServerMigrationHistorySize", "wlst_path": "WP001", "default_value": "-1", "wlst_type": "integer" } ,

0 commit comments

Comments
 (0)