From 19e9587bade3894b7b4f28d7e18cb278820c5e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Thu, 2 Aug 2018 12:18:57 +0200 Subject: [PATCH] add vorburger.exec & zt-exec Hello @akullpp and awesome-java maintainers, would you consider adding https://github.com/vorburger/ch.vorburger.exec ? FYI re. "popularity" of vorburger.exec don't look just at the stars on that repo - it's [used really widely indirectly through MariaDB4j](https://github.com/vorburger/MariaDB4j/). and even the "competition" to (my) vorburger.exec, the https://github.com/zeroturnaround/zt-exec ? ;-) just FYI see also https://github.com/zeroturnaround/zt-exec/pull/25 FYI I'm the same guy from #465 (and #653) from a while ago. Thanks for maintaining this! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 448dbd86c..ef7b65af5 100644 --- a/README.md +++ b/README.md @@ -713,7 +713,9 @@ A curated list of awesome Java frameworks, libraries and software. - [Collections](http://commons.apache.org/proper/commons-collections) - Extends or augments the Java Collections Framework. - [DBCP](http://commons.apache.org/proper/commons-dbcp) - Database connection pooling services. - [Math](http://commons.apache.org/proper/commons-math) - Lightweight, self-contained mathematics and statistics components. -- [Exec](http://commons.apache.org/proper/commons-exec) - API for dealing with external process execution and environment management in Java. +- [Exec by Apache Commons] (http://commons.apache.org/proper/commons-exec) - API for dealing with external process execution and environment management in Java. +- [Exec by Vorburger.ch](https://github.com/vorburger/ch.vorburger.exec) - launch external processes, with significant improvements over Apache Commons Exec. +- [Exec by ZT](https://github.com/zeroturnaround/zt-exec) - another external process utility - [Logging](https://en.wikipedia.org/wiki/Apache_Commons_Logging) Wrapper around a variety of logging API implementations. - [OGNL](http://commons.apache.org/proper/commons-ognl) - An Object-Graph Navigation Language. - [JCI](http://commons.apache.org/proper/commons-jci) - Java Compiler Interface.