Skip to content

avaje-inject-8.6

Compare
Choose a tag to compare
@rbygrave rbygrave released this 08 Jun 09:53
· 1005 commits to master since this release

Issues

#229 - Custom scope with @InjectModule can mess up the "default module @InjectModule" bug
#228 - Support generic super types e.g. CRUDService<T, KeyType> extends ReadService<T, KeyType>, ... bug
#226 - Injecting Generics refactor and fix
#224 - Injecting Generics with a Context generates bad code. bug

Enhancements

#230 #231 - ENH: Add support for injecting into Map<String,T> (by qualifier)
#227 - Gradle : Full recompilation is required because io.avaje.inject.generator.Processor is not incremental
#225 - Add BeanScope.list(Type) to support generic types enhancement