You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#60 - Refactor internal IncludeAnnotations to use prefix tests to exclude registering annotations #58 - Change from logWarn() to logDebug() in inject-generator for messages that really only need to be debug #57 - Refactor remove unused code (from internal DContextEntry etc)
#56 - [bug] Exclude javax.annotation.processing.Generated from being registered #55 - [bug] When using a Nested interface (canonical name different to name) then implementation not found
#47 - Remove use of Java8 @generated and instead just use javax.annotation.processing.Generated if java9+ #46 - ENH: Add support for request scoped @Inject for Javalin Context and Helidon ServerRequest and ServerResponse. enhancement
#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