Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void apply(GeneratorContext generatorContext) {

generatorContext.addDependency(Dependency.builder()
.groupId("io.micronaut")
.artifactId("micronaut-http-client")
.artifactId("micronaut-http-client-jdk") // Use jdk version as Spring and Micronaut has different Netty versions https://github.com/apache/grails-core/issues/15149
.implementation());

// micronaut-http-client no longer provides the jackson implementation
Expand Down
Loading