gpc / jms

JMS integration for Grails.
http://grails.org/plugin/jms
16 stars 28 forks source link

Is JMS plugin compatible with grails 3.x? #37

Closed swzaidi closed 3 years ago

swzaidi commented 6 years ago

Hi!,

Is JMS plugin compatible with grails 3.x?

Regards, Shiraz

demon101 commented 5 years ago

@swzaidi yes, I use it with grails 3.1 and grails 3.2

sotcsa commented 5 years ago

But not compatible with 3.3 (the deprecated GrailsClassUtils class removed)

So instead of import org.codehaus.groovy.grails.commons.GrailsClassUtils

should be

import grails.util.GrailsClassUtils

github-actions[bot] commented 3 years ago

Stale issue message