Skip to content

Commit e11149c

Browse files
committed
Merge branch 'loom-options-aliases' into 'main'
updating loom options in the aliases for 14.1.2 See merge request weblogic-cloud/weblogic-deploy-tooling!1612
2 parents 553e60a + ecb487e commit e11149c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"copyright": "Copyright (c) 2017, 2023, Oracle Corporation and/or its affiliates.",
2+
"copyright": "Copyright (c) 2017, 2024, Oracle Corporation 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": "CoherenceClusterSystemResource${:s}",
55
"online_bean": "weblogic.management.configuration.CoherenceClusterSystemResourceMBean",
@@ -203,7 +203,8 @@
203203
{"version": "[12.1.2,12.2.1)", "wlst_mode": "both", "wlst_name": "UnicastListenPort", "wlst_path": "WP001", "default_value": "${8088:0}", "wlst_type": "integer", "get_method": "LSA"} ,
204204
{"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "UnicastListenPort", "wlst_path": "WP001", "default_value": "${__NULL__:0}", "wlst_type": "integer", "get_method": "LSA"}
205205
],
206-
"UnicastPortAutoAdjust": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "UnicastPortAutoAdjust", "wlst_path": "WP001", "default_value": "${__NULL__:true}", "wlst_type": "boolean", "get_method": "LSA"} ]
206+
"UnicastPortAutoAdjust": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "UnicastPortAutoAdjust", "wlst_path": "WP001", "default_value": "${__NULL__:true}", "wlst_type": "boolean", "get_method": "LSA"} ],
207+
"UseVirtualThreads": [ {"version": "[14.1.2,)", "wlst_mode": "online", "wlst_name": "UseVirtualThreads", "wlst_path": "WP001", "default_value": "${__NULL__:false}", "wlst_type": "boolean" } ]
207208
},
208209
"wlst_attributes_path": "WP001",
209210
"wlst_paths": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"copyright": "Copyright (c) 2017, 2022, Oracle Corporation and/or its affiliates.",
2+
"copyright": "Copyright (c) 2017, 2024, Oracle Corporation 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": "",
55
"online_bean": "weblogic.management.configuration.DomainMBean",
@@ -64,7 +64,7 @@
6464
{"version": "[12.2.1.1,12.2.1.3)","wlst_mode": "both", "wlst_name": "ServiceMigrationHistorySize", "wlst_path": "WP001", "default_value": -1, "wlst_type": "integer" },
6565
{"version": "[12.2.1.3,)", "wlst_mode": "both", "wlst_name": "ServiceMigrationHistorySize", "wlst_path": "WP001", "default_value": 100, "wlst_type": "integer" } ],
6666
"SiteName": [ {"version": "[12.2.1,)", "wlst_mode": "both", "wlst_name": "SiteName", "wlst_path": "WP001", "default_value": null, "wlst_type": "string" } ],
67-
"VirtualThreadEnableOption": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "VirtualThreadEnableOption", "wlst_path": "WP001", "default_value": "enabled", "wlst_type": "string" } ]
67+
"VirtualThreadEnableOption": [ {"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "VirtualThreadEnableOption", "wlst_path": "WP001", "default_value": "${en:dis}abled", "wlst_type": "string" } ]
6868
},
6969
"wlst_attributes_path": "WP001",
7070
"wlst_paths": {

0 commit comments

Comments
 (0)