Skip to content

Commit 1bbfc70

Browse files
committed
Merge branch 'aliases-11-27' into 'main'
Added SynchronizedSessionTimeoutEnabled attribute; gitignore .jython_cache See merge request weblogic-cloud/weblogic-deploy-tooling!1545
2 parents 6cfabeb + a90fa9d commit 1bbfc70

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ release.properties
2828
**/*.pyc
2929
**/.DS_Store
3030
**/.hugo_build.lock
31+
.jython_cache

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,6 +1750,7 @@
17501750
"StuckThreadMaxTime": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "StuckThreadMaxTime", "wlst_path": "WP001", "default_value": 600, "wlst_type": "integer" } ],
17511751
"StuckThreadTimerInterval": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "StuckThreadTimerInterval", "wlst_path": "WP001", "default_value": 60, "wlst_type": "integer" } ],
17521752
"SupportedProtocol": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "SupportedProtocol", "wlst_path": "WP001", "default_value": "", "wlst_type": "string", "access": "IGNORED"} ],
1753+
"SynchronizedSessionTimeoutEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "SynchronizedSessionTimeoutEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
17531754
"SystemPasswordEncrypted": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "SystemPasswordEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET"} ],
17541755
"SystemThreadPoolSize": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "SystemThreadPoolSize", "wlst_path": "WP001", "default_value": 5, "wlst_type": "integer" } ],
17551756
"T3ClientAbbrevTableSize": [ {"version": "[10,)", "wlst_mode": "offline", "wlst_name": "T3ClientAbbrevTableSize", "wlst_path": "WP001", "default_value": 255, "wlst_type": "integer" } ],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,6 +1772,7 @@
17721772
"StuckThreadMaxTime": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "StuckThreadMaxTime", "wlst_path": "WP001", "default_value": 600, "wlst_type": "integer" } ],
17731773
"StuckThreadTimerInterval": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "StuckThreadTimerInterval", "wlst_path": "WP001", "default_value": 60, "wlst_type": "integer" } ],
17741774
"SupportedProtocol": [ {"version": "[12.1.2,)", "wlst_mode": "offline", "wlst_name": "SupportedProtocol", "wlst_path": "WP001", "default_value": "", "wlst_type": "string", "get_method": "LSA", "access": "IGNORED" } ],
1775+
"SynchronizedSessionTimeoutEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "SynchronizedSessionTimeoutEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
17751776
"SystemPasswordEncrypted": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "SystemPasswordEncrypted", "wlst_path": "WP001", "default_value": null, "wlst_type": "password", "get_method": "GET" } ],
17761777
"SystemThreadPoolSize": [ {"version": "[12.1.2,)", "wlst_mode": "offline", "wlst_name": "SystemThreadPoolSize", "wlst_path": "WP001", "default_value": 5, "wlst_type": "integer" } ],
17771778
"T3ClientAbbrevTableSize": [ {"version": "[12.1.2,)", "wlst_mode": "offline", "wlst_name": "T3ClientAbbrevTableSize", "wlst_path": "WP001", "default_value": 255, "wlst_type": "integer" } ],

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"copyright": "Copyright (c) 2019, 2023, Oracle Corporation and/or its affiliates.",
2+
"copyright": "Copyright (c) 2019, 2023, Oracle and/or its affiliates.",
33
"license": "Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl",
44
"wlst_type": "WebAppContainer",
55
"online_bean": "weblogic.management.configuration.WebAppContainerMBean",
@@ -99,6 +99,7 @@
9999
{"version": "[12.1.3,)", "wlst_mode": "both", "wlst_name": "ServletAuthenticationFormURL", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" } ],
100100
"ServletReloadCheckSecs": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ServletReloadCheckSecs", "wlst_path": "WP001", "default_value": 1, "production_default": "${__NULL__:-1}", "wlst_type": "integer" } ],
101101
"ShowArchivedRealPathEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "ShowArchivedRealPathEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
102+
"SynchronizedSessionTimeoutEnabled": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "SynchronizedSessionTimeoutEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
102103
"WAPEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "WAPEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
103104
"WeblogicPluginEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "WeblogicPluginEnabled", "wlst_path": "WP001", "default_value": false, "wlst_type": "boolean" } ],
104105
"WorkContextPropagationEnabled": [ {"version": "[10,)", "wlst_mode": "both", "wlst_name": "WorkContextPropagationEnabled", "wlst_path": "WP001", "default_value": true, "wlst_type": "boolean" } ],

0 commit comments

Comments
 (0)