jdaugherty opened a new issue, #311: URL: https://github.com/apache/grails-intellij-plugin/issues/311
The Grails plugin seems to assume the implicit log property added to all Grails 3.2.x artefacts are Commons Logging objects, however, in Grails 3.2.x the log objects were [changed to slf4j](http://docs.grails.org/latest/guide/upgrading.html#_slf4j_now_default). This means that using a log method like `log.debug('Test {}', 'test')` compiles and runs without error but gets marked as an error in the IDE and autocompletion options are all from commons logging. Steps to reproduce: 1. `sdk use grails 3.2.11` 2. `grails create-app test` 3. Create any grails artefact, eg a controller 4. Import test project into IDE 5. Attempt to use autocomplete on implicit log property in artefact --- *Imported from [IDEA-176469](https://youtrack.jetbrains.com/issue/IDEA-176469) · Type: Bug · Votes: 8* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
