-
Original Reporter: ranadion
Environment: Not Specified
Version: Grails-Spring-Security-Core 1.2.7.3
Migrated From: http://jira.grails.org/browse/GPSPRINGSECURITYCORE-222
With a valid spring-securuty-…
-
To run locally, you want to have Grails 1.3.7 installed. Copy cuanto-db.groovy file to the ~/.grails directory (or the Windows equivalent) and modify as described below. Copy your JDBC driver to the g…
-
Hi
I added this dependency
dependencies {
runtime 'org.grails.plugins:grails-aws:2.0.1'
}
but cannot find on repo.grails.org
Could you tell me which repo i can use?
thanks
-
### 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 tried to run the code using grails 2.4.4 by update BuildConfig.groovy and applicationContext.xml wihout any success.
Here is the diff:
```
diff --git a/application.properties b/application.properti…
-
Adding the plugin to a new Grails 3.3.6 project seems to work with no issues. I've created a 3.3.6 project from scratch to test this. However I have an older Grails 3.2.4 project I'd like to add it …
-
On documentation, the property is _sethttponly_ : **grails.plugin.cookiesession.sethttponly** (http://plugins.grails.org/plugin/benlucchesi/cookie-session#understanding-cookiecount-and-maxcookiesize)
…
-
Running Grails 6.2.0, JDK 11, Springboot 2.7.18, Hibernate core 6.4.18, hibernate5 8.1.0, hikari is involved, Gradle 7.6.2
Got through an error with MVCC by upgrading to Hibernate core 6.4.18.Final…
-
I recently dropped my database (hadn't since Grails 3.1.x) and re-started from scratch. Quartz would not start up due to no tables being created. This was due to dbm not running before to create the t…
-
I am using the grails-audit-pluggin verion 4.0.1 in my grails 4 application with grails shiro 4.3 plugin and getting below
Error:
```
2020-11-28 17:06:25.988 [restartedMain] ERROR g.p.o.auditable…