Skip to content

Commit 0ce243e

Browse files
committed
Merge branch 'jan-2024-psus-main' into 'main'
Adding support for Jan PSU alias changes See merge request weblogic-cloud/weblogic-deploy-tooling!1600
2 parents a6dfe2e + e8b388f commit 0ce243e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
"ModuleType": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "ModuleType", "wlst_path": "WP001", "default_value": null, "wlst_type": "string"} ],
2121
"Notes": [ {"version": "[12.1.2,)", "wlst_mode": "both", "wlst_name": "Notes", "wlst_path": "WP001", "default_value": null, "wlst_type": "string"} ],
2222
"RuntimeCacheConfigurationUri": [
23-
{"version": "[12.1.2,14.1.2)", "wlst_mode": "offline", "wlst_name": "RuntimeCacheConfigurationUri", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true" },
24-
{"version": "[14.1.2,)", "wlst_mode": "both", "wlst_name": "RuntimeCacheConfigurationUri", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true", "access": "${:RO}" }
23+
{"version": "[12.1.2,12.2.1.4.0.240104)", "wlst_mode": "offline", "wlst_name": "RuntimeCacheConfigurationUri", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true" },
24+
{"version": "[12.2.1.4.0.240104,14.1.1)", "wlst_mode": "both", "wlst_name": "RuntimeCacheConfigurationUri", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true", "access": "${:RO}" },
25+
{"version": "[14.1.1,14.1.1.0.0.231220)", "wlst_mode": "offline", "wlst_name": "RuntimeCacheConfigurationUri", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true" },
26+
{"version": "[14.1.1.0.0.231220,)", "wlst_mode": "both", "wlst_name": "RuntimeCacheConfigurationUri", "wlst_path": "WP001", "default_value": null, "wlst_type": "string", "uses_path_tokens": "true", "access": "${:RO}" }
2527
],
2628
"Target": [ {"version": "[12.1.2,)", "wlst_mode": "offline", "wlst_name": "Target", "wlst_path": "WP001", "default_value": null, "wlst_type": "delimited_string", "set_method": "MBEAN.set_target_mbeans" },
2729
{"version": "[12.1.2,)", "wlst_mode": "online", "wlst_name": "Targets", "wlst_path": "WP002", "default_value": null, "wlst_type": "jarray", "get_method": "GET", "preferred_model_type": "delimited_string", "set_method": "MBEAN.set_target_mbeans", "set_mbean_type": "weblogic.management.configuration.TargetMBean"} ]

0 commit comments

Comments
 (0)