Micronaut 4 regression: @EachProperty
with enum-type @Parameter
does not work
#10944
Labels
type: bug
Something isn't working
type: regression
A breaking change was introduced in a minor or patch release
Expected Behavior
In Micronaut 3, the following works:
Actual Behaviour
After upgrading to Micronaut 4, the test fails with:
Steps To Reproduce
Run the above tests. The example project has a working
main
branch (Micronaut 3). Themicronaut-4
branch illustrates the same code failing after the upgrade.Environment Information
No response
Example Application
https://github.com/eager-signal/micronaut-parameter-bug
Version
4.5.0
The text was updated successfully, but these errors were encountered: