Skip to content

Conversation

@jdaugherty
Copy link
Contributor

  1. make grails-micronaut work with micronaut-http-client correctly
  2. setup Application.groovy so the grails-micronaut plugin works correctly
…work with each other & add missing Application setup
@jdaugherty
Copy link
Contributor Author

fixes #15079

@jamesfredley jamesfredley linked an issue Oct 2, 2025 that may be closed by this pull request
Copy link
Contributor

@matrei matrei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit concerned about the handling of the Micronaut Platform version.
It is duplicated in GrailsMicronaut and MicronautHttpClient and there are still versions for micronaut-http-client and micronaut-serde-jackson in resources/pom.xml.

@jdaugherty
Copy link
Contributor Author

I'm a bit concerned about the handling of the Micronaut Platform version. It is duplicated in GrailsMicronaut and MicronautHttpClient and there are still versions for micronaut-http-client and micronaut-serde-jackson in resources/pom.xml.

So the platform version is duplicated because I didn't see a way to share / lookup the version based on a configured value. They can technically diverge over time, but if they do one will likely cause an override of the other. Do you have a suggestion for how to lookup that value? The goal of this ticket was to get it functioning, and I didn't want to try to invent new concepts in the forge framework.

@jdaugherty jdaugherty requested a review from matrei October 2, 2025 19:08
@jdaugherty jdaugherty merged commit c9597b6 into 7.0.x Oct 3, 2025
36 checks passed
@jdaugherty jdaugherty deleted the issue15079 branch October 3, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants