From c46c5542954fad2bb6b9293780e75739e2e0467a Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Tue, 23 May 2017 07:35:58 -0500 Subject: [PATCH 1/9] BAEL-886: Updated README --- core-java/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java/README.md b/core-java/README.md index 1cc99a3a6be8..1d1e63f36aad 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -103,3 +103,4 @@ - [Call Methods at Runtime Using Java Reflection](http://www.baeldung.com/java-method-reflection) - [Guide to DelayQueue](http://www.baeldung.com/java-delay-queue) - [Comparing getPath(), getAbsolutePath(), and getCanonicalPath() in Java](http://www.baeldung.com/java-path) +- [How to Add a Single Element to a Stream](http://www.baeldung.com/java-stream-append-prepend) From 4fa63279cf4e86a72bcdb88ad0d7bbba21c16d52 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Tue, 23 May 2017 22:23:26 -0500 Subject: [PATCH 2/9] BAEL-917 Testing with Google Truth Updated README --- testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/README.md b/testing/README.md index fd94279fdf25..e9208bfbf3d8 100644 --- a/testing/README.md +++ b/testing/README.md @@ -9,4 +9,4 @@ - [AssertJ for Guava](http://www.baeldung.com/assertJ-for-guava) - [Introduction to AssertJ](http://www.baeldung.com/introduction-to-assertj) - [Cucumber and Scenario Outline](http://www.baeldung.com/cucumber-scenario-outline) - +- [Testing with Google Truth](http://www.baeldung.com/google-truth) From 1323efeaa87d7f0185153e127d7630c4edea9e1f Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Sun, 4 Jun 2017 15:05:51 -0500 Subject: [PATCH 3/9] BAEL-936: adding akka-streams module to parent --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index e53baa77a24a..bb714c39be5c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ aws + akka-streams algorithms annotations apache-cxf From 0448ce8c76221de4d6e0703022e3b8626a25a72c Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Mon, 5 Jun 2017 21:34:01 -0500 Subject: [PATCH 4/9] BAEL-936: Update README --- akka-streams/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 akka-streams/README.md diff --git a/akka-streams/README.md b/akka-streams/README.md new file mode 100644 index 000000000000..7f2751422b46 --- /dev/null +++ b/akka-streams/README.md @@ -0,0 +1,3 @@ +### Relevant articles + +- [Guide to Akka Streams](http://www.baeldung.com/akka-streams) From c18bdae180742edd43886ecad4ac07e135fb90ec Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Sat, 10 Jun 2017 11:59:16 -0500 Subject: [PATCH 5/9] BAEL-918: Update README --- testing/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/README.md b/testing/README.md index e9208bfbf3d8..f9cde93295bd 100644 --- a/testing/README.md +++ b/testing/README.md @@ -10,3 +10,4 @@ - [Introduction to AssertJ](http://www.baeldung.com/introduction-to-assertj) - [Cucumber and Scenario Outline](http://www.baeldung.com/cucumber-scenario-outline) - [Testing with Google Truth](http://www.baeldung.com/google-truth) +- [Testing with JGoTesting](http://www.baeldung.com/jgotesting) From 3a171725dcf689c1c7d92a6df94191c9ad8e4104 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Tue, 20 Jun 2017 10:12:13 -0500 Subject: [PATCH 6/9] BAEL-980: Update README --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index f69885a30f37..81d716cf4804 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -16,6 +16,7 @@ - [Software Transactional Memory in Java Using Multiverse](http://www.baeldung.com/java-multiverse-stm) - [Introduction to HikariCP](http://www.baeldung.com/hikaricp) - [Serenity BDD with Spring and JBehave](http://www.baeldung.com/serenity-spring-jbehave) +- [Locality-Sensitive Hashing in Java Using Java-LSH](http://www.baeldung.com/locality-sensitive-hashing) The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own. From 48ae8777981f6a6d49b8c0dd8dd7aead7de2cc7c Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Wed, 28 Jun 2017 17:49:34 -0500 Subject: [PATCH 7/9] BAEL-967: Update README --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index 81d716cf4804..293e11cf0c61 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -17,6 +17,7 @@ - [Introduction to HikariCP](http://www.baeldung.com/hikaricp) - [Serenity BDD with Spring and JBehave](http://www.baeldung.com/serenity-spring-jbehave) - [Locality-Sensitive Hashing in Java Using Java-LSH](http://www.baeldung.com/locality-sensitive-hashing) +- [Apache Commons Collections OrderedMap](http://www.baeldung.com/apache-commons-ordered-map) The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own. From f4252fceefcc1e49e53609b2dfd02593d27ce340 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Wed, 5 Jul 2017 21:39:42 -0500 Subject: [PATCH 8/9] BAEL-509: Using @GetMapping instead of @RequestMapping with method=GET --- .../controllers/CsrfTokenController.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-security-mvc-socket/src/main/java/com/baeldung/springsecuredsockets/controllers/CsrfTokenController.java b/spring-security-mvc-socket/src/main/java/com/baeldung/springsecuredsockets/controllers/CsrfTokenController.java index f18162cba04c..3d10dad391ad 100644 --- a/spring-security-mvc-socket/src/main/java/com/baeldung/springsecuredsockets/controllers/CsrfTokenController.java +++ b/spring-security-mvc-socket/src/main/java/com/baeldung/springsecuredsockets/controllers/CsrfTokenController.java @@ -2,15 +2,14 @@ import org.springframework.security.web.csrf.CsrfToken; import org.springframework.stereotype.Controller; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.ResponseBody; import javax.servlet.http.HttpServletRequest; @Controller public class CsrfTokenController { - @RequestMapping(value = "/csrf", method = RequestMethod.GET) + @GetMapping("/csrf") public @ResponseBody String getCsrfToken(HttpServletRequest request) { CsrfToken csrf = (CsrfToken) request.getAttribute(CsrfToken.class.getName()); From eaba983f4483a34774fe7168beac130cbe79983c Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Mon, 10 Jul 2017 08:00:19 -0500 Subject: [PATCH 9/9] BAEL-1005: Update README --- guava/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guava/README.md b/guava/README.md index 56d282560bd8..7ab70cb01ffa 100644 --- a/guava/README.md +++ b/guava/README.md @@ -28,3 +28,4 @@ - [Guide to Guava ClassToInstanceMap](http://www.baeldung.com/guava-class-to-instance-map) - [Guide to Guava MinMaxPriorityQueue and EvictingQueue](http://www.baeldung.com/guava-minmax-priority-queue-and-evicting-queue) - [Guide to Mathematical Utilities in Guava](http://www.baeldung.com/guava-math) +- [Bloom Filter in Java using Guava](http://www.baeldung.com/guava-bloom-filter)