From 9ea69dcb618faa84d041d6530517b264e244d70a Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:20:48 +0500 Subject: [PATCH 1/6] Updated README.md added link back to the article: https://www.baeldung.com/java-list-comma-separated-string --- core-java-modules/core-java-collections-list-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-collections-list-4/README.md b/core-java-modules/core-java-collections-list-4/README.md index 83c5163ae2..5b16b360c9 100644 --- a/core-java-modules/core-java-collections-list-4/README.md +++ b/core-java-modules/core-java-collections-list-4/README.md @@ -10,4 +10,5 @@ This module contains articles about the Java List collection - [Replace Element at a Specific Index in a Java ArrayList](https://www.baeldung.com/java-arraylist-replace-at-index) - [Difference Between Arrays.asList() and List.of()](https://www.baeldung.com/java-arrays-aslist-vs-list-of) - [How to Store HashMap Inside a List](https://www.baeldung.com/java-hashmap-inside-list) +- [Convert a List to a Comma-Separated String](https://www.baeldung.com/java-list-comma-separated-string) - [[<-- Prev]](/core-java-modules/core-java-collections-list-3) From 34faee6daea328aa2ebfa13232dc7bbfe0a0ff9e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:23:17 +0500 Subject: [PATCH 2/6] Updated README.md added link back to the article: https://www.baeldung.com/thymeleaf-url-attribute-value --- spring-web-modules/spring-thymeleaf-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-web-modules/spring-thymeleaf-5/README.md b/spring-web-modules/spring-thymeleaf-5/README.md index 9c817be0a4..177d28e506 100644 --- a/spring-web-modules/spring-thymeleaf-5/README.md +++ b/spring-web-modules/spring-thymeleaf-5/README.md @@ -8,4 +8,5 @@ This module contains articles about Spring with Thymeleaf - [How to Create an Executable JAR with Maven](https://www.baeldung.com/executable-jar-with-maven) - [Spring MVC Data and Thymeleaf](https://www.baeldung.com/spring-mvc-thymeleaf-data) - [Upload Image With Spring Boot and Thymeleaf](https://www.baeldung.com/spring-boot-thymeleaf-image-upload) +- [Getting a URL Attribute Value in Thymeleaf](https://www.baeldung.com/thymeleaf-url-attribute-value) - [[<-- prev]](/spring-thymeleaf) From 12cbf8165e547b0c4919c1961ea8a9ad5091f30b Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:24:57 +0500 Subject: [PATCH 3/6] Updated README.md added link back to the article: https://www.baeldung.com/java-set-vs-list --- core-java-modules/core-java-collections-list-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-collections-list-4/README.md b/core-java-modules/core-java-collections-list-4/README.md index 5b16b360c9..6966b60756 100644 --- a/core-java-modules/core-java-collections-list-4/README.md +++ b/core-java-modules/core-java-collections-list-4/README.md @@ -11,4 +11,5 @@ This module contains articles about the Java List collection - [Difference Between Arrays.asList() and List.of()](https://www.baeldung.com/java-arrays-aslist-vs-list-of) - [How to Store HashMap Inside a List](https://www.baeldung.com/java-hashmap-inside-list) - [Convert a List to a Comma-Separated String](https://www.baeldung.com/java-list-comma-separated-string) +- [Set vs List in Java](https://www.baeldung.com/java-set-vs-list) - [[<-- Prev]](/core-java-modules/core-java-collections-list-3) From d5ef43a3284300906d7b404068c4031fb2d3163e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:28:02 +0500 Subject: [PATCH 4/6] Updated README.md added link back to the article: https://www.baeldung.com/java-mongodb-document-insert-array --- persistence-modules/java-mongodb-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-mongodb-3/README.md b/persistence-modules/java-mongodb-3/README.md index d76d53b06a..4d17be9bc5 100644 --- a/persistence-modules/java-mongodb-3/README.md +++ b/persistence-modules/java-mongodb-3/README.md @@ -2,3 +2,4 @@ ### Relevant Artilces: - [Guide to Find in MongoDB](https://www.baeldung.com/mongodb-find) - [Query Documents using Document ID in MongoDB](https://www.baeldung.com/mongodb-query-documents-id) +- [Insert Array Inside an Object in MongoDB](https://www.baeldung.com/java-mongodb-document-insert-array) From 9b27483931771ba2f8bf034851c9545c3d01775f Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:29:46 +0500 Subject: [PATCH 5/6] Updated README.md added link back to the article: https://www.baeldung.com/java-jmeter-latency-vs-load-time/ --- jmeter/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jmeter/README.md b/jmeter/README.md index 23614307bd..e53f411cdb 100644 --- a/jmeter/README.md +++ b/jmeter/README.md @@ -54,3 +54,4 @@ Enjoy it :) - [Configure Jenkins to Run and Show JMeter Tests](https://www.baeldung.com/ops/jenkins-and-jmeter) - [Write Extracted Data to a File Using JMeter](https://www.baeldung.com/jmeter-write-to-file) - [Basic Authentication in JMeter](https://www.baeldung.com/jmeter-basic-auth) +- [JMeter: Latency vs. Load Time](https://www.baeldung.com/java-jmeter-latency-vs-load-time/) From 33ccecc9496248c9c532808a811e701e1719bad0 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:31:31 +0500 Subject: [PATCH 6/6] Updated README.md added link back to the article: https://www.baeldung.com/java-list-to-text-file --- core-java-modules/core-java-11-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-11-3/README.md b/core-java-modules/core-java-11-3/README.md index f46ab02bca..e77e5b7f3d 100644 --- a/core-java-modules/core-java-11-3/README.md +++ b/core-java-modules/core-java-11-3/README.md @@ -4,3 +4,4 @@ This module contains articles about Java 11 core features ### Relevant articles - [Adding Parameters to Java HttpClient Requests](https://www.baeldung.com/java-httpclient-request-parameters) +- [Writing a List of Strings Into a Text File](https://www.baeldung.com/java-list-to-text-file)