Skip to content

Micronaut Core 5.1.0

Latest

Choose a tag to compare

@sdelamo sdelamo released this 16 Jun 14:25
· 4 commits to 5.1.x since this release

What's Changed

New Features πŸŽ‰

  • Introduce Introspected.Property annotation to support explicit bean properties by @dstepanov in #12636
  • Add sequenced collection support for bean injection by @yawkat in #12541

Bug Fixes 🐞

  • Fix repeatable bean property requires on factory methods by @yawkat in #12483
  • Remove deprecated RouteVersionFilter constructor by @yawkat in #12713

Improvements ⭐

  • Instantiate introspected beans only when request values are present by @iamsb97 in #12632
  • Add CDI integration hooks by @graemerocher in #12678
  • Move suspend/reactive route validation to processor by @yawkat in #12539
  • Allow KSP visitors to traverse Kotlin inner classes by @yawkat in #12535
  • Fix constructor-order check for proxied factory beans by @yawkat in #12543

Dependency updates πŸš€

Other Changes πŸ’‘

Full Changelog: v5.0.3...v5.1.0