liukun321 opened a new issue, #4183: URL: https://github.com/apache/shenyu/issues/4183
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior UPDATE plugin SET name = 'LoggingConsole' WHERE name = 'logging'; ### Expected Behavior UPDATE plugin SET name = 'loggingConsole' WHERE name = 'logging'; UPDATE resource SET title = 'loggingConsole', name = 'loggingConsole', component = 'loggingConsole', url = REPLACE(url, 'logging', 'loggingConsole') WHERE title = 'logging'; UPDATE resource SET perms = REPLACE(perms, 'logging', 'loggingConsole') WHERE perms LIKE 'plugin:logging%'; ### Steps To Reproduce In the class of PluginEnum, name of LOGGING_CONSOLE is loggingConsole,but in upgrade sql, name is LoggingConsole,so loggingConsole plugin will never effect ### Environment ```markdown ShenYu version(s):2.5.0 ``` ### Debug logs null ### Anything else? null -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
