Michael Whitaker
Michael Whitaker
To echo what @doshidhaval said, an enum addition can be considered a compatible change if a `default` case exists (say: `UNKNOWN`) but otherwise is breaking. This gets thornier when considering...
Had closed this as it seems antithetical to a lot of what Micronaut generally mentions around separating unit and functional tests, however the feature would still be greatly appreciated so...
`fromEnvironment` implies something about the source of the property and Gradle properties can be set from a variety of sources (environment variables, CLI, project local `gradle.properties` files, gradle properties files...
Ok I think that makes sense, I'll close my existing PR and make a new one if you are all open to outside contributions. I still believe positioning `buildParameters` as...