From d36efa3c4c2b8fcc7e7b4bf8f38104d1502f5761 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:40:49 +0500 Subject: [PATCH 1/8] Created README.md added link back to the article: https://www.baeldung.com/java-parse-ini-file --- libraries-files/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libraries-files/README.md diff --git a/libraries-files/README.md b/libraries-files/README.md new file mode 100644 index 0000000000..4157769a0d --- /dev/null +++ b/libraries-files/README.md @@ -0,0 +1,4 @@ + +### Relevant Articles: + +- [How to Parse an INI File in Java](https://www.baeldung.com/java-parse-ini-file) From 3a434fa9e184861814b5417d67948ad64a121e3b Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:48:48 +0500 Subject: [PATCH 2/8] Updated README.md added link back to the article: https://www.baeldung.com/java-feign-client-exception-handling --- spring-cloud-modules/spring-cloud-openfeign-2/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-cloud-modules/spring-cloud-openfeign-2/README.md b/spring-cloud-modules/spring-cloud-openfeign-2/README.md index 7d843af9ea..bc306e2302 100644 --- a/spring-cloud-modules/spring-cloud-openfeign-2/README.md +++ b/spring-cloud-modules/spring-cloud-openfeign-2/README.md @@ -1 +1,4 @@ + ### Relevant Articles: + +- [Feign Client Exception Handling](https://www.baeldung.com/java-feign-client-exception-handling) From 1ab14889e2be55bdaf2cf1157df73f1664b19d38 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:50:53 +0500 Subject: [PATCH 3/8] Updated README.md added link back to the article: https://www.baeldung.com/java-list-factors-integer --- core-java-modules/core-java-numbers-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-numbers-5/README.md b/core-java-modules/core-java-numbers-5/README.md index f54894a227..8d303d79d9 100644 --- a/core-java-modules/core-java-numbers-5/README.md +++ b/core-java-modules/core-java-numbers-5/README.md @@ -3,3 +3,4 @@ - [How to Check Whether an Integer Exists in a Range with Java](https://www.baeldung.com/java-interval-contains-integer) - [Check if a Number Is Positive or Negative in Java](https://www.baeldung.com/java-check-number-positive-negative) - [Armstrong Numbers in Java](https://www.baeldung.com/java-armstrong-numbers) +- [List All Factors of a Number in Java](https://www.baeldung.com/java-list-factors-integer) From 62abc5140572620b12d8cb1776ef342c2162576f Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:54:02 +0500 Subject: [PATCH 4/8] Updated README.md added link back to the article: https://www.baeldung.com/java-remove-last-character-stringbuilder --- core-java-modules/core-java-string-apis/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-string-apis/README.md b/core-java-modules/core-java-string-apis/README.md index 68f2176ed6..640fcd0e2f 100644 --- a/core-java-modules/core-java-string-apis/README.md +++ b/core-java-modules/core-java-string-apis/README.md @@ -12,3 +12,4 @@ This module contains articles about string APIs. - [Generate a Secure Random Password in Java](https://www.baeldung.com/java-generate-secure-password) - [Getting a Character by Index From a String in Java](https://www.baeldung.com/java-character-at-position) - [Clearing a StringBuilder or StringBuffer](https://www.baeldung.com/java-clear-stringbuilder-stringbuffer) +- [Remove the Last Character of a Java StringBuilder](https://www.baeldung.com/java-remove-last-character-stringbuilder) From 1215215c5189e164db4560afaea1d5c280eb21a5 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:56:20 +0500 Subject: [PATCH 5/8] Updated README.md added link back to the article: https://www.baeldung.com/java-compare-characters --- core-java-modules/core-java-string-operations-5/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core-java-modules/core-java-string-operations-5/README.md b/core-java-modules/core-java-string-operations-5/README.md index a96ddccabb..7917fcf77b 100644 --- a/core-java-modules/core-java-string-operations-5/README.md +++ b/core-java-modules/core-java-string-operations-5/README.md @@ -1,2 +1,4 @@ + ### Relevant Articles: +- [Compare Characters in Java](https://www.baeldung.com/java-compare-characters) From 1e8dd49d9b9ce7b80420a65bfb3ea7523d812963 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 08:57:49 +0500 Subject: [PATCH 6/8] Updated README.md added link back to the article: https://www.baeldung.com/rebuild-docker-container-compose/ --- 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 abafe0d165..7c3347332e 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -5,4 +5,5 @@ - [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) +- [Rebuild Docker Container in Docker Compose](https://www.baeldung.com/rebuild-docker-container-compose/) From 795cbd3325876f842815b1ce572ccb72cd3ec59d Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:00:15 +0500 Subject: [PATCH 7/8] Updated README.md added link back to the article: https://www.baeldung.com/java-integer-division-float-result --- core-java-modules/core-java-numbers-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-numbers-5/README.md b/core-java-modules/core-java-numbers-5/README.md index 8d303d79d9..c51d78d214 100644 --- a/core-java-modules/core-java-numbers-5/README.md +++ b/core-java-modules/core-java-numbers-5/README.md @@ -4,3 +4,4 @@ - [Check if a Number Is Positive or Negative in Java](https://www.baeldung.com/java-check-number-positive-negative) - [Armstrong Numbers in Java](https://www.baeldung.com/java-armstrong-numbers) - [List All Factors of a Number in Java](https://www.baeldung.com/java-list-factors-integer) +- [Make Division of Two Integers Result in a Float](https://www.baeldung.com/java-integer-division-float-result) From b54aa0d4230f6e093adf4afc58cedb9b407fc5f9 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 2 Sep 2022 09:03:18 +0500 Subject: [PATCH 8/8] Updated README.md added link back to the article: https://www.baeldung.com/spring-apache-camel-conditional-routing --- spring-boot-modules/spring-boot-camel/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-camel/README.md b/spring-boot-modules/spring-boot-camel/README.md index c5f50e8339..7b577582b6 100644 --- a/spring-boot-modules/spring-boot-camel/README.md +++ b/spring-boot-modules/spring-boot-camel/README.md @@ -26,3 +26,4 @@ or return code of 201 and the response: `{"id": 10,"name": "Hello, World"}` - if - [Apache Camel with Spring Boot](https://www.baeldung.com/apache-camel-spring-boot) - [Apache Camel Routes Testing in Spring Boot](https://www.baeldung.com/spring-boot-apache-camel-routes-testing) +- [Apache Camel Conditional Routing](https://www.baeldung.com/spring-apache-camel-conditional-routing)