Skip to content

Commit 35c6b92

Browse files
committed
Merge branch 'security-cache-settings' into 'main'
adding new 14.1.2 attributes See merge request weblogic-cloud/weblogic-deploy-tooling!1512
2 parents 03aebbb + 866850b commit 35c6b92

File tree

4 files changed

+35
-27
lines changed

4 files changed

+35
-27
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,11 @@
9393
"CrossSiteRecoveryLeaseUpdate": [ {"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "CrossSiteRecoveryLeaseUpdate", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 10, "wlst_type": "integer" } ],
9494
"CrossSiteRecoveryRetryInterval": [ {"version": "[12.2.1.1,)", "wlst_mode": "both", "wlst_name": "CrossSiteRecoveryRetryInterval", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 60, "wlst_type": "integer" } ],
9595
"Determiner": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "Determiner${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
96-
"DeterminerCandidateResourceInfoList": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "DeterminerCandidateResourceInfoList", "wlst_path": "WP001", "default_value": "", "wlst_type": "jarray", "access": "IGNORED" } ],
96+
"DeterminerCandidateResourceInfoList": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "DeterminerCandidateResourceInfoList", "wlst_path": "WP001", "default_value": "", "wlst_type": "jarray", "access": "IGNORED" } ],
9797
"ForgetHeuristics": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "ForgetHeuristics", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
98+
"LocalDomainSecurityCacheEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
99+
"LocalDomainSecurityCacheTTL": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheTTL", "wlst_path": "WP001", "default_value": "300", "wlst_type": "integer" } ],
100+
"LocalDomainSecurityEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
98101
"MaxResourceRequestsOnServer": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "MaxResourceRequestsOnServer", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 50, "wlst_type": "integer" } ],
99102
"MaxResourceUnavailableMillis": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "MaxResourceUnavailableMillis", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 1800000, "wlst_type": "long" } ],
100103
"MaxRetrySecondsBeforeDeterminerFail": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "MaxRetrySecondsBeforeDeterminerFail", "derived_default": "${:true}", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"DeterminerCandidateResourceInfoList": [ {"version": "[12.2.1,)", "wlst_mode": "online", "wlst_name": "DeterminerCandidateResourceInfoList", "wlst_path": "WP001", "default_value": "[]", "wlst_type": "jarray", "access": "IGNORED" } ],
1919
"Determiner": [ {"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "Determiner${:s}", "wlst_path": "WP001", "default_value": null, "wlst_type": "delimited_string" , "get_method": "LSA" } ],
2020
"ForgetHeuristics": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ForgetHeuristics", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
21+
"LocalDomainSecurityCacheEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheEnabled", "wlst_path": "WP001", "default_value": "true", "wlst_type": "boolean" } ],
22+
"LocalDomainSecurityCacheTTL": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityCacheTTL", "wlst_path": "WP001", "default_value": "300", "wlst_type": "integer" } ],
23+
"LocalDomainSecurityEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "LocalDomainSecurityEnabled", "wlst_path": "WP001", "default_value": "false", "wlst_type": "boolean" } ],
2124
"MaxResourceRequestsOnServer": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxResourceRequestsOnServer", "wlst_path": "WP001", "default_value": 50, "wlst_type": "integer" } ],
2225
"MaxResourceUnavailableMillis": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "MaxResourceUnavailableMillis", "wlst_path": "WP001", "default_value": 1800000, "wlst_type": "long" } ],
2326
"MaxRetrySecondsBeforeDeterminerFail": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "MaxRetrySecondsBeforeDeterminerFail", "wlst_path": "WP001", "default_value": 300, "wlst_type": "integer" } ],

0 commit comments

Comments
 (0)