From f211c05233db170624609aee70ad17a6e340ce79 Mon Sep 17 00:00:00 2001 From: heldev Date: Tue, 4 Apr 2017 18:08:46 -0400 Subject: [PATCH 1/2] Remove Spock because it's a Groovy framework Spock is a nice tool, but it has the same rights to be here as, for example, ScalaCheck. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cad3982..74fdb66 100644 --- a/README.md +++ b/README.md @@ -787,7 +787,6 @@ A curated list of awesome Java frameworks, libraries and software. * [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. -* [Spock](http://spockframework.github.io/spock/docs/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language. * [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services. From 07a1b8c6bb3b42624f04860bc326db8b39461f21 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 5 Apr 2017 12:16:13 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 74fdb66..62f8953 100644 --- a/README.md +++ b/README.md @@ -542,7 +542,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide. * [Modernizer](https://github.com/andrewgaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. -* [Polyglot for Maven](https://github.com/takari/polyglot-maven/) - Set of extensions for Maven 3.3.1+ that allows the POM model to be written in dialects other than XML. * [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types. ## Microservice