Jeff Scott Brown
Jeff Scott Brown
> Do We have to start using @CompileDynamic instead of @GrailsCompileStatic(TypeCheckingMode.SKIP) ? Not necessarily, but there may not be any good reason not to do that. > or In fact...
> If there is no some special magic in gradle for applying workraound to the whole build. Gradle does support applying the dependency across the whole build, but I don't...
@xpusostomos Does the following work for you? ``` ~ $ git clone [email protected]:jeffbrown/xpusotomosrunwar.git Cloning into 'xpusotomosrunwar'... remote: Enumerating objects: 104, done. remote: Counting objects: 100% (104/104), done. remote: Compressing objects:...
I think I see now. The app probably starts fine and request process leads to problems. Is that the case?
I have added the `info: example-attached`. The project I linked in a previous comment demonstrates the behavior described in the question.
> I have a number of plugins that are also stand alone apps. Does that mean that you have a Grails plugin project which also includes a `main` method which...
@rainboyan When I attempt to run the project in the linked repo I am getting an exception on startup. `javax.validation.NoProviderFoundException: Unable to create a Configuration, because no Bean Validation provider...
FYI... https://github.com/grails/grails-core/commit/9044f9399717008906a35830dbeebd058cfe5323 is a commit that upgraded to 4.0.1.
> I created a fresh Grails 4.0.8 application and tried to exclude h2 from the resulting build artifact. Is tried to simply remove the h2 dependency from build.gradle. But h2...
> H2 seems to be coming from micronaut-bom @davidkron That is true, but that is only 1 of the places. By default, there are multiple dependencies in newly created 5.1.4...