Skip to content

Commit a3ad417

Browse files
committed
fixing aliases for future version of WebLogic
1 parent c2d7001 commit a3ad417

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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
@@ -69,6 +69,7 @@
6969
"ResourceManagement": [ {"version": "[14.1.1,)", "wlst_mode": "online", "wlst_name": "ResourceManagement", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "IGNORED", "comment": "Appears in attribute list since ResourceManagement folder is no longer created"} ],
7070
"RootDirectory": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "RootDirectory", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "access": "IGNORED", "uses_path_tokens": "true"} ],
7171
"SSLEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "SSLEnabled", "wlst_path": "WP001", "default_value": false, "secure_default": "${true:__NULL__}", "wlst_type": "boolean", "derived_default": "${:true}" } ],
72+
"ServerKeyStores": [ {"version": "[15.1.1,)", "wlst_mode": "both", "wlst_name": "ServerKeyStores", "wlst_path": "WP001", "default_value": "DemoIdentityAndDemoTrust", "wlst_type": "string" } ],
7273
"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" },
7374
{"version": "[12.2.1.1,12.2.1.3)","wlst_mode": "both", "wlst_name": "ServerMigrationHistorySize", "wlst_path": "WP001", "default_value": "-1", "wlst_type": "integer" } ,
7475
{"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "ServerMigrationHistorySize", "wlst_path": "WP001", "default_value": 100, "wlst_type": "integer" } ],

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
@@ -183,7 +183,7 @@
183183
"wlst_type" : "FederationServices",
184184
"online_bean": "weblogic.management.configuration.FederationServicesMBean",
185185
"default_name_value": "${NO_NAME_0:%SERVER%}",
186-
"version" : "[12.2.1,)",
186+
"version" : "[12.2.1,15.1.1)",
187187
"folders" : {},
188188
"attributes" : {
189189
"AcsRequiresSsl": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "${Acs:ACS}Requires${Ssl:SSL}", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],

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
@@ -185,7 +185,7 @@
185185
"FederationServices" : {
186186
"wlst_type" : "FederationServices",
187187
"online_bean": "weblogic.management.configuration.FederationServicesMBean",
188-
"version" : "[12.2.1,)",
188+
"version" : "[12.2.1,15.1.1)",
189189
"default_name_value": "${NO_NAME_0:%SERVERTEMPLATE%}",
190190
"folders" : {},
191191
"attributes" : {

0 commit comments

Comments
 (0)