We use quite a few Grails plugins for our application, and apparently some of them still use the deprecated ApplicationHolder.getApplication() . I canβt determine which ones specifically, and updating willy nilly is not an option.
When our log level is information or lower, we get hundreds of them when starting the grail:
WARN util.GrailsUtil - The [DEPRECATED] ApplicationHolder.getApplication () method is deprecated and will be removed in a future version of Grails.
Is there any way to suppress them?
Update:
Based on the answer from the buy-in, I was able to at least add them to the console in IDEA. However, this does not prevent the addition of 2095 lines to the log file.
Gregg source share