Jeff Scott Brown

Results 116 comments of Jeff Scott Brown

> On grails 5, the grails run-app command allowed us to successfully hotreload a multi-project structure Are you using JRebel or Spring Loaded?

> Thinking about this again maybe this is by design and was a misunderstanding on my part? I think that is correct. `grails.serverURL` is not intended to affect what port...

At https://github.com/joe-albert/grails-bindable-bug/blob/c81ed7b45df60d5fc502d6d7f29d789f40f78a16/examplePlugin/grails-app/controllers/exampleapplication/ExampleBrokenCommandObject.groovy#L10-L13 you have the following: ``` static constraints = { nonBindableProperty null: false, bindable: false bindableProperty null: false } ``` Are those `null: false` intentional?

> Grails 6 war deployment on Tomcat 8 gives Spring security login page on accessing the app , where as if i run locally using grails r-a it works fine...

Are you using Java 11 with Grails 4?

> Can we announce official support for java 17? Possibly. Before we do I think we should work through items that don't work out of the box in a default...

Have you profiled the application to discover what is using most of the memory?

> In fact, my recommendation is that we don't write new guides until we have automate it. With your recommendation, is there an ETA on when guide publishing would resume?

For reference: https://stackoverflow.com/questions/64803461/although-i-can-generate-the-stubs-with-io-grpcprotoc-gen-grpc-kotlin-i-cant-im

> I tried copied all build.gradle from example provided to the project generated from Micronaut.Launch and I had the same issue If the example you are talking about is the...