From 84ae89a14cd43c6a17ba44cd91a0d97877a07401 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:18:06 +0500 Subject: [PATCH 1/8] Created README.md added link back to the article: https://www.baeldung.com/gradle-conditional-dependencies --- gradle-modules/gradle-7/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gradle-modules/gradle-7/README.md diff --git a/gradle-modules/gradle-7/README.md b/gradle-modules/gradle-7/README.md new file mode 100644 index 0000000000..19dfc7b15c --- /dev/null +++ b/gradle-modules/gradle-7/README.md @@ -0,0 +1,4 @@ + +### Relevant Articles: + +- [How to Configure Conditional Dependencies in Gradle](https://www.baeldung.com/gradle-conditional-dependencies) From e731fdd59a2dfa80e3cfd3ff1edf1c0219a4e640 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:24:19 +0500 Subject: [PATCH 2/8] Updated README.md added link back to the article: https://www.baeldung.com/spring-data-mongodb-connection --- persistence-modules/spring-boot-persistence-mongodb-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-boot-persistence-mongodb-2/README.md b/persistence-modules/spring-boot-persistence-mongodb-2/README.md index 6a98f05520..d2cfb28843 100644 --- a/persistence-modules/spring-boot-persistence-mongodb-2/README.md +++ b/persistence-modules/spring-boot-persistence-mongodb-2/README.md @@ -5,4 +5,5 @@ - [MongoDB Composite Key With Spring Data](https://www.baeldung.com/spring-data-mongodb-composite-key) - [Unique Field in MongoDB Document in Spring Data](https://www.baeldung.com/spring-data-mongodb-unique) - [Count Documents Using Spring Data MongoDB Repository](https://www.baeldung.com/spring-data-mongodb-count) +- [Spring Data MongoDB – Configure Connection](https://www.baeldung.com/spring-data-mongodb-connection) - More articles: [[<--prev]](../spring-boot-persistence-mongodb) From 75d7bb2f554a99cbb2ced698ee458ca572e012a1 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:27:03 +0500 Subject: [PATCH 3/8] Updated README.md added link back to the article: https://www.baeldung.com/java-string-formatting-named-placeholders --- core-java-modules/core-java-string-operations-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-string-operations-4/README.md b/core-java-modules/core-java-string-operations-4/README.md index 07af6d23c9..d420edff52 100644 --- a/core-java-modules/core-java-string-operations-4/README.md +++ b/core-java-modules/core-java-string-operations-4/README.md @@ -9,3 +9,4 @@ - [Check if a Character is a Vowel in Java](https://www.baeldung.com/java-check-character-vowel) - [How to Truncate a String in Java](https://www.baeldung.com/java-truncating-strings) - [Remove Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-whitespace) +- [Named Placeholders in String Formatting](https://www.baeldung.com/java-string-formatting-named-placeholders) From 589c347b1a554d1ad14ee96e18452f36f5339f91 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:29:50 +0500 Subject: [PATCH 4/8] Updated README.md added link back to the article: https://www.baeldung.com/ops/docker-mounting-multiple-volumes --- docker-modules/docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-modules/docker-compose/README.md b/docker-modules/docker-compose/README.md index 10554a319d..abafe0d165 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -4,4 +4,5 @@ - [How to Get Docker-Compose to Always Use the Latest Image](https://www.baeldung.com/ops/docker-compose-latest-image) - [Communication Between Multiple Docker Compose Projects](https://www.baeldung.com/ops/docker-compose-communication) - [Difference Between links and depends_on in Docker Compose](https://www.baeldung.com/ops/docker-compose-links-depends-on) +- [Mounting Multiple Volumes on a Docker Container](https://www.baeldung.com/ops/docker-mounting-multiple-volumes) From 82346b90c8c61aa9cd165242dad607e9a56462b7 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:31:41 +0500 Subject: [PATCH 5/8] Updated README.md added link back to the article: https://www.baeldung.com/postman-soap-request --- spring-soap/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-soap/README.md b/spring-soap/README.md index ca5f58c67e..aac1845222 100644 --- a/spring-soap/README.md +++ b/spring-soap/README.md @@ -6,3 +6,4 @@ This module contains articles about SOAP APIs with Spring - [Creating a SOAP Web Service with Spring](https://www.baeldung.com/spring-boot-soap-web-service) - [Invoking a SOAP Web Service in Spring](https://www.baeldung.com/spring-soap-web-service) +- [Sending SOAP Request via Postman](https://www.baeldung.com/postman-soap-request) From b8dfb5701f5a7ed8b2d7979ba0e310b6f68df540 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:34:32 +0500 Subject: [PATCH 6/8] Updated README.md added link back to the article: https://www.baeldung.com/spring-openfeign-propagate-exception --- spring-cloud-modules/spring-cloud-openfeign/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud-modules/spring-cloud-openfeign/README.md b/spring-cloud-modules/spring-cloud-openfeign/README.md index a369da96da..421fa0284f 100644 --- a/spring-cloud-modules/spring-cloud-openfeign/README.md +++ b/spring-cloud-modules/spring-cloud-openfeign/README.md @@ -7,3 +7,4 @@ - [Provide an OAuth2 Token to a Feign Client](https://www.baeldung.com/spring-cloud-feign-oauth-token) - [Retrieve Original Message From Feign ErrorDecoder](https://www.baeldung.com/feign-retrieve-original-message) - [RequestLine with Feign Client](https://www.baeldung.com/feign-requestline) +- [Propagating Exceptions With OpenFeign and Spring](https://www.baeldung.com/spring-openfeign-propagate-exception) From aba86e18191526a125fb3b6261fab3f898c46d16 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:37:28 +0500 Subject: [PATCH 7/8] Updated README.md added link back to the article: https://www.baeldung.com/java-streams-multiple-filters-vs-condition --- core-java-modules/core-java-streams-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-streams-4/README.md b/core-java-modules/core-java-streams-4/README.md index 80e4534b0f..212a42e362 100644 --- a/core-java-modules/core-java-streams-4/README.md +++ b/core-java-modules/core-java-streams-4/README.md @@ -3,3 +3,4 @@ - [Count Occurrences Using Java groupingBy Collector](https://www.baeldung.com/java-groupingby-count) - [How to Split a Stream into Multiple Streams](https://www.baeldung.com/java-split-stream) - [Filter Java Stream to 1 and Only 1 Element](https://www.baeldung.com/java-filter-stream-unique-element) +- [Java 8 Streams: Multiple Filters vs. Complex Condition](https://www.baeldung.com/java-streams-multiple-filters-vs-condition) From 4df68da1c6f961e98a9ded0502fe5e03e3ed4e7c Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 17 Aug 2022 16:40:01 +0500 Subject: [PATCH 8/8] Updated README.md added link back to the article: https://www.baeldung.com/java-log4j2-file-and-console --- logging-modules/log4j2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/logging-modules/log4j2/README.md b/logging-modules/log4j2/README.md index f53df508bf..87e92e0d48 100644 --- a/logging-modules/log4j2/README.md +++ b/logging-modules/log4j2/README.md @@ -8,3 +8,4 @@ - [System.out.println vs Loggers](https://www.baeldung.com/java-system-out-println-vs-loggers) - [Log4j 2 Plugins](https://www.baeldung.com/log4j2-plugins) - [Printing Thread Info in Log File Using Log4j2](https://www.baeldung.com/log4j2-print-thread-info) +- [Log4j2 – Logging to Both File and Console](https://www.baeldung.com/java-log4j2-file-and-console)