Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

v1.1.1 - 2015-08-11

Compare
Choose a tag to compare
@apatrida apatrida released this 11 Aug 11:21
· 171 commits to master since this release

see CHANGELOG.md for history of changes. And README.md for documentation.

Gradle:

compile "uy.kohesive.injekt:injekt-core:1.1.+"

Maven:

<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-core</artifactId>
    <version>[1.1.0,1.2.0)</version>
</dependency>

Fix for #7 - factories called again when value already existed, even though correct value was returned. Fixed, although in JDK 7 concurrentHashMap doesn't have a way to prevent some chance of a second factory call, although the correct value would still be returned and the additional factory call would be tossed away.