From 38742c115bc9a984b2176acdf197b5f84b9beb3c Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:31:35 +0800 Subject: [PATCH 1/8] Update README.md --- reactor-core/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reactor-core/README.md b/reactor-core/README.md index 08dac354ab..21ccc1ed92 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -9,3 +9,4 @@ This module contains articles about Reactor Core. - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) - [How to Convert Mono> Into Flux](https://www.baeldung.com/java-mono-list-to-flux) +- [Project Reactor: map() vs flatMap()](https://www.baeldung.com/java-reactor-map-flatmap) From 3615e2b3d017510f0c453454d0e97ecc27b6a4c7 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:35:37 +0800 Subject: [PATCH 2/8] Update README.md --- libraries-data-3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries-data-3/README.md b/libraries-data-3/README.md index fffdf65252..2c01d2e320 100644 --- a/libraries-data-3/README.md +++ b/libraries-data-3/README.md @@ -3,7 +3,7 @@ This module contains articles about libraries for data processing in Java. ### Relevant articles -- [Kafka Streams vs Kafka Consumer]() +- [Kafka Streams vs Kafka Consumer](https://www.baeldung.com/java-kafka-streams-vs-kafka-consumer) - More articles: [[<-- prev]](/../libraries-data-2) ##### Building the project From bcbb70cbc97e242c10fc390c4119f0df4054860f Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:40:11 +0800 Subject: [PATCH 3/8] Update README.md --- testing-modules/testing-libraries-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing-modules/testing-libraries-2/README.md b/testing-modules/testing-libraries-2/README.md index 868d8f307d..7cc08a8140 100644 --- a/testing-modules/testing-libraries-2/README.md +++ b/testing-modules/testing-libraries-2/README.md @@ -3,3 +3,4 @@ - [Guide to the System Rules Library](https://www.baeldung.com/java-system-rules-junit) - [Guide to the System Stubs Library](https://www.baeldung.com/java-system-stubs) - [Code Coverage with SonarQube and JaCoCo](https://www.baeldung.com/sonarqube-jacoco-code-coverage) +- [Exclusions from Jacoco Report](https://www.baeldung.com/jacoco-report-exclude) From b69608f9cf1b9dc246de683506e823e1f9c294d2 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:44:52 +0800 Subject: [PATCH 4/8] Update README.md --- spring-boot-modules/spring-boot-exceptions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-exceptions/README.md b/spring-boot-modules/spring-boot-exceptions/README.md index 33ae193fb8..97a51203c7 100644 --- a/spring-boot-modules/spring-boot-exceptions/README.md +++ b/spring-boot-modules/spring-boot-exceptions/README.md @@ -5,3 +5,4 @@ This module contains articles about Spring Boot Exceptions ### Relevant Articles: - [The BeanDefinitionOverrideException in Spring Boot](https://www.baeldung.com/spring-boot-bean-definition-override-exception) +- [Spring Boot Error ApplicationContextException](https://www.baeldung.com/spring-boot-application-context-exception) From 647fd974fefc0383ae4f50a0086f6b9cb7ff2875 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:50:06 +0800 Subject: [PATCH 5/8] Update README.md --- kubernetes/k8s-intro/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/k8s-intro/README.md b/kubernetes/k8s-intro/README.md index 6ac593452c..8c11f4d53e 100644 --- a/kubernetes/k8s-intro/README.md +++ b/kubernetes/k8s-intro/README.md @@ -17,3 +17,4 @@ If you get a valid response, then you're good to go. - [Paging and Async Calls with the Kubernetes API](https://www.baeldung.com/java-kubernetes-paging-async) - [Using Watch with the Kubernetes API](https://www.baeldung.com/java-kubernetes-watch) - [Using Namespaces and Selectors With the Kubernetes Java API](https://www.baeldung.com/java-kubernetes-namespaces-selectors) +- [Creating, Updating and Deleting Resources with the Java Kubernetes API](https://www.baeldung.com/java-kubernetes-api-crud) From 8b599bbc054756fadf773353f6994494c410573c Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:52:42 +0800 Subject: [PATCH 6/8] Update README.md --- spring-cloud/spring-cloud-openfeign/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud/spring-cloud-openfeign/README.md b/spring-cloud/spring-cloud-openfeign/README.md index bcfd769d0c..5d3dc060c7 100644 --- a/spring-cloud/spring-cloud-openfeign/README.md +++ b/spring-cloud/spring-cloud-openfeign/README.md @@ -3,3 +3,4 @@ - [Introduction to Spring Cloud OpenFeign](https://www.baeldung.com/spring-cloud-openfeign) - [Differences Between Netflix Feign and OpenFeign](https://www.baeldung.com/netflix-feign-vs-openfeign) - [File Upload With Open Feign](https://www.baeldung.com/java-feign-file-upload) +- [Feign Logging Configuration](https://www.baeldung.com/java-feign-logging) From c74a8dbbec16abbe78cde5fb848a7c9c9778c64e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:54:29 +0800 Subject: [PATCH 7/8] Update README.md --- spring-boot-modules/spring-boot-validation/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-validation/README.md b/spring-boot-modules/spring-boot-validation/README.md index 512b64d9b2..8c3c8b9305 100644 --- a/spring-boot-modules/spring-boot-validation/README.md +++ b/spring-boot-modules/spring-boot-validation/README.md @@ -1,2 +1,3 @@ -## Relevant Articles +### Relevant Articles +- [Spring Validation in the Service Layer](https://www.baeldung.com/spring-service-layer-validation) From eca7529b114bceb4cad017fbec39842d59c14446 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 9 Jun 2021 16:57:12 +0800 Subject: [PATCH 8/8] Update README.md --- core-java-modules/core-java-regex/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-regex/README.md b/core-java-modules/core-java-regex/README.md index bc28f4b732..4c78f64d75 100644 --- a/core-java-modules/core-java-regex/README.md +++ b/core-java-modules/core-java-regex/README.md @@ -14,3 +14,4 @@ - [Validate Phone Numbers With Java Regex](https://www.baeldung.com/java-regex-validate-phone-numbers) - [How to Count the Number of Matches for a Regex?](https://www.baeldung.com/java-count-regex-matches) - [Find All Numbers in a String in Java](https://www.baeldung.com/java-find-numbers-in-string) +- [Understanding the Pattern.quote Method](https://www.baeldung.com/java-pattern-quote)