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

v1.3.0 New Configuration (Typesafe Config) Injection!

Latest
Compare
Choose a tag to compare
@apatrida apatrida released this 21 Aug 21:24
· 143 commits to master since this release

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

NEW FEATURE: Configuration Injection w/Typesafe Config. Read more about it in the inject-config-typesafe module.

Gradle:

compile "uy.kohesive.injekt:injekt-core:1.3.+"
compile "uy.kohesive.injekt:injekt-config-typesafe:1.3.+"

Maven:

<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-core</artifactId>
    <version>[1.3.0,1.4.0)</version>
</dependency>
<dependency>
    <groupId>uy.kohesive.injekt</groupId>
    <artifactId>injekt-config-typesafe</artifactId>
    <version>[1.3.0,1.4.0)</version>
</dependency>

  • Added Configuration injection from Typesafe Config (see README in config-typesafe)
  • Added storage in Injekt scope for addons to work within a scope