Skip to content

dinject-2.1

Compare
Choose a tag to compare
@rbygrave rbygrave released this 22 Jul 03:13
· 1725 commits to master since this release

Breaking changes:

#44 - Breaking change - refactor move annotations into io.dinject.annotation package (@factory etc)
#42 - Breaking change - change getBeans() to return unsorted beans. Add getBeansByPriority() to return beans sorted by priority

Issues:

#41 - Enhancement Support injecting Set (in addition to the existing List)
#43 - Refactor rename BootContext to BeanContextBuilder ... Deprecate BootContext