Skip to content

Commit c3978bb

Browse files
committed
Merge branch 'wdt-946' into 'main'
fix LogFilter online_bean type See merge request weblogic-cloud/weblogic-deploy-tooling!1840
2 parents a61a726 + b4ed275 commit c3978bb

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"copyright": "Copyright (c) 2017, 2022, Oracle Corporation and/or its affiliates.",
2+
"copyright": "Copyright (c) 2017, 2025, 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": "LogFilter${:s}",
5-
"online_bean": "weblogic.management.configuration.SNMPLogFilterMBean",
5+
"online_bean": "weblogic.management.configuration.LogFilterMBean",
66
"child_folders_type": "multiple",
77
"short_name": "Filter",
88
"folders": {},

0 commit comments

Comments
 (0)