From 7e3d7b59b2e4098afb719bbca709a89243abf080 Mon Sep 17 00:00:00 2001 From: Tobias Placht Date: Thu, 10 Jul 2014 13:29:53 +0200 Subject: [PATCH 1/2] Update README.md Add Hudson and FindBugs entries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 815aff9..84c335f 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ *Tools that provide metrics and quality measurements about static code* * [SonarQube](http://www.sonarqube.org/) +* [FindBugs] (http://findbugs.sourceforge.net/) ## Continuous Integration *Tools which support continuously building, testing and releasing applications* * [Jenkins](http://jenkins-ci.org/) +* [Hudson] (http://hudson-ci.org/) ## Date and Time From 359728e925991706c8258f91583aa60d76499755 Mon Sep 17 00:00:00 2001 From: Tobias Placht Date: Thu, 10 Jul 2014 13:33:49 +0200 Subject: [PATCH 2/2] Update README.md Add Jetty --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84c335f..9bce998 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [GlassFish](https://glassfish.java.net/) - Open source reference implementation for Java EE sponsored by Oracle with a limited lifetime * [WildFly](http://www.wildfly.org/) - Formerly known as JBoss and developed by Red Hat +* [Jetty] (http://www.eclipse.org/jetty/) - Part of the Eclipse Foundation ## Build Tool