Micronaut 4.10.x:
Micronaut 5.x:
What was changed:
- Miconaut 5.0 don't see java record class fields now
classEl.getFields() returns emptyList()
- Miconaut 5.0 don't see standard record methods like
hashCode(), equals(), toString()
Other bugs (existed in micronaut 4.10):
-
Method isRecord() return false, but it's not a true. It's not so critical and I can fix it by this check: classEl.isAssignable(Record.class.getName())
-
Method getBeanProperties() returns emptyList, but must be 2 properties - foo and bar
Version
5.0