-
Running:
Grails - 3.3.2
org.grails.plugins:slack - 3.2.0
trying to send a message:
```
slackService.send {
text "test"
}
```
results in the following error:
```
org.codehaus.groov…
bolek updated
6 years ago
-
There seems to be a problem with the 3.1.1-BUILD-SNAPSHOT artefacts on
https://repo.grails.org/grails/core/org/grails/plugins/spring-security-cas/3.1.1.BUILD-SNAPSHOT/
All of them cause a 404 e…
-
Not sure if the test results can be presented some way ala jenkins. This should be approved by @djtfmartin to go ahead, because I know for sure many Grails apps will fail, but just because the source …
-
Thanks for porting this to Grails 3! It's been working just fine for us. I notice that table exclusions haven't made it yet, i.e.
```
grails:
profile: web
codegen:
defaultPackage: t…
-
I am trying to use this plugin in grails 3, but unfortunately my attempts to build it fail with:
_Error initializing classpath: Could not find org.gr8crm.sequence:sequence-generator-starter:0.0.1-S…
-
**Here's the stacktrace for the same :**
| Resolving Dependencies. Please wait...
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'dem…
-
currently its tied to DAO and uses our PagingData. currently its spins through and creates a copy of the data into another list of maps and then copies it again to the writer when we render/respond wi…
-
I'm not sure about installation, and/or there's a possibility I'm not understanding the plugin correctly. I have a grails 3.1.10 restful service to which I'm posting json data that contains "window.al…
-
Any plan for Grails integration? Same question for HAL (Grails already has HAL plugins)
-
### Issue description
I am new to the concept of micronaut-http-client and it's inner working. I have been following https://guides.grails.org/grails-micronaut-http/guide/index.html and https://docs.…