matrei commented on code in PR #15565:
URL: https://github.com/apache/grails-core/pull/15565#discussion_r3055818046
##########
grails-core/src/main/groovy/org/grails/plugins/AbstractGrailsPluginManager.java:
##########
@@ -388,30 +386,6 @@ public boolean isShutdown() {
return shutdown;
}
- /**
- * @deprecated Plugin filtering is now handled by {@link PluginDiscovery}.
- * Use {@link PluginDiscovery#setPluginFilter(PluginFilter)} instead.
- * This method will be removed in Grails 8.0.0.
- */
- @Deprecated(forRemoval = true, since = "7.1")
- @Override
- public void setPluginFilter(PluginFilter pluginFilter) {
- pluginDiscovery.setPluginFilter(new
CompatibilityPluginFilter(pluginFilter, plugins.values()));
- reinitializeDiscovery();
Review Comment:
Good catch!
--
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]