From c46c5542954fad2bb6b9293780e75739e2e0467a Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Tue, 23 May 2017 07:35:58 -0500 Subject: [PATCH 01/13] 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 02/13] 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 03/13] 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 04/13] 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 05/13] 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 06/13] 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 07/13] 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 08/13] 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 09/13] 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) From 42c7f4a83013ea3ef00e618116fb38f44796558f Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Mon, 10 Jul 2017 20:52:57 -0500 Subject: [PATCH 10/13] BAEL-509: Security and WebSockets (README) --- spring-security-mvc-socket/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-security-mvc-socket/README.md b/spring-security-mvc-socket/README.md index 2144765a04e0..5ae9d4f4cdc2 100644 --- a/spring-security-mvc-socket/README.md +++ b/spring-security-mvc-socket/README.md @@ -1,2 +1,2 @@ ### Relevant Articles: -- [Intro to Security and WebSockets](http://www.baeldung.com/intro-to-security-and-websockets) \ No newline at end of file +- [Intro to Security and WebSockets](http://www.baeldung.com/spring-security-websockets) From da92eafb11c4f5dd20cc9dcb4885cf9cb765164f Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Sat, 15 Jul 2017 09:42:37 -0500 Subject: [PATCH 11/13] BAEL-861: Intro to Awaitility (README) --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index c7e56db3b885..30f02e5c5aa5 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -24,6 +24,7 @@ - [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) - [A Guide to Apache Commons DbUtils](http://www.baeldung.com/apache-commons-dbutils) +- [Introduction to Awaitility](http://www.baeldung.com/awaitlity-testing) 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 1007590c48f786979e9f894bfb5321f48c737214 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Tue, 18 Jul 2017 14:42:53 -0500 Subject: [PATCH 12/13] BAEL-1010: Guide to the HyperLogLog Algorithm (README) --- libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/README.md b/libraries/README.md index 30f02e5c5aa5..7970c0e99ec1 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -25,7 +25,7 @@ - [Apache Commons Collections OrderedMap](http://www.baeldung.com/apache-commons-ordered-map) - [A Guide to Apache Commons DbUtils](http://www.baeldung.com/apache-commons-dbutils) - [Introduction to Awaitility](http://www.baeldung.com/awaitlity-testing) - +- [Guide to the HyperLogLog Algorithm](http://www.baeldung.com/java-hyperloglog) 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 58008800009b5f4a14cd95bf931738f9be920c47 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Sun, 30 Jul 2017 09:19:59 -0500 Subject: [PATCH 13/13] BAEL-907: Guide to Apache Commons CircularFifoQueue (README) --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index f0484ec710f3..86baa39045bd 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -27,6 +27,7 @@ - [Introduction to Awaitility](http://www.baeldung.com/awaitlity-testing) - [Guide to the HyperLogLog Algorithm](http://www.baeldung.com/java-hyperloglog) - [Introduction to Neuroph](http://www.baeldung.com/intro-to-neuroph) +- [Guide to Apache Commons CircularFifoQueue](http://www.baeldung.com/commons-circular-fifo-queue) 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.