Skip to content

Conversation

@jdaugherty
Copy link
Contributor

We know that the micronaut support could have issues due to the lack of test coverage. This PR adds a flag that allows disabling the auto configuration in the grails plugin so that if an issue arises, one can debug it locally.

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.

If this is for debugging, would it be more suitable with a Gradle property than changing the API of the Grails extension?

@jdaugherty
Copy link
Contributor Author

It's allowing the end user to opt out of functionality permanently if what we've done conflicts or prevents them from using micronaut. A property wouldn't make sense since this setting is to turn off the functionality for the build permanently.

@matrei
Copy link
Contributor

matrei commented Sep 15, 2025

It's allowing the end user to opt out of functionality permanently

OK, if it is not only for debugging, then an extension property makes more sense.

@jdaugherty jdaugherty merged commit 2960324 into apache:7.0.x Sep 16, 2025
35 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants