sbglasius commented on issue #15149:
URL: https://github.com/apache/grails-core/issues/15149#issuecomment-3415944420

   Turns out, there is a clash between the Netty version brought in by 
Spring-Framework and that of the `micronaut-http-client` (which is actually 
`micronaut-http-client-netty`)
   
   To fix it (with the help from @matrei 🎉 ) I changed the dependencies to:
   ```
       // For micronaut support
       implementation 'org.apache.grails:grails-micronaut'
       compileOnly 'io.micronaut:micronaut-inject-groovy'
       implementation("io.micronaut:micronaut-http-client-jdk")
       implementation "io.micronaut:micronaut-jackson-databind"
   ```
   
   I'm leaving the ticket open, because I think that the `netty` client should 
work too.


-- 
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]

Reply via email to