Skip to content

Commit f9578d1

Browse files
committed
Merge branch 'alias-updates-20250703' into 'main'
Alias updates for future WLS versions See merge request weblogic-cloud/weblogic-deploy-tooling!1813
2 parents 6a8ac08 + 6e64e83 commit f9578d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@
20182018
"KeyStores": [ {"version": "[10,12.2.1)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "wlst_type": "string" } ,
20192019
{"version": "[12.2.1,12.2.1.1)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "wlst_type": "string", "restart_required": "true"} ,
20202020
{"version": "[12.2.1.1,15.1.1)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "wlst_type": "string" },
2021-
{"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "derived_default": "${:true}", "wlst_type": "string" }
2021+
{"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "derived_default": true, "wlst_type": "string" }
20222022
],
20232023
"ListenAddress": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ListenAddress", "wlst_path": "WP001", "default_value": "${All Local Addresses:__NULL__}", "wlst_type": "string", "get_method": "${LSA:GET}" } ],
20242024
"ListenDelaySecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ListenDelaySecs", "wlst_path": "WP001", "default_value": 0, "wlst_type": "integer" } ],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@
20362036
"KeyStores": [ {"version": "[12.1.2,12.2.1)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "wlst_type": "string" } ,
20372037
{"version": "[12.2.1,12.2.1.1)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "wlst_type": "string", "restart_required": "true" } ,
20382038
{"version": "[12.2.1.1,15.1.1)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "wlst_type": "string" },
2039-
{"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "derived_default": "${:true}", "wlst_type": "string" }
2039+
{"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "KeyStores", "wlst_path": "WP001", "default_value": "${__NULL__:DemoIdentityAndDemoTrust}", "derived_default": true, "wlst_type": "string" }
20402040
],
20412041
"ListenAddress": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "ListenAddress", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
20422042
"ListenDelaySecs": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "ListenDelaySecs", "wlst_path": "WP001", "default_value": 0, "wlst_type": "integer" } ],

0 commit comments

Comments
 (0)