-
All versions _released_ after **grails-apns-1.0** were not submitted to the [Grails Central Plugin Repository](https://grails.org/Creating+Plugins), and are not available for installation since then.
…
-
Cleanup in dependency resolution.
We are using excludes in too many locations. excludes, with a few exceptions, should not be necessary. If it is ever used, they should be very specific. For in…
-
We get the following exception after installing the plugin:
```
...\spring-batch-2.0.0\grails-app\services\grails\plugins\springbatch\SpringBatchService.groovy: 248: Method 'onApplicationEvent' from …
-
### Expected Behavior
```
grails create-app g525vue --profile vue
cd g525vue/server
grails prod war
> Task :compileJava NO-SOURCE
> Task :compileGroovy
> Task :buildProperties
> Task…
-
### Issue description
After upgrading my running application from Grails 4.0.6 to Grails 5.1.2, it refuse to start up.
Stacktrace:
07.02.2022 16:08:47.278 [restartedMain] ERROR o.s.boot.SpringAp…
-
I've getting a javascript error on a pretty simple example and I'm wondering what I misconfigured.
- grails create-app grails-angular
- cd grails-angular
- cp -r /grails-angular-scaffolding lib/angula…
-
After installing this plugin all controller unit tests throws `NoSuchBeanDefinitionException: No qualifying bean of type 'org.grails.plugins.htmlcleaner.HtmlCleaner' available`:
```
org.springframew…
-
The project needs a rebuild.
i tried using the plugin on grails 2.4.2, but the resources plugin referenced in the BuildConfig.groovy don't seem to work with, the current grails version, I think there…
-
Hi,
My code is as below:
```
def getUser(String mid) {
String HTTPS_URL_GET_USERS = "https://channel-apis.line.naver.jp/v1/profiles?mids=%s"
def rest = new RestBuilder()
log.debug("URL = …
-
The current version of the plugin seems not to work with Grails 4.0.0.M2
Simply created a test application
`grails create-app testQuartz`
Added the plugin dependency into build.gradle
`compile…