Skip to content

Commit ce449b1

Browse files
Issue#539 alias fixes for online discover (#580)
* Fix java.lang.Boolean issues for ActiveDirectoryAuthenticator * Alias definition changes
1 parent 4d0e938 commit ce449b1

23 files changed

+82
-93
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"ApplicationName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ApplicationName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO" } ],
2121
"AutoDeployedApp": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "AutoDeployedApp", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean", "get_method": "GET", "access": "RO" } ],
2222
"BackgroundDeployment": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "BackgroundDeployment", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean", "get_method": "GET", "access": "RO" } ],
23-
"CacheInAppDirectory": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "CacheInAppDirectory", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean" } ],
23+
"CacheInAppDirectory": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CacheInAppDirectory", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean" } ],
2424
"CompatibilityName": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "CompatibilityName", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
25-
"ConfiguredApplicationIdentifier": [ {"version": "[12.2.1.4,)", "wlst_mode": "online", "wlst_name": "ConfiguredApplicationIdentifier", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "GET" } ],
25+
"ConfiguredApplicationIdentifier": [ {"version": "[12.2.1.3,)", "wlst_mode": "online", "wlst_name": "ConfiguredApplicationIdentifier", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "GET" } ],
2626
"DeploymentOrder": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "DeploymentOrder", "wlst_path": "WP001", "value": {"default": 100 }, "wlst_type": "integer" } ],
2727
"DeploymentPlan": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "DeploymentPlan", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "access": "RO" } ],
2828
"DeploymentPlanExternalDescriptors": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "DeploymentPlanExternalDescriptors", "wlst_path": "WP001", "value": {"default": "None"}, "wlst_type": "string", "access": "RO" } ],
@@ -35,7 +35,7 @@
3535
"LocalPlanPath": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "LocalPlanPath", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "GET", "uses_path_tokens": "true", "access": "RO" } ],
3636
"LocalSourcePath": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "LocalSourcePath", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string", "get_method": "GET", "uses_path_tokens": "true", "access": "RO" } ],
3737
"ModuleType": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ModuleType", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
38-
"MultiVersionApp": [ {"version": "[12.2.1.4,)", "wlst_mode": "online", "wlst_name": "MultiVersionApp", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "get_method": "GET" } ],
38+
"MultiVersionApp": [ {"version": "[12.2.1.3,)", "wlst_mode": "online", "wlst_name": "MultiVersionApp", "wlst_path": "WP001", "value": {"default": "false" }, "wlst_type": "boolean", "get_method": "GET" } ],
3939
"Notes": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "value": {"default": "None" }, "wlst_type": "string" } ],
4040
"OnDemandContextPaths": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "OnDemandContextPaths", "wlst_path": "WP001", "value": {"default": "[]" }, "wlst_type": "jarray", "get_method": "GET", "access": "RO" } ],
4141
"OnDemandDisplayRefresh": [ {"version": "[10,)", "wlst_mode": "online", "wlst_name": "OnDemandDisplayRefresh", "wlst_path": "WP001", "value": {"default": "false"}, "wlst_type": "boolean", "get_method": "GET", "access": "RO" } ],

0 commit comments

Comments
 (0)