gpc / jms

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

Not working in Grails 3.2 #24

Closed lploom closed 7 years ago

lploom commented 8 years ago

This is probably because, with the release of Grails 3.2, most of the deprecated methods/classes have been removed. (https://github.com/grails/grails-core/pull/10124) One of the removed classes is org.codehaus.groovy.grails.commons.GrailsClassUtils which now resides in grails.util.GrailsClassUtils (since 2014!!). The JMS plugin, however, is still looking in old location.

purpleraven commented 7 years ago

fixed in RC1