grails / grails-mail

The Grails Mail Plugin
https://grails.github.io/grails-mail/
Apache License 2.0
14 stars 25 forks source link

Cannot mix 3.0.0.RC2 Plugins with 3.0.0 app #2

Closed robbugh closed 9 years ago

robbugh commented 9 years ago

It does not appear you can mix a Grails v3.0.0 app with Grails v3.0.0.RC2 plugins

To reproduce:

java.lang.ClassNotFoundException: reactor.bus.Observable

davydotcom commented 9 years ago

Not sure if this is the right place for this issue. The mail plugin has been compiled against 3.0.0

robbugh commented 9 years ago

Correct. It was updated to Grails 3.0.0 after I posted this issue, but the issue still remains with any plugin still at RC2. However, given that we are talking about mixing release and pre-release code it is probably not worth pursuing.