javamelody / grails-melody-plugin

JavaMelody monitoring plugin for Grails, to monitor application performance
https://plugins.grails.org/plugin/grails-melody-plugin
Apache License 2.0
32 stars 31 forks source link

Upgrade to Grails 3.x #33

Closed sergiomichels closed 8 years ago

sergiomichels commented 8 years ago

This is the initial version of the plugin for Grails 3.x

evernat commented 8 years ago

Hi Sergio, This looks good as far as I can tell. First, how to release the plugin after that? Something like gradlew release?

A few remarks:

What do you think?

sergiomichels commented 8 years ago

Hi evernat, I missed your input, sorry. I will try to check your list today.

I think if you add me as contributor of the repository I will be able to commit.

evernat commented 8 years ago

done, you are a contributor

bassmartin commented 8 years ago

I'm happy to see that you guys are working on that. @sergiomichels is your implementation based on the Spring Boot integration : https://github.com/javamelody/javamelody/wiki/UserGuideAdvanced#spring-boot-app ?

sergiomichels commented 8 years ago

@bassmartin In some way is similar, check my configuration: https://github.com/sergiomichels/grails-melody-plugin/blob/master/src/main/groovy/grails/melody/plugin/MelodyConfig.groovy

evernat commented 8 years ago

Thanks Sergio! I have added 2 notes in the Release Notes:

Can I announce that in the users' group ?

sergiomichels commented 8 years ago

Yes, I've already made a test and it is available in the Grails plugins repository.

evernat commented 8 years ago

Hi Sergio, Here is the mail I have sent to the users' group: https://groups.google.com/forum/#!topic/javamelody/rABw7IY92UU

sergiomichels commented 8 years ago

Awesome!