From 3277d25002d610878b73683bb1d521ab3a7800b5 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:31:39 +0500 Subject: [PATCH 01/14] Updated README.md added link back to the article: https://www.baeldung.com/java-date-unix-timestamp --- core-java-modules/core-java-date-operations-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-date-operations-3/README.md b/core-java-modules/core-java-date-operations-3/README.md index 7c3146d32b..cc84760560 100644 --- a/core-java-modules/core-java-date-operations-3/README.md +++ b/core-java-modules/core-java-date-operations-3/README.md @@ -3,4 +3,5 @@ This module contains articles about date operations in Java. ### Relevant Articles: +- [Create Date From Unix Timestamp in Java](https://www.baeldung.com/java-date-unix-timestamp) - [[<-- Prev]](/core-java-modules/core-java-date-operations-2) From b35be2b56e89563c502f4e397888d7741c18b288 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:33:34 +0500 Subject: [PATCH 02/14] Updated README.md added link back to the article: https://www.baeldung.com/java-unique-random-numbers --- 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 19e155b525..714e808239 100644 --- a/core-java-modules/core-java-numbers-5/README.md +++ b/core-java-modules/core-java-numbers-5/README.md @@ -5,3 +5,4 @@ - [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) +- [Creating Random Numbers With No Duplicates in Java](https://www.baeldung.com/java-unique-random-numbers) From d3380e2afc1fdeda2bc1a2486f9d6d59fac9b57e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:40:50 +0500 Subject: [PATCH 03/14] Updated README.md added link back to the article: https://www.baeldung.com/java-filename-full-path --- core-java-modules/core-java-io-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-io-4/README.md b/core-java-modules/core-java-io-4/README.md index 27a71cb2a2..fdf9ebcb77 100644 --- a/core-java-modules/core-java-io-4/README.md +++ b/core-java-modules/core-java-io-4/README.md @@ -11,4 +11,5 @@ This module contains articles about core Java input and output (IO) - [Read User Input Until a Condition is Met](https://www.baeldung.com/java-read-input-until-condition) - [Java Scanner.skip method with examples](https://www.baeldung.com/java-scanner-skip) - [Generate the MD5 Checksum for a File in Java](https://www.baeldung.com/java-md5-checksum-file) +- [Getting the Filename From a String Containing an Absolute File Path](https://www.baeldung.com/java-filename-full-path) - [[<-- Prev]](/core-java-modules/core-java-io-3) From 22826da8df94e41c82fd530bf5fe534440d98022 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:44:49 +0500 Subject: [PATCH 04/14] Updated README.md added link back to the article: https://www.baeldung.com/ops/docker-assign-static-ip-container --- 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 7c3347332e..5ab629e54f 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -6,4 +6,5 @@ - [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/) +- [Assign Static IP to Docker Container and Docker-Compose](https://www.baeldung.com/ops/docker-assign-static-ip-container) From dec93d72993fca94e6f43ddf2abfe8fed92dfc72 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:46:58 +0500 Subject: [PATCH 05/14] Updated README.md added link back to the article: https://www.baeldung.com/java-trifunction --- core-java-modules/core-java-function/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-function/README.md b/core-java-modules/core-java-function/README.md index 7fe6044835..eb27aea153 100644 --- a/core-java-modules/core-java-function/README.md +++ b/core-java-modules/core-java-function/README.md @@ -5,3 +5,4 @@ ### Relevant Articles: - [Java 8 Predicate Chain](https://www.baeldung.com/java-predicate-chain) - [Use Cases for Static Methods in Java](https://www.baeldung.com/java-static-methods-use-cases) +- [TriFunction Interface in Java](https://www.baeldung.com/java-trifunction) From 4516474cac45a4a2fbae3c3af26515733d7feae2 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:49:59 +0500 Subject: [PATCH 06/14] Updated README.md added link back to the article: https://www.baeldung.com/spring-mvc-json-param-mapping --- spring-web-modules/spring-mvc-basics-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-web-modules/spring-mvc-basics-5/README.md b/spring-web-modules/spring-mvc-basics-5/README.md index dfd6522b0f..e7f39c8ea2 100644 --- a/spring-web-modules/spring-mvc-basics-5/README.md +++ b/spring-web-modules/spring-mvc-basics-5/README.md @@ -14,4 +14,5 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring - [Spring @RequestParam Annotation](https://www.baeldung.com/spring-request-param) - [Spring @RequestParam vs @PathVariable Annotations](https://www.baeldung.com/spring-requestparam-vs-pathvariable) - [@RequestMapping Value in Properties File](https://www.baeldung.com/spring-requestmapping-properties-file) +- [Map a JSON POST to Multiple Spring MVC Parameters](https://www.baeldung.com/spring-mvc-json-param-mapping) - More articles: [[<-- prev]](../spring-mvc-basics-4) From 5d059c0d3468d5ac5bf5960f9ff404b368d09170 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:53:15 +0500 Subject: [PATCH 07/14] Updated README.md added link back to the article: https://www.baeldung.com/java-string-concatenation --- core-java-modules/core-java-string-operations-5/README.md | 1 + 1 file changed, 1 insertion(+) 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 7917fcf77b..71c28aac30 100644 --- a/core-java-modules/core-java-string-operations-5/README.md +++ b/core-java-modules/core-java-string-operations-5/README.md @@ -2,3 +2,4 @@ ### Relevant Articles: - [Compare Characters in Java](https://www.baeldung.com/java-compare-characters) +- [String Concatenation in Java](https://www.baeldung.com/java-string-concatenation) From df4288aa257299fa3984c469fa82d879a97f9f28 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 16:56:23 +0500 Subject: [PATCH 08/14] Updated README.md added link back to the article: https://www.baeldung.com/java-body-mass-index-calculator --- core-java-modules/core-java-lang-math-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-math-3/README.md b/core-java-modules/core-java-lang-math-3/README.md index 48af72a036..3c1e1d79ee 100644 --- a/core-java-modules/core-java-lang-math-3/README.md +++ b/core-java-modules/core-java-lang-math-3/README.md @@ -7,4 +7,5 @@ - [Evaluating a Math Expression in Java](https://www.baeldung.com/java-evaluate-math-expression-string) - [Swap Two Variables in Java](https://www.baeldung.com/java-swap-two-variables) - [Java Program to Find the Roots of a Quadratic Equation](https://www.baeldung.com/roots-quadratic-equation/) +- [Create a BMI Calculator in Java](https://www.baeldung.com/java-body-mass-index-calculator) - More articles: [[<-- Prev]](/core-java-modules/core-java-lang-math-2) From ef32f3e6d143896bf97c63455badb68ed0ab5265 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:00:38 +0500 Subject: [PATCH 09/14] Updated README.md added link back to the article: https://www.baeldung.com/microstream-intro --- persistence-modules/core-java-persistence-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/core-java-persistence-2/README.md b/persistence-modules/core-java-persistence-2/README.md index 4bc7d8b663..56cb2fb1d0 100644 --- a/persistence-modules/core-java-persistence-2/README.md +++ b/persistence-modules/core-java-persistence-2/README.md @@ -8,3 +8,4 @@ - [JDBC Connection Status](https://www.baeldung.com/jdbc-connection-status) - [Get the Number of Rows in a ResultSet](https://www.baeldung.com/java-resultset-number-of-rows) - [Converting a JDBC ResultSet to JSON in Java](https://www.baeldung.com/java-jdbc-convert-resultset-to-json) +- [Guide to MicroStream](https://www.baeldung.com/microstream-intro) From 09e1fa8817b87b21124533a1a636aacd80931c88 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:18:06 +0500 Subject: [PATCH 10/14] Updated README.md added link back to the article: https://www.baeldung.com/ops/dockerfile-path-environment-variable --- docker-modules/docker-images/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-modules/docker-images/README.md b/docker-modules/docker-images/README.md index 3b2ae6b56f..cc50eaac02 100644 --- a/docker-modules/docker-images/README.md +++ b/docker-modules/docker-images/README.md @@ -3,3 +3,4 @@ - [Pushing a Docker Image to a Private Repository](https://www.baeldung.com/ops/docker-push-image-to-private-repository) - [How to Include Files Outside of Docker’s Build Context](https://www.baeldung.com/ops/docker-include-files-outside-build-context) - [Adding a Comment in a Dockerfile](https://www.baeldung.com/ops/docker-dockerfile-comments/) +- [Updating PATH Environment Variable in Dockerfile](https://www.baeldung.com/ops/dockerfile-path-environment-variable) From b61d1d68ba63ce4ca93d1360facf896a57ba638c Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:27:28 +0500 Subject: [PATCH 11/14] Updated README.md added link back to the article: https://www.baeldung.com/ops/dockerfile-copy-same-subdirectory-structure --- docker-modules/docker-images/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-modules/docker-images/README.md b/docker-modules/docker-images/README.md index cc50eaac02..7813ec4279 100644 --- a/docker-modules/docker-images/README.md +++ b/docker-modules/docker-images/README.md @@ -4,3 +4,4 @@ - [How to Include Files Outside of Docker’s Build Context](https://www.baeldung.com/ops/docker-include-files-outside-build-context) - [Adding a Comment in a Dockerfile](https://www.baeldung.com/ops/docker-dockerfile-comments/) - [Updating PATH Environment Variable in Dockerfile](https://www.baeldung.com/ops/dockerfile-path-environment-variable) +- [Keep Subdirectory Structure in Dockerfile Copy](https://www.baeldung.com/ops/dockerfile-copy-same-subdirectory-structure) From 2fe4e44b035a7f657db10e78b8b0bc44b6b95a67 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:33:31 +0500 Subject: [PATCH 12/14] Updated README.md added link back to the article: https://www.baeldung.com/java-scanner-character-input --- core-java-modules/core-java-io-apis-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-io-apis-2/README.md b/core-java-modules/core-java-io-apis-2/README.md index 93307f8294..f3d72fe8b5 100644 --- a/core-java-modules/core-java-io-apis-2/README.md +++ b/core-java-modules/core-java-io-apis-2/README.md @@ -4,3 +4,4 @@ This module contains articles about core Java input/output(IO) APIs. ### Relevant Articles: - [Constructing a Relative Path From Two Absolute Paths in Java](https://www.baeldung.com/java-relative-path-absolute) +- [Java Scanner Taking a Character Input](https://www.baeldung.com/java-scanner-character-input) From e9eac5a7deb95ea8308cd43e9e21081d5d12be57 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:37:22 +0500 Subject: [PATCH 13/14] Updated README.md added link back to the article: https://www.baeldung.com/java-validate-uuid-string --- core-java-modules/core-java-uuid/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-uuid/README.md b/core-java-modules/core-java-uuid/README.md index 836552d798..0a77c36acd 100644 --- a/core-java-modules/core-java-uuid/README.md +++ b/core-java-modules/core-java-uuid/README.md @@ -3,3 +3,4 @@ ### Relevant Articles: - [Generating Alphanumeric UUID String in Java](https://www.baeldung.com/java-generate-alphanumeric-uuid) - [Guide to UUID in Java](http://www.baeldung.com/java-uuid) +- [Validate UUID String in Java](https://www.baeldung.com/java-validate-uuid-string) From e2003716f3113bdf0e6b0bc69508183613ff72fd Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 21:34:38 +0500 Subject: [PATCH 14/14] Updated README.md added link back to the article: https://www.baeldung.com/spring-apache-camel-seda-integration --- patterns-modules/design-patterns-architectural/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns-modules/design-patterns-architectural/README.md b/patterns-modules/design-patterns-architectural/README.md index bb11eea5e1..0f0e75afeb 100644 --- a/patterns-modules/design-patterns-architectural/README.md +++ b/patterns-modules/design-patterns-architectural/README.md @@ -4,3 +4,4 @@ - [DAO vs Repository Patterns](https://www.baeldung.com/java-dao-vs-repository) - [Difference Between MVC and MVP Patterns](https://www.baeldung.com/mvc-vs-mvp-pattern) - [The DTO Pattern (Data Transfer Object)](https://www.baeldung.com/java-dto-pattern) +- [SEDA With Spring Integration and Apache Camel](https://www.baeldung.com/spring-apache-camel-seda-integration)