Mattias Reichel

Results 112 comments of Mattias Reichel

Closes #470

Hi, where is the `org.grails.plugins.asyncmail.AsyncMailJob` coming from? At first I thought it was from https://github.com/gpc/grails-asynchrounous-mail, but there it's named `grails.plugin.asyncmail.AsynchronousMailJob`. What versions are you using of Java, Groovy, Grails and...

I would start by setting a breakpoint on line 59 in `AsyncMailGrailsPlugin.groovy` to see what the value of the config value `sendInterval` is.

> can we rename this to 5.x ? @codeconsole I think that might be confusing as there already is a 5.0.x branch. I am open to naming the branch for...

@codeconsole Looking at the comment in the code, It looks like there was a problem with the `src/main/resources/META-INF/grails.factories` file being overridden by a version generated by the `compileGroovy` task. So,...

I have started looking at the `UserSpec` test errors. It appears to be related to GSP/Sitemesh, as the page title does not seem to render correctly on `/user/search`.

> My apologies, it looks like we both were working on this at the exact same time. I just saw your comment, just as I pushed a new commit that...

That is interesting! Could you also post the generated code when the variable is renamed?

The build is failing after the last cleanup commit 80534e7. `Could not find jline:jline:` and `Could not find com.github.javaparser:javaparser-core:`