Skip to content

Commit

Permalink
Merge branch 'alias-updates-10-29-2024' into 'main'
Browse files Browse the repository at this point in the history
Alias updates for future WLS version

See merge request weblogic-cloud/weblogic-deploy-tooling!1747
  • Loading branch information
robertpatrick committed Oct 29, 2024
2 parents 699b560 + 269e604 commit 23b4043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"ReplicationTimeoutMillis": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "ReplicationTimeoutMillis", "wlst_path": "WP001", "default_value": 0, "derived_default": "${:true}", "wlst_type": "integer" } ],
"SecureReplicationEnabled": [
{"version": "[10,14.1.2)", "wlst_mode": "both", "wlst_name": "SecureReplicationEnabled", "wlst_path": "WP001", "default_value": "false", "secure_default": "${__NULL__:true}", "wlst_type": "boolean" },
{"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "SecureReplicationEnabled", "wlst_path": "WP001", "default_value": "false", "secure_default": "${__NULL__:true}", "wlst_type": "boolean", "derived_default": "${true:}" }
{"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "SecureReplicationEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean", "derived_default": true }
],
"ServiceActivationRequestResponseTimeout": [ {"version": "[12.2.1,12.2.1.3)", "wlst_mode": "both", "wlst_name": "ServiceActivationRequestResponseTimeout", "wlst_path": "WP001", "default_value": "10000", "wlst_type": "integer", "restart_required": "true" },
{"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "ServiceActivationRequestResponseTimeout", "wlst_path": "WP001", "default_value": 0, "wlst_type": "integer", "restart_required": "true" } ],
Expand Down

0 comments on commit 23b4043

Please sign in to comment.