Skip to content

v1.2.0

Compare
Choose a tag to compare
@derklaro derklaro released this 01 Oct 07:24

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 a instance(Class<T>) method for defined type instance access
  • Provider has now a lot of new methods for easier work with them
  • InjectionContext now exposes the overridden types passed via the build
  • InjectionContext now exposes the element which gets currently constructed