davidkron

Results 24 comments of davidkron

I still didn't manage to reproduce the exception from my previous post in a newly created minimal example application. But I discovered some weird behavior regarding the bootRun classpath example...

I did some additional debugging of the groovy exception message in my initial comment in the context of our affected application, and can now definitely confirm it is a problem...

Thank you for the tip, but not really an option for me, since the alternative is to use spring-loaded, which doesn't work on Java 11. And if I am doing...

I tried without devtools but it still happens. As far as I understand, devtools should be a runtime-only thing and not do anything in the build. See the following lines...

I had another discovery recently: We had another project migrated to Grails 4 recently and we wanted to use the Gradle composite build feature, to keep some plugins separated in...

@yuri1969 I did test with the new Grails version 5.1.4 today and the hsqldb dependency is now gone from the build artifact. But it seems that H2 is still included:...

@yuri1969 You are right about the `asset-pipeline-grails`. I created a new grails project and removed the `h2` and `asset-pipeline-grails` dependencies and with this h2 doesn't appear anymore in the built...

As Grails effectively is a Spring Boot application, there is this option, without adding additional dependencies: https://docs.spring.io/spring-boot/docs/2.6.x/reference/htmlsingle/#features.logging.logback-extensions.profile-specific I can't remember why, but for this to work you have to name...

I get the following error from CI: ``` Run scacap/action-surefire-report@v1 Going to parse results form **/build/test-results/test/TEST-*.xml Result: 1716 tests run, 23 skipped, 0 failed. Posting status 'completed' with conclusion 'success'...