-
I get above exception even though I've added this to application.yml
```
dataSource:
pooled: true
jmxExport: true
driverClassName: org.h2.Driver
username: sa
password:
configC…
-
### Issue description
The Plugin Version: 6.1.1
Grails Version: 6.1.1
Java: 17.0.9" 2023-10-17 LTS
1. Add the dependency
```
implementation("org.grails.plugins:spring-security-core:6.1.1")…
-
I have environment variable **GRAILS_AGENT_CACHE_DIR** pointing to a specific location.
When I run grails CLI to run any commands, the **.slcache** cache folder is created where the **GRAILS_AGENT_CAC…
-
Symptom discovered during migration of web-application from Grails v2.4.4 to v3.3.5, symptom still present in Grails v3.3.8.
### Task List
- [x] Steps to reproduce provided
- [x] Full descripti…
-
hey, i am working on a grails plugin that could make use of gradle-node alot. The plugin is basicly bringing webpack into the grails world and it would be nice not to force people to think about how t…
-
As of April 9, 2016,
https://grails.org/plugin/hibernate4
Reports latest release as: Latest: 5.0.0.RC1
However, the actual repo is 6 releases beyond that. (including several more release candidates)
…
-
I have tried with
gradle grails-intergate-with -PgrailsArgs="--eclipse"
and
Using gradle eclispe plugin, just for possibilities
gradle eclipse
still no luck. How to make it happen?
-
https://docs.google.com/document/d/177i1DJ6iPtuvziXrcMoIOImVqJXfIFxLlOIS5sre72I/edit?tab=t.0#heading=h.iv8c37f5fktv
-
I'm attempting to use this repo to get a baseline where the plugin works so that I can then go on to determine if it works against latest grails 3.3.x - as currently I'm having wierd problems there. H…
-
Hello, i try to install your plugin but when i wanna run my app i get this error;
here is my **build.gradle** file
```
dependencies {
compile "org.springframework.boot:spring-boot-starter-…