You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using grails 3 with the following plugins compile 'org.grails.plugins:grails-melody-plugin:1.76.1' compile ('org.grails.plugins:cache-ehcache:3.0.0.M1') compile "org.grails.plugins:cache:5.0.0.RC1"
In grails 2, there was a cache section. This section is missing with the grails 3 version of the plugin.
I know that support for monitoring ehcache 3 has recently been added to javamelody.
See this thread for more information: javamelody/javamelody#574 (comment)
Is there a plan to also add support for it in this plugin?
Thanks,
Gabi
The text was updated successfully, but these errors were encountered:
Hi Gabi, I can see that this feature is available in JavaMelody's current snapshot...
After release we can upgrade the dependency in Grails plugin but meanwhile you can override melody version in your build, something like (changing to snapshot):
I am using grails 3 with the following plugins
compile 'org.grails.plugins:grails-melody-plugin:1.76.1' compile ('org.grails.plugins:cache-ehcache:3.0.0.M1') compile "org.grails.plugins:cache:5.0.0.RC1"
In grails 2, there was a cache section. This section is missing with the grails 3 version of the plugin.
I know that support for monitoring ehcache 3 has recently been added to javamelody.
See this thread for more information:
javamelody/javamelody#574 (comment)
Is there a plan to also add support for it in this plugin?
Thanks,
Gabi
The text was updated successfully, but these errors were encountered: