This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 4bcfdfcef2 Deprecated classes were removed 4bcfdfcef2 is described below commit 4bcfdfcef2d36e411a8b9d8b902ce5c76063deb6 Author: remm <r...@apache.org> AuthorDate: Fri Oct 6 11:22:34 2023 +0200 Deprecated classes were removed --- java/org/apache/catalina/mbeans/MBeanUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/catalina/mbeans/MBeanUtils.java b/java/org/apache/catalina/mbeans/MBeanUtils.java index 8914cb0b06..ed7bd471bc 100644 --- a/java/org/apache/catalina/mbeans/MBeanUtils.java +++ b/java/org/apache/catalina/mbeans/MBeanUtils.java @@ -57,8 +57,7 @@ public class MBeanUtils { * The set of exceptions to the normal rules used by <code>createManagedBean()</code>. The first element of each * pair is a class name, and the second element is the managed bean name. */ - private static final String exceptions[][] = { { "org.apache.catalina.users.MemoryGroup", "Group" }, - { "org.apache.catalina.users.MemoryRole", "Role" }, { "org.apache.catalina.users.MemoryUser", "User" }, + private static final String exceptions[][] = { { "org.apache.catalina.users.GenericGroup", "Group" }, { "org.apache.catalina.users.GenericRole", "Role" }, { "org.apache.catalina.users.GenericUser", "User" } }; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org