From ecb11d1fee27bb4087b6cc29fbe59e8f276b3ba5 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Wed, 13 Sep 2017 22:14:44 -0500 Subject: [PATCH 1/7] BAEL-973: updated README --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index 52bc363d0414..510de462c445 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -32,6 +32,7 @@ - [Quick Guide to RSS with Rome](http://www.baeldung.com/rome-rss) - [Introduction to NoException](http://www.baeldung.com/no-exception) - [Introduction to FunctionalJava](http://www.baeldung.com/functional-java) +- [Apache Commons IO](http://www.baeldung.com/apache-commons-io) 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 759160b67e47c755a0e0df0a67bf3533722bc01f Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Tue, 19 Sep 2017 21:40:15 -0500 Subject: [PATCH 2/7] BAEL-1069: 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 0f0e4cc85858..a251de1daac5 100644 --- a/core-java/README.md +++ b/core-java/README.md @@ -106,3 +106,4 @@ - [Converting a List to String in Java](http://www.baeldung.com/java-list-to-string) - [CharSequence vs. String in Java](http://www.baeldung.com/java-char-sequence-string) - [Period and Duration in Java](http://www.baeldung.com/java-period-duration) +- [Guide to the Diamond Operator in Java](http://www.baeldung.com/java-diamond-operator) \ No newline at end of file From 19ca936893c9c75c11ad7abac703a769344c8048 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Thu, 21 Sep 2017 06:38:11 -0500 Subject: [PATCH 3/7] BAEL-817: add README file --- geotools/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 geotools/README.md diff --git a/geotools/README.md b/geotools/README.md new file mode 100644 index 000000000000..188ff0fddb26 --- /dev/null +++ b/geotools/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +[Introduction to GeoTools](http://www.baeldung.com/geo-tools) From 73425f5d9d4c41a8bd655873ca80fa62ac4295f4 Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Sun, 24 Sep 2017 17:48:19 -0500 Subject: [PATCH 4/7] BAEL-1084: README update --- spring-security-mvc-boot/README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-security-mvc-boot/README.MD b/spring-security-mvc-boot/README.MD index feda6efcd710..32976b0896c9 100644 --- a/spring-security-mvc-boot/README.MD +++ b/spring-security-mvc-boot/README.MD @@ -8,3 +8,4 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com - [Two Login Pages with Spring Security](http://www.baeldung.com/spring-security-two-login-pages) - [Multiple Entry Points in Spring Security](http://www.baeldung.com/spring-security-multiple-entry-points) - [Multiple Authentication Providers in Spring Security](http://www.baeldung.com/spring-security-multiple-auth-providers) +- [Granted Authority Versus Role in Spring Security](http://www.baeldung.com/spring-security-granted-authority-vs-role) From 8bb5004acef03f0fb203c0be43225a4fb6ae107d Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Sun, 24 Sep 2017 17:50:31 -0500 Subject: [PATCH 5/7] BAEL-960: Update README --- vavr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vavr/README.md b/vavr/README.md index d7816f3f9fc1..24b8c5a61564 100644 --- a/vavr/README.md +++ b/vavr/README.md @@ -5,4 +5,4 @@ - [Property Testing Example With Vavr](http://www.baeldung.com/javaslang-property-testing) - [Exceptions in Lambda Expression Using Vavr](http://www.baeldung.com/exceptions-using-vavr) - [Vavr (ex-Javaslang) Support in Spring Data](http://www.baeldung.com/spring-vavr) - +- [Collection Factory Methods for Vavr](http://www.baeldung.com/vavr-collection-factory-methods) From 864dec966812075e1d1258f2d1b9879cec0e507c Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Mon, 9 Oct 2017 20:33:04 -0500 Subject: [PATCH 6/7] BAEL-1155: updated README --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index 74766fb82821..7214cd278cee 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -41,6 +41,7 @@ - [Introduction to NoException](http://www.baeldung.com/no-exception) - [Introduction to FunctionalJava](http://www.baeldung.com/functional-java) - [Apache Commons IO](http://www.baeldung.com/apache-commons-io) +- [Introduction to Conflict-Free Replicated Data Types](http://www.baeldung.com/java-conflict-free-replicated-data-types) 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 10dccba2e04e49a19f80e67686b1a6999caad18f Mon Sep 17 00:00:00 2001 From: Kevin Gilmore Date: Sun, 15 Oct 2017 21:01:30 -0500 Subject: [PATCH 7/7] BAEL-1041: updated README --- libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/README.md b/libraries/README.md index 90762bfed6c0..243baf2c7338 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -52,6 +52,7 @@ - [Introduction to Retrofit](http://www.baeldung.com/retrofit) - [Using Pairs in Java](http://www.baeldung.com/java-pairs) - [Apache Commons Collections Bag](http://www.baeldung.com/apache-commons-bag) +- [Introduction to Caffeine](http://www.baeldung.com/java-caching-caffeine) 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.