From 1ece4f1b9c2c97f53be99ed60017c32f46c18b11 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 2 May 2017 10:33:35 +0200 Subject: [PATCH 1/3] added feather --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84691b7..49a3ad6 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache DeltaSpike](https://deltaspike.apache.org/) - CDI extension framework. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection. +* [Feather](https://github.com/zsoltherpai/feather) - Lightweight dependency injection for Java and Android (JSR-330). * [Governator](https://github.com/Netflix/governator) - Extensions and utilities that enhance Google Guice. * [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. * [HK2](https://hk2.java.net) - Light-weight and dynamic dependency injection framework. From 5498378b0a80a2fbafa2c7bbec962fa89df8bc51 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 13 May 2017 20:48:06 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49a3ad6..acd3d95 100644 --- a/README.md +++ b/README.md @@ -288,10 +288,10 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache DeltaSpike](https://deltaspike.apache.org/) - CDI extension framework. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection. -* [Feather](https://github.com/zsoltherpai/feather) - Lightweight dependency injection for Java and Android (JSR-330). +* [Feather](https://github.com/zsoltherpai/feather) - Ultra Lightweight, JSR-330 compliant dependency injection library. * [Governator](https://github.com/Netflix/governator) - Extensions and utilities that enhance Google Guice. -* [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. -* [HK2](https://hk2.java.net) - Light-weight and dynamic dependency injection framework. +* [Guice](https://github.com/google/guice) - Lightweight and opinionated dependency injection framework +* [HK2](https://github.com/hk2-project/hk2) - Lightweight and dynamic dependency injection kernel that is the foundation for Glassfish. ## Development From a694473cf4a905c1f8d2000690ea2f1484071059 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Sat, 13 May 2017 20:56:08 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acd3d95..9272cbb 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection. * [Feather](https://github.com/zsoltherpai/feather) - Ultra Lightweight, JSR-330 compliant dependency injection library. * [Governator](https://github.com/Netflix/governator) - Extensions and utilities that enhance Google Guice. -* [Guice](https://github.com/google/guice) - Lightweight and opinionated dependency injection framework +* [Guice](https://github.com/google/guice) - Lightweight and opinionated dependency injection framework. * [HK2](https://github.com/hk2-project/hk2) - Lightweight and dynamic dependency injection kernel that is the foundation for Glassfish. ## Development