v1.2.0
Bugfix / Features release of aerogel:
- Fix that overridden types given to an
InjectionContext
are ignored after the first construction - The release manifest jar has now some useful information and an automatic module name set
- The release pom now contains all repositories which are used for dependency lookups
- Getting an
Injector
instance from an Injector will now always return the current injector instance, never the parent one - All exception types were replaced with an
AerogelException
for a better workflow Injector
now has ainstance(Class<T>)
method for defined type instance accessProvider
has now a lot of new methods for easier work with themInjectionContext
now exposes the overridden types passed via the buildInjectionContext
now exposes the element which gets currently constructed