From 57d189f6d07cc9139a27694656e386d1e4bb5363 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 20 Sep 2017 08:32:08 +0200 Subject: [PATCH] Remove Hudson Remove Hudson since it isn't developed anymore and no longer an alternative to, e.g. Jenkins. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c8cde72..b426695 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ A curated list of awesome Java frameworks, libraries and software. * [GWT](http://www.gwtproject.org/) - Toolbox that includes a Java-to-JavaScript compiler for client-side code, XML parser, API for RPC, JUnit integration, internationalization support and widgets for the GUI. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that, when combined, create flexible expressions of intent. * [HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made for embedding. -* [Hudson](http://hudson-ci.org/) - Continuous integration server still in active development. * [Java Modeling Language (JML)](http://www.eecs.ucf.edu/~leavens/JML/) - Behavioral interface specification language useful for specifying the behavior of code modules. It combines Eiffel's Design by Contract approach with the model-based specification approach of the Larch family of interface specification languages, with some elements of the refinement calculus. Used by several other verification tools. * [JavaCC](https://javacc.org/) - Parser generator with syntactic lookahead. * [JavaServer Faces](https://javaserverfaces.java.net/) - Oracle's open-source implementation of the JSF standard, Mojarra.