Breaking changes
12.0 is backwards compatible with 11.6, but not earlier versions.
- Remove Deprecated/Unused Methods by @SentryMan in #869
- Remove Auto Provides from
@DependencyMetaby @SentryMan in #872
New Features
- Make
@Lazywork on a package/module level by @SentryMan in #884 - Control of lazy proxy generation via an enum flag
- Support Inherited
package privatetypes when in the same package. by @SentryMan in #904
Other Changes
- Fix optional/nullable
@BeanTypesgeneration by @SentryMan in #870 - Fix metadata ordering by @SentryMan in #876
- Improve parent bean and scope detection by @cbarlin in #873
- DBuilder contains checking parent if present by @cbarlin in #878
- Reverse PreDestroy Order based on constructor dependency order by @SentryMan in #883
- more descriptive field inject error message by @SentryMan in #885
- Fix Proxy Generation with Final Methods by @SentryMan in #896
Full Changelog: 11.6...12.0