dagger v1.1.0 Release Notes

Release Date: 2013-08-05 // over 10 years ago
    • Module loading now requires code generation via the 'dagger-compiler' artifact.
    • Allow multiple contributions to Set binding via Provides.Type.SET_VALUES.
    • Request classloading from the classloader of the requesting object, not the current thread's context classloader.
    • Cache class loading at the root injector to reduce costs of loading adapters.
    • Fix: Primitive array types are no longer incorrectly changed to their boxed type.
    • Update JavaWriter to 2.1.1.