From a0e9359cf78ff5eb424c6d64739cfdfbf3280fbf Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Tue, 23 Jun 2020 15:54:14 +0800 Subject: [PATCH 1/6] Update README.md --- core-java-modules/core-java-streams/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core-java-modules/core-java-streams/README.md b/core-java-modules/core-java-streams/README.md index e556c231fe..135e136fee 100644 --- a/core-java-modules/core-java-streams/README.md +++ b/core-java-modules/core-java-streams/README.md @@ -13,4 +13,5 @@ This module contains articles about the Stream API in Java. - [Java Stream Filter with Lambda Expression](https://www.baeldung.com/java-stream-filter-lambda) - [Counting Matches on a Stream Filter](https://www.baeldung.com/java-stream-filter-count) - [Summing Numbers with Java Streams](https://www.baeldung.com/java-stream-sum) -- More articles: [[next -->]](/../core-java-streams-2) \ No newline at end of file +- [How to Find all Getters Returning Null](https://www.baeldung.com/java-getters-returning-null) +- More articles: [[next -->]](/../core-java-streams-2) From 760e539ff50f4ba92a31f8dafba867173f3c5083 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Tue, 23 Jun 2020 16:02:47 +0800 Subject: [PATCH 2/6] Update README.md --- core-kotlin-modules/core-kotlin/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-kotlin-modules/core-kotlin/README.md b/core-kotlin-modules/core-kotlin/README.md index 48d19c987a..359c5a4787 100644 --- a/core-kotlin-modules/core-kotlin/README.md +++ b/core-kotlin-modules/core-kotlin/README.md @@ -9,3 +9,4 @@ This module contains articles about Kotlin core features. - [Create a Java and Kotlin Project with Maven](https://www.baeldung.com/kotlin-maven-java-project) - [Kotlin Ternary Conditional Operator](https://www.baeldung.com/kotlin-ternary-operator) - [Sequences in Kotlin](https://www.baeldung.com/kotlin/sequences) +- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class) From 2e7d6c93417cee9649a669228e5170e936c0e3a1 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Tue, 23 Jun 2020 16:51:32 +0800 Subject: [PATCH 3/6] Update README.md --- testing-modules/assertion-libraries/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/testing-modules/assertion-libraries/README.md b/testing-modules/assertion-libraries/README.md index ca4cc86f7e..5be5c7e004 100644 --- a/testing-modules/assertion-libraries/README.md +++ b/testing-modules/assertion-libraries/README.md @@ -10,4 +10,3 @@ - [Custom Assertions with AssertJ](http://www.baeldung.com/assertj-custom-assertion) - [Using Conditions with AssertJ Assertions](http://www.baeldung.com/assertj-conditions) - [AssertJ Exception Assertions](http://www.baeldung.com/assertj-exception-assertion) -- [Asserting Log Messages With JUnit](https://www.baeldung.com/junit-asserting-logs) From 680fbce6cf9377ce0a065e206d0fc9c754fb2982 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:11:41 +0800 Subject: [PATCH 4/6] Create README.md --- netflix-modules/genie/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netflix-modules/genie/README.md diff --git a/netflix-modules/genie/README.md b/netflix-modules/genie/README.md new file mode 100644 index 0000000000..f6e15ba403 --- /dev/null +++ b/netflix-modules/genie/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Introduction to Netflix Genie](https://www.baeldung.com/netflix-genie-intro) From 6d275cafe7f52632bb3ad7eff8da1301496e41f7 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:12:51 +0800 Subject: [PATCH 5/6] Update README.md --- netflix-modules/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/netflix-modules/README.md b/netflix-modules/README.md index 7f7a9656fb..c126bbdf5b 100644 --- a/netflix-modules/README.md +++ b/netflix-modules/README.md @@ -2,6 +2,3 @@ This module contains articles about Netflix. -### Relevant articles - -- [Introduction to Netflix Genie](https://www.baeldung.com/netflix-genie-intro) From 5b04681166673bf4b4aeb15626c1c7eb3f3aad89 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:14:06 +0800 Subject: [PATCH 6/6] Update README.md --- spring-resttemplate-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-resttemplate-2/README.md b/spring-resttemplate-2/README.md index e0a394c642..d7a8a8633a 100644 --- a/spring-resttemplate-2/README.md +++ b/spring-resttemplate-2/README.md @@ -4,4 +4,4 @@ This module contains articles about Spring RestTemplate ### Relevant Articles: - +- [Spring RestTemplate Request/Response Logging](https://www.baeldung.com/spring-resttemplate-logging)