From 278b4e6cbb539e1bc26ca9c097b08c0c94015dfc Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:37:43 +0530 Subject: [PATCH 01/23] Back-link added --- core-java-modules/core-java-arrays-2/README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-arrays-2/README.MD b/core-java-modules/core-java-arrays-2/README.MD index 9ee6998784..2a4acf655d 100644 --- a/core-java-modules/core-java-arrays-2/README.MD +++ b/core-java-modules/core-java-arrays-2/README.MD @@ -1,3 +1,4 @@ ## Relevant Articles - [Extending an Array’s Length](https://www.baeldung.com/java-array-add-element-at-the-end) +- [Checking If an Array Is Sorted in Java](https://www.baeldung.com/java-check-sorted-array) From ea626595df4d6c51605ed393bd6b1be55fff1a32 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:45:33 +0530 Subject: [PATCH 02/23] Back-link added --- kotlin-quasar/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kotlin-quasar/README.md b/kotlin-quasar/README.md index b3b84e0446..b3693284f9 100644 --- a/kotlin-quasar/README.md +++ b/kotlin-quasar/README.md @@ -1,3 +1,4 @@ ### Relevant Articles - [Introduction to Quasar in Kotlin](https://www.baeldung.com/kotlin-quasar) +- [Advanced Quasar Usage for Kotlin](https://www.baeldung.com/kotlin-quasar-advanced) From ea29227c2ae6203c74408143a8c48be65b9459ee Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:49:18 +0530 Subject: [PATCH 03/23] Back-link added --- spring-5-data-reactive/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-5-data-reactive/README.md b/spring-5-data-reactive/README.md index f3205c23bc..4c2347dc77 100644 --- a/spring-5-data-reactive/README.md +++ b/spring-5-data-reactive/README.md @@ -7,3 +7,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Reactive Flow with MongoDB, Kotlin, and Spring WebFlux](http://www.baeldung.com/kotlin-mongodb-spring-webflux) - [Spring Data Reactive Repositories with MongoDB](http://www.baeldung.com/spring-data-mongodb-reactive) - [Spring Data MongoDB Tailable Cursors](https://www.baeldung.com/spring-data-mongodb-tailable-cursors) +- [A Quick Look at R2DBC with Spring Data](https://www.baeldung.com/spring-data-r2dbc) From b953b1b9d71f2ab55e1a825d15ca318780cd2128 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:50:39 +0530 Subject: [PATCH 04/23] Back-link added --- persistence-modules/java-mongodb/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-mongodb/README.md b/persistence-modules/java-mongodb/README.md index 045b245030..f1542e3ee9 100644 --- a/persistence-modules/java-mongodb/README.md +++ b/persistence-modules/java-mongodb/README.md @@ -4,3 +4,4 @@ - [A Simple Tagging Implementation with MongoDB](http://www.baeldung.com/mongodb-tagging) - [MongoDB BSON Guide](https://www.baeldung.com/mongodb-bson) - [Geospatial Support in MongoDB](https://www.baeldung.com/mongodb-geospatial-support) +- [Introduction to Morphia – Java ODM for MongoDB](https://www.baeldung.com/mongodb-morphia) From c7f2df1dc3fa8d26a5a97f1ebe9bc0c057366429 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:52:29 +0530 Subject: [PATCH 05/23] Back-link added --- core-java-modules/core-java-os/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-os/README.md b/core-java-modules/core-java-os/README.md index 5f5d373d9b..697af5e4d6 100644 --- a/core-java-modules/core-java-os/README.md +++ b/core-java-modules/core-java-os/README.md @@ -7,4 +7,4 @@ This module uses Java 9, so make sure to have the JDK 9 installed to run it. - [Java 9 Process API Improvements](http://www.baeldung.com/java-9-process-api) - [Guide to java.lang.Process API](https://www.baeldung.com/java-process-api) - [Guide to java.lang.ProcessBuilder API](https://www.baeldung.com/java-lang-processbuilder-api) - +- [Get the Current Working Directory in Java](https://www.baeldung.com/java-current-directory) From c91f3de2c94350dc69c5f80a759047610290206e Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:53:58 +0530 Subject: [PATCH 06/23] Back-link added --- core-groovy-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-groovy-2/README.md b/core-groovy-2/README.md index 33df8b107b..1211dae76d 100644 --- a/core-groovy-2/README.md +++ b/core-groovy-2/README.md @@ -8,3 +8,4 @@ - [Pattern Matching in Strings in Groovy](https://www.baeldung.com/groovy-pattern-matching) - [Working with XML in Groovy](https://www.baeldung.com/groovy-xml) - [Integrating Groovy into Java Applications](https://www.baeldung.com/groovy-java-applications) +- [Concatenate Strings with Groovy](https://www.baeldung.com/groovy-concatenate-strings) From 81ddcc92a199a28c482724a95e60c4993b34f9b7 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:55:40 +0530 Subject: [PATCH 07/23] Back-link added --- persistence-modules/spring-hibernate-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-hibernate-5/README.md b/persistence-modules/spring-hibernate-5/README.md index dfcc4e7eb8..adfb152afd 100644 --- a/persistence-modules/spring-hibernate-5/README.md +++ b/persistence-modules/spring-hibernate-5/README.md @@ -4,3 +4,4 @@ - [Programmatic Transactions in the Spring TestContext Framework](http://www.baeldung.com/spring-test-programmatic-transactions) - [JPA Criteria Queries](http://www.baeldung.com/hibernate-criteria-queries) - [Introduction to Hibernate Search](http://www.baeldung.com/hibernate-search) +- [@DynamicUpdate with Spring Data JPA](https://www.baeldung.com/spring-data-jpa-dynamicupdate) From ca32ae30a2c0d538e3d524f8d1a9ffc2b8563069 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 16:58:38 +0530 Subject: [PATCH 08/23] Back-link added --- spring-5-reactive-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-5-reactive-2/README.md b/spring-5-reactive-2/README.md index bbb45e9f8c..7aec8f94bf 100644 --- a/spring-5-reactive-2/README.md +++ b/spring-5-reactive-2/README.md @@ -1 +1,2 @@ ## Spring 5 Reactive Project +- [Spring WebClient vs. RestTemplate](https://www.baeldung.com/spring-webclient-resttemplate) From 988f52c342405f3e9a30905931af53007662a933 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:00:36 +0530 Subject: [PATCH 09/23] Back-link added --- core-java-modules/core-java-arrays-2/README.MD | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-arrays-2/README.MD b/core-java-modules/core-java-arrays-2/README.MD index 2a4acf655d..f272f4d299 100644 --- a/core-java-modules/core-java-arrays-2/README.MD +++ b/core-java-modules/core-java-arrays-2/README.MD @@ -2,3 +2,4 @@ - [Extending an Array’s Length](https://www.baeldung.com/java-array-add-element-at-the-end) - [Checking If an Array Is Sorted in Java](https://www.baeldung.com/java-check-sorted-array) +- [Looping Diagonally Through a 2d Java Array](https://www.baeldung.com/java-loop-diagonal-array) From 8c96ba2c0177b8dcddc8aa8d4c18ebf392258604 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:02:40 +0530 Subject: [PATCH 10/23] Back-link added --- spring-boot-crud/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-crud/README.md b/spring-boot-crud/README.md index 566cb327a8..ab2cbe1e3a 100644 --- a/spring-boot-crud/README.md +++ b/spring-boot-crud/README.md @@ -1,2 +1,3 @@ ### Relevant Articles: - [Spring Boot CRUD Application with Thymeleaf](https://www.baeldung.com/spring-boot-crud-thymeleaf) +- [Using a Spring Boot Application as a Dependency](https://www.baeldung.com/spring-boot-dependency) From 4fa07af91493959cfda7c43434e4ba70c84a6a9f Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:09:08 +0530 Subject: [PATCH 11/23] Back-link added --- java-strings-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/java-strings-2/README.md b/java-strings-2/README.md index 55760bfac7..ad0a46fd96 100644 --- a/java-strings-2/README.md +++ b/java-strings-2/README.md @@ -23,3 +23,4 @@ - [Java Multi-line String](https://www.baeldung.com/java-multiline-string) - [Checking If a String Is a Repeated Substring](https://www.baeldung.com/java-repeated-substring) - [How to Reverse a String in Java](https://www.baeldung.com/java-reverse-string) +- [String toLowerCase and toUpperCase Methods in Java](https://www.baeldung.com/java-string-convert-case) From 8d295e2628ad8510c91d5624ac3e01dde100878e Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:13:29 +0530 Subject: [PATCH 12/23] Back-link added --- jee-kotlin/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jee-kotlin/README.md b/jee-kotlin/README.md index 7d843af9ea..43dcd992ca 100644 --- a/jee-kotlin/README.md +++ b/jee-kotlin/README.md @@ -1 +1,2 @@ ### Relevant Articles: +- [Java EE Application with Kotlin](https://www.baeldung.com/java-ee-kotlin-app) From fc093a897f42f4ebfeb6ef8367ece53c0e7a75dd Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:15:20 +0530 Subject: [PATCH 13/23] Back-link added --- algorithms-sorting/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms-sorting/README.md b/algorithms-sorting/README.md index 36460293b0..48c75f88cd 100644 --- a/algorithms-sorting/README.md +++ b/algorithms-sorting/README.md @@ -5,3 +5,4 @@ - [Quicksort Algorithm Implementation in Java](https://www.baeldung.com/java-quicksort) - [Insertion Sort in Java](https://www.baeldung.com/java-insertion-sort) - [Heap Sort in Java](https://www.baeldung.com/java-heap-sort) +- [Shell Sort in Java](https://www.baeldung.com/java-shell-sort) From 5466e2f68b52e292d9576bc2b741f0cbba315957 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:17:11 +0530 Subject: [PATCH 14/23] Back-link added --- spring-thymeleaf-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-thymeleaf-2/README.md b/spring-thymeleaf-2/README.md index 9bd441a6bd..9e12f2d99f 100644 --- a/spring-thymeleaf-2/README.md +++ b/spring-thymeleaf-2/README.md @@ -1,3 +1,4 @@ ## Relevant Articles: - [Working with Enums in Thymeleaf](https://www.baeldung.com/thymeleaf-enums) +- [Changing the Thymeleaf Template Directory in Spring Boot](https://www.baeldung.com/spring-thymeleaf-template-directory) From f9926021d12ade25c058aa0ca6e526b7d701c5b7 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:19:16 +0530 Subject: [PATCH 15/23] Back-link added --- persistence-modules/java-sql2o/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-sql2o/README.md b/persistence-modules/java-sql2o/README.md index d3586dc9ed..bc76651b27 100644 --- a/persistence-modules/java-sql2o/README.md +++ b/persistence-modules/java-sql2o/README.md @@ -1,3 +1,4 @@ ### Relevant Articles: - [A Guide to Sql2o](https://www.baeldung.com/java-sql2o) +- [A Guide to the sql2o JDBC Wrapper](https://www.baeldung.com/java-sql2o) From 7a553f77c356ce0ce60b9bd7615af8176b74528f Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:23:37 +0530 Subject: [PATCH 16/23] Back-link added --- persistence-modules/java-jpa-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-jpa-2/README.md b/persistence-modules/java-jpa-2/README.md index 7a7429008b..fb6ef5d8f8 100644 --- a/persistence-modules/java-jpa-2/README.md +++ b/persistence-modules/java-jpa-2/README.md @@ -4,3 +4,4 @@ - [JPA Query Parameters Usage](http://www.baeldung.com/jpa-query-parameters-usage) ======= >>>>>>> refs/heads/master +- [Mapping Entitiy Class Names to SQL Table Names with JPA](https://www.baeldung.com/jpa-entity-table-names) From 5cc5966346bca10a9ae3295c3993180da062398c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:25:43 +0530 Subject: [PATCH 17/23] Back-link added --- testing-modules/junit-5-basics/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing-modules/junit-5-basics/README.md b/testing-modules/junit-5-basics/README.md index dbe6803401..31eb75a792 100644 --- a/testing-modules/junit-5-basics/README.md +++ b/testing-modules/junit-5-basics/README.md @@ -8,3 +8,4 @@ - [JUnit 5 @Test Annotation](http://www.baeldung.com/junit-5-test-annotation) - [Migrating from JUnit 4 to JUnit 5](http://www.baeldung.com/junit-5-migration) - [Assert an Exception is Thrown in JUnit 4 and 5](http://www.baeldung.com/junit-assert-exception) +- [The Difference Between Failure and Error in JUnit](https://www.baeldung.com/junit-failure-vs-error) From b625ebeb83763a6068e65161e34f86ba7edcd042 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:33:31 +0530 Subject: [PATCH 18/23] Back-link added --- spring-thymeleaf/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-thymeleaf/README.md b/spring-thymeleaf/README.md index b6824003db..082a65f55b 100644 --- a/spring-thymeleaf/README.md +++ b/spring-thymeleaf/README.md @@ -18,6 +18,7 @@ - [Spring with Thymeleaf Pagination for a List](http://www.baeldung.com/spring-thymeleaf-pagination) - [Working with Select and Option in Thymeleaf](http://www.baeldung.com/thymeleaf-select-option) - [Working With Custom HTML Attributes in Thymeleaf](https://www.baeldung.com/thymeleaf-custom-html-attributes) +- [Spring Request Parameters with Thymeleaf](https://www.baeldung.com/spring-thymeleaf-request-parameters) ### Build the Project From 6c1364dfb712130f98a91420a3fc2c87c96523d6 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:35:42 +0530 Subject: [PATCH 19/23] Back-link added --- spring-boot-properties/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-properties/README.md b/spring-boot-properties/README.md index e467e129dd..e3b38dc4ac 100644 --- a/spring-boot-properties/README.md +++ b/spring-boot-properties/README.md @@ -7,4 +7,5 @@ - [A Quick Guide to Spring @Value](http://www.baeldung.com/spring-value-annotation) - [Spring YAML Configuration](http://www.baeldung.com/spring-yaml) - [Using Spring @Value with Defaults](http://www.baeldung.com/spring-value-defaults) -- [How to Inject a Property Value Into a Class Not Managed by Spring?](http://www.baeldung.com/inject-properties-value-non-spring-class) \ No newline at end of file +- [How to Inject a Property Value Into a Class Not Managed by Spring?](http://www.baeldung.com/inject-properties-value-non-spring-class) +- [Reloading Properties Files in Spring](https://www.baeldung.com/spring-reloading-properties) From 06feff9846342e3ff7c4643db8e653ad895fb87a Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:40:13 +0530 Subject: [PATCH 20/23] Back-link added --- java-numbers-2/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 java-numbers-2/README.md diff --git a/java-numbers-2/README.md b/java-numbers-2/README.md new file mode 100644 index 0000000000..52ffc822b9 --- /dev/null +++ b/java-numbers-2/README.md @@ -0,0 +1,2 @@ +## Relevant Articles +- [Lossy Conversion in Java](https://www.baeldung.com/java-lossy-conversion) From f9a941e589393008a1373227005e97e432c1b71b Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Tue, 13 Aug 2019 23:31:17 +0300 Subject: [PATCH 21/23] Update README.md --- persistence-modules/java-sql2o/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/persistence-modules/java-sql2o/README.md b/persistence-modules/java-sql2o/README.md index bc76651b27..340ad0fc97 100644 --- a/persistence-modules/java-sql2o/README.md +++ b/persistence-modules/java-sql2o/README.md @@ -1,4 +1,3 @@ ### Relevant Articles: -- [A Guide to Sql2o](https://www.baeldung.com/java-sql2o) - [A Guide to the sql2o JDBC Wrapper](https://www.baeldung.com/java-sql2o) From 78adf3a033ebf5998d241dfc05350ec6fc329d01 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Tue, 13 Aug 2019 23:33:18 +0300 Subject: [PATCH 22/23] Update README.md --- spring-boot-properties/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-properties/README.md b/spring-boot-properties/README.md index e3b38dc4ac..30e403c286 100644 --- a/spring-boot-properties/README.md +++ b/spring-boot-properties/README.md @@ -1,5 +1,5 @@ ### Relevant Articles: -- [Reloading Properties in Spring](https://www.baeldung.com/reloading-properties-files-in-spring/) +- [Reloading Properties Files in Spring](https://www.baeldung.com/spring-reloading-properties) - [Guide to @ConfigurationProperties in Spring Boot](http://www.baeldung.com/configuration-properties-in-spring-boot) - [Load Spring Boot Properties From a JSON File](https://www.baeldung.com/spring-boot-json-properties) - [Guide to @EnableConfigurationProperties](https://www.baeldung.com/spring-enable-config-properties) @@ -8,4 +8,3 @@ - [Spring YAML Configuration](http://www.baeldung.com/spring-yaml) - [Using Spring @Value with Defaults](http://www.baeldung.com/spring-value-defaults) - [How to Inject a Property Value Into a Class Not Managed by Spring?](http://www.baeldung.com/inject-properties-value-non-spring-class) -- [Reloading Properties Files in Spring](https://www.baeldung.com/spring-reloading-properties) From a6da9ca4e6c2c6b69f3a8ee79e5c31ebe6ff74a1 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Tue, 13 Aug 2019 23:34:05 +0300 Subject: [PATCH 23/23] Update README.md --- persistence-modules/java-jpa-2/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/persistence-modules/java-jpa-2/README.md b/persistence-modules/java-jpa-2/README.md index fb6ef5d8f8..579dcbdab0 100644 --- a/persistence-modules/java-jpa-2/README.md +++ b/persistence-modules/java-jpa-2/README.md @@ -1,7 +1,4 @@ # Relevant Articles -<<<<<<< HEAD - [JPA Query Parameters Usage](http://www.baeldung.com/jpa-query-parameters-usage) -======= ->>>>>>> refs/heads/master - [Mapping Entitiy Class Names to SQL Table Names with JPA](https://www.baeldung.com/jpa-entity-table-names)