From b38ededf831e13e478cb6e16b391280d30d30bee Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:11:27 +0530 Subject: [PATCH 01/49] Update README.md --- spring-cloud-modules/spring-cloud-gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-modules/spring-cloud-gateway/README.md b/spring-cloud-modules/spring-cloud-gateway/README.md index 5bf416fccd..80315040c9 100644 --- a/spring-cloud-modules/spring-cloud-gateway/README.md +++ b/spring-cloud-modules/spring-cloud-gateway/README.md @@ -4,7 +4,7 @@ This module contains articles about Spring Cloud Gateway ### Relevant Articles: -- [Exploring the new Spring Cloud Gateway](http://www.baeldung.com/spring-cloud-gateway) +- [Exploring the New Spring Cloud Gateway](http://www.baeldung.com/spring-cloud-gateway) - [Writing Custom Spring Cloud Gateway Filters](https://www.baeldung.com/spring-cloud-custom-gateway-filters) - [Spring Cloud Gateway Routing Predicate Factories](https://www.baeldung.com/spring-cloud-gateway-routing-predicate-factories) - [Spring Cloud Gateway WebFilter Factories](https://www.baeldung.com/spring-cloud-gateway-webfilter-factories) From 1a710ec0e9a979796d1f91cee1110776a5def94f Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:14:49 +0530 Subject: [PATCH 02/49] Update README.md --- spring-boot-modules/spring-boot-properties-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-properties-2/README.md b/spring-boot-modules/spring-boot-properties-2/README.md index 501beed092..296486e7d7 100644 --- a/spring-boot-modules/spring-boot-properties-2/README.md +++ b/spring-boot-modules/spring-boot-properties-2/README.md @@ -4,7 +4,7 @@ This module contains articles about Properties in Spring Boot. ### Relevant Articles: - [A Quick Guide to Spring @Value](https://www.baeldung.com/spring-value-annotation) -- [Using Spring @Value with Defaults](https://www.baeldung.com/spring-value-defaults) +- [Using Spring @Value With Defaults](https://www.baeldung.com/spring-value-defaults) - [How to Inject a Property Value Into a Class Not Managed by Spring?](https://www.baeldung.com/inject-properties-value-non-spring-class) - [@PropertySource with YAML Files in Spring Boot](https://www.baeldung.com/spring-yaml-propertysource) - [Inject Arrays and Lists From Spring Properties Files](https://www.baeldung.com/spring-inject-arrays-lists) From ef904c707a05556cfac64c7d80efc2a89386d7f7 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:19:13 +0530 Subject: [PATCH 03/49] Update README.md --- testing-modules/junit-5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-modules/junit-5/README.md b/testing-modules/junit-5/README.md index 1f78e7c9c6..cefc8e1707 100644 --- a/testing-modules/junit-5/README.md +++ b/testing-modules/junit-5/README.md @@ -4,7 +4,7 @@ - [The Order of Tests in JUnit](https://www.baeldung.com/junit-5-test-order) - [Running JUnit Tests Programmatically, from a Java Application](https://www.baeldung.com/junit-tests-run-programmatically-from-java) - [Testing an Abstract Class With JUnit](https://www.baeldung.com/junit-test-abstract-class) -- [Guide to Dynamic Tests in JUnit 5](https://www.baeldung.com/junit5-dynamic-tests) +- [Guide to Dynamic Tests in Junit 5](https://www.baeldung.com/junit5-dynamic-tests) - [Determine the Execution Time of JUnit Tests](https://www.baeldung.com/junit-test-execution-time) - [@BeforeAll and @AfterAll in Non-Static Methods](https://www.baeldung.com/java-beforeall-afterall-non-static) - [The java.lang.NoClassDefFoundError in JUnit](https://www.baeldung.com/junit-noclassdeffounderror) From b2eabb8250ee9cf6fd60941f52ae27af1dcc9b40 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:23:53 +0530 Subject: [PATCH 04/49] Update README.md --- testing-modules/junit5-annotations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing-modules/junit5-annotations/README.md b/testing-modules/junit5-annotations/README.md index bd51bb3d2d..6fd524592b 100644 --- a/testing-modules/junit5-annotations/README.md +++ b/testing-modules/junit5-annotations/README.md @@ -3,7 +3,7 @@ This module contains articles about JUnit 5 Annotations ### Relevant Articles: -- [A Guide to @RepeatedTest in JUnit 5](https://www.baeldung.com/junit-5-repeated-test) +- [A Guide to @RepeatedTest in Junit 5](https://www.baeldung.com/junit-5-repeated-test) - [JUnit 5 Conditional Test Execution with Annotations](https://www.baeldung.com/junit-5-conditional-test-execution) - [JUnit5 Programmatic Extension Registration with @RegisterExtension](https://www.baeldung.com/junit-5-registerextension-annotation) - [Guide to JUnit 5 Parameterized Tests](https://www.baeldung.com/parameterized-tests-junit-5) From dab76d99f2cd121aab8492f14d14515e91a28be8 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:24:43 +0530 Subject: [PATCH 05/49] Update README.md --- algorithms-modules/algorithms-miscellaneous-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms-modules/algorithms-miscellaneous-1/README.md b/algorithms-modules/algorithms-miscellaneous-1/README.md index 02bf874197..56582d5cf1 100644 --- a/algorithms-modules/algorithms-miscellaneous-1/README.md +++ b/algorithms-modules/algorithms-miscellaneous-1/README.md @@ -5,7 +5,7 @@ This module contains articles about algorithms. Some classes of algorithms, e.g. ### Relevant articles: -- [Validating Input With Finite Automata in Java](https://www.baeldung.com/java-finite-automata) +- [Validating Input with Finite Automata in Java](https://www.baeldung.com/java-finite-automata) - [Example of Hill Climbing Algorithm in Java](https://www.baeldung.com/java-hill-climbing-algorithm) - [Introduction to Minimax Algorithm with a Java Implementation](https://www.baeldung.com/java-minimax-algorithm) - [How to Calculate Levenshtein Distance in Java?](https://www.baeldung.com/java-levenshtein-distance) From 011c1d4a561d009516e94f9a1af7097f89537f44 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:27:22 +0530 Subject: [PATCH 06/49] Update README.md --- apache-libraries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-libraries/README.md b/apache-libraries/README.md index 1fc0dd0842..6fe09008dc 100644 --- a/apache-libraries/README.md +++ b/apache-libraries/README.md @@ -12,4 +12,4 @@ This module contains articles about various Apache libraries and utilities - [Getting Started with Java and Zookeeper](https://www.baeldung.com/java-zookeeper) - [Introduction to Apache Curator](https://www.baeldung.com/apache-curator) - [A Quick Guide to Apache Geode](https://www.baeldung.com/apache-geode) -- [Guide to Solr in Java with Apache Solrj](https://www.baeldung.com/apache-solrj) +- [Guide To Solr in Java With Apache SolrJ](https://www.baeldung.com/apache-solrj) From 3466c88c8818522f22a45ec3e103017b783d7431 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:28:40 +0530 Subject: [PATCH 07/49] Update README.md --- spring-amqp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-amqp/README.md b/spring-amqp/README.md index 7d202f49f8..453674bd89 100644 --- a/spring-amqp/README.md +++ b/spring-amqp/README.md @@ -4,7 +4,7 @@ This module contains articles about Spring with the AMQP messaging system ## Relevant articles: -- [Messaging With Spring AMQP](https://www.baeldung.com/spring-amqp) +- [Messaging with Spring AMQP](https://www.baeldung.com/spring-amqp) - [RabbitMQ Message Dispatching with Spring AMQP](https://www.baeldung.com/rabbitmq-spring-amqp) - [Error Handling with Spring AMQP](https://www.baeldung.com/spring-amqp-error-handling) - [Exponential Backoff With Spring AMQP](https://www.baeldung.com/spring-amqp-exponential-backoff) From e1a612b8c7598d3dbbee292dd443dc250c68930c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:29:51 +0530 Subject: [PATCH 08/49] Update README.md --- core-java-modules/core-java-11-2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-java-modules/core-java-11-2/README.md b/core-java-modules/core-java-11-2/README.md index 62acd33188..ab8331f41c 100644 --- a/core-java-modules/core-java-11-2/README.md +++ b/core-java-modules/core-java-11-2/README.md @@ -3,7 +3,7 @@ This module contains articles about Java 11 core features ### Relevant articles -- [Guide to Java 8 Optional](https://www.baeldung.com/java-optional) +- [Guide To Java 8 Optional](https://www.baeldung.com/java-optional) - [Guide to Java Reflection](http://www.baeldung.com/java-reflection) - [Guide to Java 8’s Collectors](https://www.baeldung.com/java-8-collectors) - [New Features in Java 11](https://www.baeldung.com/java-11-new-features) @@ -12,4 +12,4 @@ This module contains articles about Java 11 core features - [Java HTTPS Client Certificate Authentication](https://www.baeldung.com/java-https-client-certificate-authentication) - [Call Methods at Runtime Using Java Reflection](https://www.baeldung.com/java-method-reflection) - [Java HttpClient Basic Authentication](https://www.baeldung.com/java-httpclient-basic-auth) -- [Java HttpClient With SSL](https://www.baeldung.com/java-httpclient-ssl) \ No newline at end of file +- [Java HttpClient With SSL](https://www.baeldung.com/java-httpclient-ssl) From 288b01aa65dc6f24b25b4cb52f236971dae24901 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:30:48 +0530 Subject: [PATCH 09/49] Update README.md --- core-java-modules/core-java-nio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-nio/README.md b/core-java-modules/core-java-nio/README.md index b64a436957..5483e379f9 100644 --- a/core-java-modules/core-java-nio/README.md +++ b/core-java-modules/core-java-nio/README.md @@ -6,7 +6,7 @@ This module contains articles about core Java non-blocking input and output (IO) - [Determine File Creation Date in Java](https://www.baeldung.com/java-file-creation-date) - [Find the Number of Lines in a File Using Java](https://www.baeldung.com/java-file-number-of-lines) -- [A Guide to NIO2 Asynchronous File Channel](https://www.baeldung.com/java-nio2-async-file-channel) +- [A Guide To NIO2 Asynchronous File Channel](https://www.baeldung.com/java-nio2-async-file-channel) - [A Guide to NIO2 FileVisitor](https://www.baeldung.com/java-nio2-file-visitor) - [Guide to Java FileChannel](https://www.baeldung.com/java-filechannel) - [A Guide to NIO2 File Attribute APIs](https://www.baeldung.com/java-nio2-file-attribute) From 2e4e368056a7e8da8e5a09ab9f6eee121a035f97 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:00:33 +0530 Subject: [PATCH 10/49] Update README.md --- core-java-modules/core-java-nio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-nio/README.md b/core-java-modules/core-java-nio/README.md index 5483e379f9..2b82ccb851 100644 --- a/core-java-modules/core-java-nio/README.md +++ b/core-java-modules/core-java-nio/README.md @@ -9,7 +9,7 @@ This module contains articles about core Java non-blocking input and output (IO) - [A Guide To NIO2 Asynchronous File Channel](https://www.baeldung.com/java-nio2-async-file-channel) - [A Guide to NIO2 FileVisitor](https://www.baeldung.com/java-nio2-file-visitor) - [Guide to Java FileChannel](https://www.baeldung.com/java-filechannel) -- [A Guide to NIO2 File Attribute APIs](https://www.baeldung.com/java-nio2-file-attribute) +- [A Guide To NIO2 File Attribute APIs](https://www.baeldung.com/java-nio2-file-attribute) - [Introduction to the Java NIO2 File API](https://www.baeldung.com/java-nio-2-file-api) - [Java NIO2 Path API](https://www.baeldung.com/java-nio-2-path) - [Guide to Java NIO2 Asynchronous Channel APIs](https://www.baeldung.com/java-nio-2-async-channels) From fd08f00ed1202417d2f63e06e398aade3ace154b Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:01:12 +0530 Subject: [PATCH 11/49] Update README.md --- core-java-modules/core-java-nio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-nio/README.md b/core-java-modules/core-java-nio/README.md index 2b82ccb851..2bc5963bb6 100644 --- a/core-java-modules/core-java-nio/README.md +++ b/core-java-modules/core-java-nio/README.md @@ -7,7 +7,7 @@ This module contains articles about core Java non-blocking input and output (IO) - [Determine File Creation Date in Java](https://www.baeldung.com/java-file-creation-date) - [Find the Number of Lines in a File Using Java](https://www.baeldung.com/java-file-number-of-lines) - [A Guide To NIO2 Asynchronous File Channel](https://www.baeldung.com/java-nio2-async-file-channel) -- [A Guide to NIO2 FileVisitor](https://www.baeldung.com/java-nio2-file-visitor) +- [A Guide To NIO2 FileVisitor](https://www.baeldung.com/java-nio2-file-visitor) - [Guide to Java FileChannel](https://www.baeldung.com/java-filechannel) - [A Guide To NIO2 File Attribute APIs](https://www.baeldung.com/java-nio2-file-attribute) - [Introduction to the Java NIO2 File API](https://www.baeldung.com/java-nio-2-file-api) From b173787fe2c645392efcc358dc37b7ce7caee3a3 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:02:06 +0530 Subject: [PATCH 12/49] Update README.md --- core-java-modules/core-java-string-conversions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-string-conversions/README.md b/core-java-modules/core-java-string-conversions/README.md index ab631cd063..5a9a1c9714 100644 --- a/core-java-modules/core-java-string-conversions/README.md +++ b/core-java-modules/core-java-string-conversions/README.md @@ -11,6 +11,6 @@ This module contains articles about string conversions from/to another type. - [Image to Base64 String Conversion](https://www.baeldung.com/java-base64-image-string) - [Convert a Comma Separated String to a List in Java](https://www.baeldung.com/java-string-with-separator-to-list) - [Convert String to Double in Java](https://www.baeldung.com/java-string-to-double) -- [Convert Char to String in Java](https://www.baeldung.com/java-convert-char-to-string) +- [Convert char to String in Java](https://www.baeldung.com/java-convert-char-to-string) - [Convert String to int or Integer in Java](https://www.baeldung.com/java-convert-string-to-int-or-integer) - More articles: [[next -->]](/core-java-modules/core-java-string-conversions-2) From e25a3150ef331fa9c63fc19706c83416a161fce5 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:02:54 +0530 Subject: [PATCH 13/49] Update README.md --- persistence-modules/spring-jooq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/spring-jooq/README.md b/persistence-modules/spring-jooq/README.md index d0cb946614..0f68f8b1d9 100644 --- a/persistence-modules/spring-jooq/README.md +++ b/persistence-modules/spring-jooq/README.md @@ -4,7 +4,7 @@ This module contains articles about Spring with jOOQ ### Relevant Articles: - [Spring Boot Support for jOOQ](https://www.baeldung.com/spring-boot-support-for-jooq) -- [Introduction to jOOQ with Spring](https://www.baeldung.com/jooq-with-spring) +- [Introduction to Jooq with Spring](https://www.baeldung.com/jooq-with-spring) - [Count Query In jOOQ](https://www.baeldung.com/jooq-count-query) In order to fix the error "Plugin execution not covered by lifecycle configuration: org.jooq:jooq-codegen-maven:3.7.3:generate (execution: default, phase: generate-sources)", right-click on the error message and choose "Mark goal generated as ignore in pom.xml". Until version 1.4.x, the maven-plugin-plugin was covered by the default lifecycle mapping that ships with m2e. From d30ce932f945bd2d16b29406e0d3a0ba190ba288 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:03:39 +0530 Subject: [PATCH 14/49] Update README.md --- jackson-modules/jackson-conversions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackson-modules/jackson-conversions/README.md b/jackson-modules/jackson-conversions/README.md index 8e8e4af73f..0ef8343eb0 100644 --- a/jackson-modules/jackson-conversions/README.md +++ b/jackson-modules/jackson-conversions/README.md @@ -5,7 +5,7 @@ This module contains articles about Jackson conversions. ### Relevant Articles: - [Jackson – Unmarshall to Collection/Array](https://www.baeldung.com/jackson-collection-array) - [Jackson Date](https://www.baeldung.com/jackson-serialize-dates) -- [Jackson – Working with Maps and Nulls](https://www.baeldung.com/jackson-map-null-values-or-null-key) +- [Jackson – Working with Maps and nulls](https://www.baeldung.com/jackson-map-null-values-or-null-key) - [Jackson – Decide What Fields Get Serialized/Deserialized](https://www.baeldung.com/jackson-field-serializable-deserializable-or-not) - [XML Serialization and Deserialization with Jackson](https://www.baeldung.com/jackson-xml-serialization-and-deserialization) - [Map Serialization and Deserialization with Jackson](https://www.baeldung.com/jackson-map) From 883817b66fc80108c5f72f1fdd6326e75a88397e Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:04:24 +0530 Subject: [PATCH 15/49] Update README.md --- spring-web-modules/spring-rest-query-language/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web-modules/spring-rest-query-language/README.md b/spring-web-modules/spring-rest-query-language/README.md index 4458fc93fb..dba416a497 100644 --- a/spring-web-modules/spring-rest-query-language/README.md +++ b/spring-web-modules/spring-rest-query-language/README.md @@ -12,7 +12,7 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com - [REST Query Language with Spring and JPA Criteria](https://www.baeldung.com/rest-search-language-spring-jpa-criteria) - [REST Query Language with Spring Data JPA Specifications](https://www.baeldung.com/rest-api-search-language-spring-data-specifications) -- [REST Query Language with Spring Data JPA and QueryDSL](https://www.baeldung.com/rest-api-search-language-spring-data-querydsl) +- [REST Query Language with Spring Data JPA and Querydsl](https://www.baeldung.com/rest-api-search-language-spring-data-querydsl) - [REST Query Language – Advanced Search Operations](https://www.baeldung.com/rest-api-query-search-language-more-operations) - [REST Query Language with RSQL](https://www.baeldung.com/rest-api-search-language-rsql-fiql) - [REST Query Language – Implementing OR Operation](https://www.baeldung.com/rest-api-query-search-or-operation) From 5ef657d261acd49a1a98f3286bdc8659d9d675c5 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:05:09 +0530 Subject: [PATCH 16/49] Update README.md --- core-java-modules/core-java-collections-list/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-collections-list/README.md b/core-java-modules/core-java-collections-list/README.md index ff7a9876a2..5144757c80 100644 --- a/core-java-modules/core-java-collections-list/README.md +++ b/core-java-modules/core-java-collections-list/README.md @@ -4,7 +4,7 @@ This module contains articles about the Java List collection ### Relevant Articles: - [Java – Get Random Item/Element From a List](http://www.baeldung.com/java-random-list-element) -- [Removing all nulls from a List in Java](http://www.baeldung.com/java-remove-nulls-from-list) +- [Removing all Nulls from a List in Java](http://www.baeldung.com/java-remove-nulls-from-list) - [Removing all duplicates from a List in Java](http://www.baeldung.com/java-remove-duplicates-from-list) - [How to TDD a List Implementation in Java](http://www.baeldung.com/java-test-driven-list) - [Iterating Backward Through a List](http://www.baeldung.com/java-list-iterate-backwards) From 316713e3bc88c00bbc04a0f656f8c27fbbf5d242 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:06:07 +0530 Subject: [PATCH 17/49] Update README.md --- core-java-modules/core-java-10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-10/README.md b/core-java-modules/core-java-10/README.md index 9a110449bc..c2be3109d8 100644 --- a/core-java-modules/core-java-10/README.md +++ b/core-java-modules/core-java-10/README.md @@ -9,6 +9,6 @@ This module contains articles about Java 10 core features - [Copy a List to Another List in Java](http://www.baeldung.com/java-copy-list-to-another) - [Deep Dive Into the New Java JIT Compiler – Graal](https://www.baeldung.com/graal-java-jit-compiler) - [Copying Sets in Java](https://www.baeldung.com/java-copy-sets) -- [Converting between a List and a Set in Java](https://www.baeldung.com/convert-list-to-set-and-set-to-list) +- [Converting Between a List and a Set in Java](https://www.baeldung.com/convert-list-to-set-and-set-to-list) - [Java IndexOutOfBoundsException “Source Does Not Fit in Dest”](https://www.baeldung.com/java-indexoutofboundsexception) - [Collect a Java Stream to an Immutable Collection](https://www.baeldung.com/java-stream-immutable-collection) From a8c71363892ebfbefd3331762095105b5eb6db72 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:06:59 +0530 Subject: [PATCH 18/49] Update README.md --- core-java-modules/core-java-collections-conversions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-java-modules/core-java-collections-conversions/README.md b/core-java-modules/core-java-collections-conversions/README.md index 98dda116d9..5dd1848ce0 100644 --- a/core-java-modules/core-java-collections-conversions/README.md +++ b/core-java-modules/core-java-collections-conversions/README.md @@ -4,7 +4,7 @@ This module contains articles about conversions among Collection types and array ### Relevant Articles: - [Converting between an Array and a List in Java](https://www.baeldung.com/convert-array-to-list-and-list-to-array) -- [Converting between an Array and a Set in Java](https://www.baeldung.com/convert-array-to-set-and-set-to-array) +- [Converting Between an Array and a Set in Java](https://www.baeldung.com/convert-array-to-set-and-set-to-array) - [Convert a Map to an Array, List or Set in Java](https://www.baeldung.com/convert-map-values-to-array-list-set) - [Converting a List to String in Java](https://www.baeldung.com/java-list-to-string) - [How to Convert List to Map in Java](https://www.baeldung.com/java-list-to-map) @@ -12,4 +12,4 @@ This module contains articles about conversions among Collection types and array - [Java 8 Collectors toMap](https://www.baeldung.com/java-collectors-tomap) - [Converting Iterable to Collection in Java](https://www.baeldung.com/java-iterable-to-collection) - [Converting Iterator to List](https://www.baeldung.com/java-convert-iterator-to-list) -- More articles: [[next -->]](../core-java-collections-conversions-2) \ No newline at end of file +- More articles: [[next -->]](../core-java-collections-conversions-2) From 6690a41b17fa0b3e6a49f6f12901debd22cc4617 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:07:46 +0530 Subject: [PATCH 19/49] Update README.md --- jackson-modules/jackson-conversions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jackson-modules/jackson-conversions/README.md b/jackson-modules/jackson-conversions/README.md index 0ef8343eb0..5984ad399a 100644 --- a/jackson-modules/jackson-conversions/README.md +++ b/jackson-modules/jackson-conversions/README.md @@ -9,7 +9,7 @@ This module contains articles about Jackson conversions. - [Jackson – Decide What Fields Get Serialized/Deserialized](https://www.baeldung.com/jackson-field-serializable-deserializable-or-not) - [XML Serialization and Deserialization with Jackson](https://www.baeldung.com/jackson-xml-serialization-and-deserialization) - [Map Serialization and Deserialization with Jackson](https://www.baeldung.com/jackson-map) -- [How to Serialize and Deserialize Enums with Jackson](https://www.baeldung.com/jackson-serialize-enums) +- [How To Serialize and Deserialize Enums with Jackson](https://www.baeldung.com/jackson-serialize-enums) - [Jackson – Marshall String to JsonNode](https://www.baeldung.com/jackson-json-to-jsonnode) - [Mapping Nested Values with Jackson](https://www.baeldung.com/jackson-nested-values) - [Deserialize Immutable Objects with Jackson](https://www.baeldung.com/jackson-deserialize-immutable-objects) From ae2cbb062b4a0b6c4f78356b1e3c249570a257cd Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:08:25 +0530 Subject: [PATCH 20/49] Update README.md --- .../spring-security-web-mvc-custom/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-security-modules/spring-security-web-mvc-custom/README.md b/spring-security-modules/spring-security-web-mvc-custom/README.md index 5eb6169f4b..d7690257db 100644 --- a/spring-security-modules/spring-security-web-mvc-custom/README.md +++ b/spring-security-modules/spring-security-web-mvc-custom/README.md @@ -9,7 +9,7 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com ### Relevant Articles: - [Spring Security Remember Me](https://www.baeldung.com/spring-security-remember-me) -- [Redirect to different pages after Login with Spring Security](https://www.baeldung.com/spring_redirect_after_login) +- [Redirect to Different Pages after Login with Spring Security](https://www.baeldung.com/spring_redirect_after_login) - [Changing Spring Model Parameters with Handler Interceptor](https://www.baeldung.com/spring-model-parameters-with-handler-interceptor) - [Introduction to Spring MVC HandlerInterceptor](https://www.baeldung.com/spring-mvc-handlerinterceptor) - [Using a Custom Spring MVC’s Handler Interceptor to Manage Sessions](https://www.baeldung.com/spring-mvc-custom-handler-interceptor) From 4b39988d6648426d4b75216c0b4f1f88c691becd Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:09:14 +0530 Subject: [PATCH 21/49] Update README.md --- google-cloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud/README.md b/google-cloud/README.md index 5458fb1a93..e67b95cf3e 100644 --- a/google-cloud/README.md +++ b/google-cloud/README.md @@ -4,7 +4,7 @@ This module contains articles about Google Cloud ### Relevant Article: -- [Intro to Google Cloud Storage With Java](https://www.baeldung.com/java-google-cloud-storage) +- [Intro to Google Cloud Storage with Java](https://www.baeldung.com/java-google-cloud-storage) ### Overview From fda653efe981c834730ee828b740d4abc1f925cd Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:10:05 +0530 Subject: [PATCH 22/49] Update README.md --- libraries-data-io/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries-data-io/README.md b/libraries-data-io/README.md index 16c7cc66eb..b30287655e 100644 --- a/libraries-data-io/README.md +++ b/libraries-data-io/README.md @@ -6,7 +6,7 @@ This module contains articles about IO data processing libraries. - [Introduction To Kryo](https://www.baeldung.com/kryo) - [Parsing YAML with SnakeYAML](https://www.baeldung.com/java-snake-yaml) - [Introduction to Smooks](https://www.baeldung.com/smooks) -- [Introduction To OpenCSV](https://www.baeldung.com/opencsv) +- [Introduction to OpenCSV](https://www.baeldung.com/opencsv) - [Interact with Google Sheets from Java](https://www.baeldung.com/google-sheets-java-client) - [Introduction To Docx4J](https://www.baeldung.com/docx4j) - [Breaking YAML Strings Over Multiple Lines](https://www.baeldung.com/yaml-multi-line) From b890b9b6487d85b519a36349d02837e9ef621b86 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:10:45 +0530 Subject: [PATCH 23/49] Update README.md --- javafx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javafx/README.md b/javafx/README.md index 5e034adb38..7db1478129 100644 --- a/javafx/README.md +++ b/javafx/README.md @@ -4,7 +4,7 @@ This module contains articles about JavaFX. ### Relevant Articles: -- [Introduction to JavaFX](https://www.baeldung.com/javafx) +- [Introduction to JavaFx](https://www.baeldung.com/javafx) - [Display Custom Items in JavaFX ListView](https://www.baeldung.com/javafx-listview-display-custom-items) - [Adding EventHandler to JavaFX Button](https://www.baeldung.com/javafx-button-eventhandler) From 992ca8622f924533cd24d7208ab1e99ece4f301f Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:11:28 +0530 Subject: [PATCH 24/49] Update README.md --- spring-reactive-modules/spring-5-reactive/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-reactive-modules/spring-5-reactive/README.md b/spring-reactive-modules/spring-5-reactive/README.md index 723a2e6b8a..aa8d2800e2 100644 --- a/spring-reactive-modules/spring-5-reactive/README.md +++ b/spring-reactive-modules/spring-5-reactive/README.md @@ -9,7 +9,7 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring - [Exploring the Spring 5 WebFlux URL Matching](https://www.baeldung.com/spring-5-mvc-url-matching) - [Reactive WebSockets with Spring 5](https://www.baeldung.com/spring-5-reactive-websockets) -- [Spring Webflux Filters](https://www.baeldung.com/spring-webflux-filters) +- [Spring WebFlux Filters](https://www.baeldung.com/spring-webflux-filters) - [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header) - [A Guide to Spring Session Reactive Support: WebSession](https://www.baeldung.com/spring-session-reactive) - More articles: [[next -->]](../spring-5-reactive-2) From 1ed0637444e746f9cf54e141c358ca53239d168e Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:12:27 +0530 Subject: [PATCH 25/49] Update README.md --- spring-cloud-modules/spring-cloud-kubernetes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-modules/spring-cloud-kubernetes/README.md b/spring-cloud-modules/spring-cloud-kubernetes/README.md index 328b870a44..0f9345928d 100644 --- a/spring-cloud-modules/spring-cloud-kubernetes/README.md +++ b/spring-cloud-modules/spring-cloud-kubernetes/README.md @@ -4,6 +4,6 @@ This module contains articles about Spring Cloud Kubernetes. ### Relevant Articles: -- [Running Spring Boot Applications with Minikube](https://www.baeldung.com/spring-boot-minikube) +- [Running Spring Boot Applications With Minikube](https://www.baeldung.com/spring-boot-minikube) - [Self-Healing Applications with Kubernetes and Spring Boot](https://www.baeldung.com/spring-boot-kubernetes-self-healing-apps) - [Guide to Spring Cloud Kubernetes](https://www.baeldung.com/spring-cloud-kubernetes) From 38e0a3bec2ec7ec290d7b0c98fca892a6ece5b25 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:17:01 +0530 Subject: [PATCH 26/49] Update README.md --- patterns-modules/design-patterns-structural/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns-modules/design-patterns-structural/README.md b/patterns-modules/design-patterns-structural/README.md index 3478b89c42..d2102868b2 100644 --- a/patterns-modules/design-patterns-structural/README.md +++ b/patterns-modules/design-patterns-structural/README.md @@ -1,7 +1,7 @@ ### Relevant Articles: - [Facade Design Pattern in Java](https://www.baeldung.com/java-facade-pattern) - [Proxy, Decorator, Adapter and Bridge Patterns](https://www.baeldung.com/java-structural-design-patterns) -- [Composite Design Pattern in Java](https://www.baeldung.com/java-composite-pattern) +- [Composite Design pattern in Java](https://www.baeldung.com/java-composite-pattern) - [The Decorator Pattern in Java](https://www.baeldung.com/java-decorator-pattern) - [The Adapter Pattern in Java](https://www.baeldung.com/java-adapter-pattern) - [The Proxy Pattern in Java](https://www.baeldung.com/java-proxy-pattern) From 5a944c0bfb8bdbc76e8fb6e4a45984d90ef9df0e Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:18:11 +0530 Subject: [PATCH 27/49] Update README.md --- core-java-modules/core-java-strings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-strings/README.md b/core-java-modules/core-java-strings/README.md index 5daae8394a..835e9ec582 100644 --- a/core-java-modules/core-java-strings/README.md +++ b/core-java-modules/core-java-strings/README.md @@ -3,7 +3,7 @@ This module contains articles about strings in Java. ### Relevant Articles: -- [Use char[] Array over a String for Manipulating Passwords in Java?](https://www.baeldung.com/java-storing-passwords) +- [Use char[] Array Over a String for Manipulating Passwords in Java?](https://www.baeldung.com/java-storing-passwords) - [Compact Strings in Java 9](https://www.baeldung.com/java-9-compact-string) - [String Not Empty Test Assertions in Java](https://www.baeldung.com/java-assert-string-not-empty) - [String Performance Hints](https://www.baeldung.com/java-string-performance) From 4c54a43bd015c6d92658bc8a58c6b41768cd489d Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:20:27 +0530 Subject: [PATCH 28/49] Update README.md --- core-java-modules/core-java-networking-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-networking-2/README.md b/core-java-modules/core-java-networking-2/README.md index fa49c35bf8..958f724fc8 100644 --- a/core-java-modules/core-java-networking-2/README.md +++ b/core-java-modules/core-java-networking-2/README.md @@ -10,7 +10,7 @@ This module contains articles about networking in Java - [Do a Simple HTTP Request in Java](https://www.baeldung.com/java-http-request) - [Sending Emails with Java](https://www.baeldung.com/java-email) - [Authentication with HttpUrlConnection](https://www.baeldung.com/java-http-url-connection) -- [Download a File from an URL in Java](https://www.baeldung.com/java-download-file) +- [Download a File From an URL in Java](https://www.baeldung.com/java-download-file) - [Handling java.net.ConnectException](https://www.baeldung.com/java-net-connectexception) - [Getting MAC addresses in Java](https://www.baeldung.com/java-mac-address) - [Sending Emails with Attachments in Java](https://www.baeldung.com/java-send-emails-attachments) From 18b0bf86d6d4da39c02ffa8161f8f817c61ef8b5 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:21:56 +0530 Subject: [PATCH 29/49] Update README.md --- spring-web-modules/spring-thymeleaf-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web-modules/spring-thymeleaf-2/README.md b/spring-web-modules/spring-thymeleaf-2/README.md index 488a0bdc2d..e21b7b6be7 100644 --- a/spring-web-modules/spring-thymeleaf-2/README.md +++ b/spring-web-modules/spring-thymeleaf-2/README.md @@ -8,7 +8,7 @@ This module contains articles about Spring with Thymeleaf - [Spring Request Parameters with Thymeleaf](https://www.baeldung.com/spring-thymeleaf-request-parameters) - [Thymeleaf lists Utility Object](https://www.baeldung.com/thymeleaf-lists-utility) - [Spring Path Variables with Thymeleaf](https://www.baeldung.com/spring-thymeleaf-path-variables) -- [Working with Arrays in Thymeleaf](https://www.baeldung.com/thymeleaf-arrays) +- [Working With Arrays in Thymeleaf](https://www.baeldung.com/thymeleaf-arrays) - [Working with Boolean in Thymeleaf](https://www.baeldung.com/thymeleaf-boolean) - [Working With Custom HTML Attributes in Thymeleaf](https://www.baeldung.com/thymeleaf-custom-html-attributes) - [[<-- prev]](/spring-thymeleaf) From ea49f2c2508f2cb3fe0848ea2de166611c106f0c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:22:58 +0530 Subject: [PATCH 30/49] Update README.md --- core-java-modules/core-java-string-algorithms-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-string-algorithms-2/README.md b/core-java-modules/core-java-string-algorithms-2/README.md index dbfbb3ef3c..5d39291cfb 100644 --- a/core-java-modules/core-java-string-algorithms-2/README.md +++ b/core-java-modules/core-java-string-algorithms-2/README.md @@ -6,7 +6,7 @@ This module contains articles about string-related algorithms. - [How to Remove the Last Character of a String?](https://www.baeldung.com/java-remove-last-character-of-string) - [Add a Character to a String at a Given Position](https://www.baeldung.com/java-add-character-to-string) - [Java Check a String for Lowercase/Uppercase Letter, Special Character and Digit](https://www.baeldung.com/java-lowercase-uppercase-special-character-digit-regex) -- [Remove or Replace Part of a String in Java](https://www.baeldung.com/java-remove-replace-string-part) +- [Remove or Replace part of a String in Java](https://www.baeldung.com/java-remove-replace-string-part) - [Replace a Character at a Specific Index in a String in Java](https://www.baeldung.com/java-replace-character-at-index) - [Join Array of Primitives with Separator in Java](https://www.baeldung.com/java-join-primitive-array) - [Pad a String with Zeros or Spaces in Java](https://www.baeldung.com/java-pad-string) From 12d78e5aac4bbcab5d52ce451cfb0cd5e253c854 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:24:33 +0530 Subject: [PATCH 31/49] Update README.md --- persistence-modules/spring-data-rest/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/spring-data-rest/README.md b/persistence-modules/spring-data-rest/README.md index cbdd8986eb..e621ac3bd8 100644 --- a/persistence-modules/spring-data-rest/README.md +++ b/persistence-modules/spring-data-rest/README.md @@ -9,7 +9,7 @@ This module contains articles about Spring Data REST - [Projections and Excerpts in Spring Data REST](https://www.baeldung.com/spring-data-rest-projections-excerpts) - [Spring Data REST Events with @RepositoryEventHandler](https://www.baeldung.com/spring-data-rest-events) - [Customizing HTTP Endpoints in Spring Data REST](https://www.baeldung.com/spring-data-rest-customize-http-endpoints) -- [Spring Boot with SQLite](https://www.baeldung.com/spring-boot-sqlite) +- [Spring Boot With SQLite](https://www.baeldung.com/spring-boot-sqlite) ### The Course The "REST With Spring" Classes: http://bit.ly/restwithspring From 87c7c14924e769493bf374109e6efeeca41b3460 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:28:12 +0530 Subject: [PATCH 32/49] Update README.md --- core-java-modules/core-java-string-algorithms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-string-algorithms/README.md b/core-java-modules/core-java-string-algorithms/README.md index 5e4f74602d..e8c8e32da8 100644 --- a/core-java-modules/core-java-string-algorithms/README.md +++ b/core-java-modules/core-java-string-algorithms/README.md @@ -9,7 +9,7 @@ This module contains articles about string-related algorithms. - [Removing Stopwords from a String in Java](https://www.baeldung.com/java-string-remove-stopwords) - [Removing Repeated Characters from a String](https://www.baeldung.com/java-remove-repeated-char) - [How to Reverse a String in Java](https://www.baeldung.com/java-reverse-string) -- [Check If a String Is a Pangram in Java](https://www.baeldung.com/java-string-pangram) +- [Check if a String is a Pangram in Java](https://www.baeldung.com/java-string-pangram) - [Check If a String Contains Multiple Keywords in Java](https://www.baeldung.com/string-contains-multiple-words) - [Checking If a String Is a Repeated Substring](https://www.baeldung.com/java-repeated-substring) - [Remove Emojis from a Java String](https://www.baeldung.com/java-string-remove-emojis) From 29da559a02efedc3cac2161503cb704e43ead505 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:29:02 +0530 Subject: [PATCH 33/49] Update README.md --- patterns-modules/solid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns-modules/solid/README.md b/patterns-modules/solid/README.md index b7eeb59a6f..3ef73bc42f 100644 --- a/patterns-modules/solid/README.md +++ b/patterns-modules/solid/README.md @@ -1,6 +1,6 @@ ### Relevant Articles: -- [A Solid Guide to Solid Principles](https://www.baeldung.com/solid-principles) +- [A Solid Guide to SOLID Principles](https://www.baeldung.com/solid-principles) - [Single Responsibility Principle in Java](https://www.baeldung.com/java-single-responsibility-principle) - [Open/Closed Principle in Java](https://www.baeldung.com/java-open-closed-principle) - [Interface Segregation Principle in Java](https://www.baeldung.com/java-interface-segregation) From ec1fa4001029fabaff2ff4fbb1fe8a9024d6ed0c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:46:04 +0530 Subject: [PATCH 34/49] Update README.md --- core-java-modules/core-java-networking-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-networking-2/README.md b/core-java-modules/core-java-networking-2/README.md index 958f724fc8..2b5e0e4edf 100644 --- a/core-java-modules/core-java-networking-2/README.md +++ b/core-java-modules/core-java-networking-2/README.md @@ -5,7 +5,7 @@ This module contains articles about networking in Java ### Relevant Articles - [Checking If a URL Exists in Java](https://www.baeldung.com/java-check-url-exists) -- [Making a JSON POST Request with HttpURLConnection](https://www.baeldung.com/httpurlconnection-post) +- [Making a JSON POST Request With HttpURLConnection](https://www.baeldung.com/httpurlconnection-post) - [Using Curl in Java](https://www.baeldung.com/java-curl) - [Do a Simple HTTP Request in Java](https://www.baeldung.com/java-http-request) - [Sending Emails with Java](https://www.baeldung.com/java-email) From eb56a08cb64e5c492a1602927804cf632475ce03 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:49:46 +0530 Subject: [PATCH 35/49] Update README.md --- core-java-modules/core-java-networking-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-networking-2/README.md b/core-java-modules/core-java-networking-2/README.md index 2b5e0e4edf..c223e20a84 100644 --- a/core-java-modules/core-java-networking-2/README.md +++ b/core-java-modules/core-java-networking-2/README.md @@ -4,7 +4,7 @@ This module contains articles about networking in Java ### Relevant Articles -- [Checking If a URL Exists in Java](https://www.baeldung.com/java-check-url-exists) +- [Checking if a URL Exists in Java](https://www.baeldung.com/java-check-url-exists) - [Making a JSON POST Request With HttpURLConnection](https://www.baeldung.com/httpurlconnection-post) - [Using Curl in Java](https://www.baeldung.com/java-curl) - [Do a Simple HTTP Request in Java](https://www.baeldung.com/java-http-request) From 90535edd498d281a2b6467ee0fabb0b13cf7dd76 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:52:36 +0530 Subject: [PATCH 36/49] Update README.md --- spring-5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-5/README.md b/spring-5/README.md index 018aa05db7..a3a7e44d20 100644 --- a/spring-5/README.md +++ b/spring-5/README.md @@ -9,5 +9,5 @@ This module contains articles about Spring 5 - [Introduction to Spring REST Docs](https://www.baeldung.com/spring-rest-docs) - [Spring ResponseStatusException](https://www.baeldung.com/spring-response-status-exception) - [Spring Assert Statements](https://www.baeldung.com/spring-assert) -- [Difference between \ vs \](https://www.baeldung.com/spring-contextannotation-contextcomponentscan) +- [Difference between vs ](https://www.baeldung.com/spring-contextannotation-contextcomponentscan) - [Configuring a Hikari Connection Pool with Spring Boot](https://www.baeldung.com/spring-boot-hikari) From 1ebadbacb7be969b7a13a9f76ce36439cb59c692 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:56:41 +0530 Subject: [PATCH 37/49] Update README.md --- linux-bash/json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-bash/json/README.md b/linux-bash/json/README.md index c0ed9d14d7..eb832537f3 100644 --- a/linux-bash/json/README.md +++ b/linux-bash/json/README.md @@ -1,2 +1,2 @@ ### Relevant Articles: -- [Guide to Linux jq Command for JSON processing](https://www.baeldung.com/linux/jq-command-json) +- [Guide to Linux jq Command for JSON Processing](https://www.baeldung.com/linux/jq-command-json) From 9d85dbf6b66ddfb770508a7aa125c706ad78b658 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:04:39 +0530 Subject: [PATCH 38/49] Update README.md --- core-java-modules/core-java-date-operations-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-date-operations-2/README.md b/core-java-modules/core-java-date-operations-2/README.md index 5dedd006c1..1555492bf6 100644 --- a/core-java-modules/core-java-date-operations-2/README.md +++ b/core-java-modules/core-java-date-operations-2/README.md @@ -5,7 +5,7 @@ This module contains articles about date operations in Java. - [Get the Current Date Prior to Java 8](https://www.baeldung.com/java-get-the-current-date-legacy) - [Skipping Weekends While Adding Days to LocalDate in Java 8](https://www.baeldung.com/java-localdate-add-days-skip-weekends) -- [Checking If Two Java Dates Are on the Same Day](https://www.baeldung.com/java-check-two-dates-on-same-day) +- [Checking if Two Java Dates are On the Same Day](https://www.baeldung.com/java-check-two-dates-on-same-day) - [Converting Java Date to OffsetDateTime](https://www.baeldung.com/java-convert-date-to-offsetdatetime) - [How to Set the JVM Time Zone](https://www.baeldung.com/java-jvm-time-zone) - [How to determine day of week by passing specific date in Java?](https://www.baeldung.com/java-get-day-of-week) From 80d73099cc9bb6078cfb22cd8404d1f6084a7528 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:05:28 +0530 Subject: [PATCH 39/49] Update README.md --- spring-web-modules/spring-mvc-basics-4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web-modules/spring-mvc-basics-4/README.md b/spring-web-modules/spring-mvc-basics-4/README.md index e3211a87df..d4578f6ca4 100644 --- a/spring-web-modules/spring-mvc-basics-4/README.md +++ b/spring-web-modules/spring-mvc-basics-4/README.md @@ -7,7 +7,7 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring - [Quick Guide to Spring Controllers](https://www.baeldung.com/spring-controllers) - [Model, ModelMap, and ModelAndView in Spring MVC](https://www.baeldung.com/spring-mvc-model-model-map-model-view) - [Spring Web Contexts](https://www.baeldung.com/spring-web-contexts) -- [Spring Optional Path variables](https://www.baeldung.com/spring-optional-path-variables) +- [Spring Optional Path Variables](https://www.baeldung.com/spring-optional-path-variables) - [JSON Parameters with Spring MVC](https://www.baeldung.com/spring-mvc-send-json-parameters) - [How to Set JSON Content Type In Spring MVC](https://www.baeldung.com/spring-mvc-set-json-content-type) - [Validating Lists in a Spring Controller](https://www.baeldung.com/spring-validate-list-controller) From 223f05f88f00a78197e22f59a6ff244e9afe80db Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:06:12 +0530 Subject: [PATCH 40/49] Update README.md --- libraries-testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries-testing/README.md b/libraries-testing/README.md index 880c3dd2e6..2c473e8aa6 100644 --- a/libraries-testing/README.md +++ b/libraries-testing/README.md @@ -11,6 +11,6 @@ This module contains articles about test libraries. - [Introduction to Awaitility](https://www.baeldung.com/awaitility-testing) - [Introduction to Hoverfly in Java](https://www.baeldung.com/hoverfly) - [Testing with Hamcrest](https://www.baeldung.com/java-junit-hamcrest-guide) -- [Introduction To DBUnit](https://www.baeldung.com/java-dbunit) +- [Introduction to DBUnit](https://www.baeldung.com/java-dbunit) - [Introduction to ArchUnit](https://www.baeldung.com/java-archunit-intro) - [Guide to the ModelAssert Library for JSON](https://www.baeldung.com/json-modelassert) From 9dea75d8a10da361163714f5709e6152a1b09f25 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:07:05 +0530 Subject: [PATCH 41/49] Update README.md --- persistence-modules/spring-data-jpa-enterprise/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/spring-data-jpa-enterprise/README.md b/persistence-modules/spring-data-jpa-enterprise/README.md index ca89bd54e7..08fa55c14e 100644 --- a/persistence-modules/spring-data-jpa-enterprise/README.md +++ b/persistence-modules/spring-data-jpa-enterprise/README.md @@ -9,7 +9,7 @@ This module contains articles about Spring Data JPA used in enterprise applicati - [A Guide to Spring’s Open Session In View](https://www.baeldung.com/spring-open-session-in-view) - [Working with Lazy Element Collections in JPA](https://www.baeldung.com/java-jpa-lazy-collections) - [Custom Naming Convention with Spring Data JPA](https://www.baeldung.com/spring-data-jpa-custom-naming) -- [Partial Data Update with Spring Data](https://www.baeldung.com/spring-data-partial-update) +- [Partial Data Update With Spring Data](https://www.baeldung.com/spring-data-partial-update) - [Spring Data JPA @Modifying Annotation](https://www.baeldung.com/spring-data-jpa-modifying-annotation) ### Eclipse Config From c6c747081de7a016f96d98fa7e6d4e884c6cc704 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:09:05 +0530 Subject: [PATCH 42/49] Update README.md --- core-java-modules/core-java-arrays-guides/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-arrays-guides/README.md b/core-java-modules/core-java-arrays-guides/README.md index 00bb6b53c8..ed10df5b00 100644 --- a/core-java-modules/core-java-arrays-guides/README.md +++ b/core-java-modules/core-java-arrays-guides/README.md @@ -5,7 +5,7 @@ This module contains complete guides about arrays in Java ### Relevant Articles: - [Arrays in Java: A Reference Guide](https://www.baeldung.com/java-arrays-guide) - [Guide to the java.util.Arrays Class](https://www.baeldung.com/java-util-arrays) -- [What is \[Ljava.lang.Object;?](https://www.baeldung.com/java-tostring-array) +- [What is [Ljava.lang.Object;?](https://www.baeldung.com/java-tostring-array) - [Guide to ArrayStoreException](https://www.baeldung.com/java-arraystoreexception) - [Creating a Generic Array in Java](https://www.baeldung.com/java-generic-array) - [Maximum Size of Java Arrays](https://www.baeldung.com/java-arrays-max-size) From 632fcb582a6455ed6fdb7fd00ec538078a62b1a7 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:09:58 +0530 Subject: [PATCH 43/49] Update README.md --- web-modules/javax-servlets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-modules/javax-servlets/README.md b/web-modules/javax-servlets/README.md index fe070f73b5..bda7cd19e3 100644 --- a/web-modules/javax-servlets/README.md +++ b/web-modules/javax-servlets/README.md @@ -12,4 +12,4 @@ This module contains articles about Servlets. - [Jakarta EE Servlet Exception Handling](https://www.baeldung.com/servlet-exceptions) - [Context and Servlet Initialization Parameters](https://www.baeldung.com/context-servlet-initialization-param) - [The Difference between getRequestURI and getPathInfo in HttpServletRequest](https://www.baeldung.com/http-servlet-request-requesturi-pathinfo) -- [Difference between request.getSession() and request.getSession(true)](https://www.baeldung.com/java-request-getsession) +- [Difference Between request.getSession() and request.getSession(true)](https://www.baeldung.com/java-request-getsession) From fc9c32a0c3b96b3c9d0c7a74c1be331a5dfdf8d0 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:10:37 +0530 Subject: [PATCH 44/49] Update README.md --- spring-security-modules/spring-security-web-thymeleaf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-security-modules/spring-security-web-thymeleaf/README.md b/spring-security-modules/spring-security-web-thymeleaf/README.md index a32861d150..332ae8219c 100644 --- a/spring-security-modules/spring-security-web-thymeleaf/README.md +++ b/spring-security-modules/spring-security-web-thymeleaf/README.md @@ -5,4 +5,4 @@ This module contains articles about Spring Security with Thymeleaf. ### Relevant Articles: - [Spring Security with Thymeleaf](https://www.baeldung.com/spring-security-thymeleaf) -- [Display Logged-in User's Information in Thymeleaf](https://www.baeldung.com/spring-thymeleaf-user-info) +- [Display Logged-in User’s Information in Thymeleaf](https://www.baeldung.com/spring-thymeleaf-user-info) From 85d6618c155e78a773957cbe20c708ee76ac409c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:11:33 +0530 Subject: [PATCH 45/49] Update README.md --- spring-boot-modules/spring-boot-3/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-3/README.md b/spring-boot-modules/spring-boot-3/README.md index 25408777b9..ea30573163 100644 --- a/spring-boot-modules/spring-boot-3/README.md +++ b/spring-boot-modules/spring-boot-3/README.md @@ -1,4 +1,4 @@ ### Relevant Articles: -- [Spring Boot 3 and Spring Framework 6.0 – What's New](https://www.baeldung.com/spring-boot-3-spring-6-new) +- [Spring Boot 3 and Spring Framework 6.0 – What’s New](https://www.baeldung.com/spring-boot-3-spring-6-new) From ad8db24569ad3ef9d8073c3927cee34532153e7c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:12:18 +0530 Subject: [PATCH 46/49] Update README.md --- spring-core-6/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core-6/README.md b/spring-core-6/README.md index 2fc7ae3899..9976dbc099 100644 --- a/spring-core-6/README.md +++ b/spring-core-6/README.md @@ -1,4 +1,4 @@ ### Relevant Articles: - [Instantiating Multiple Beans of the Same Class with Spring Annotations](https://www.baeldung.com/spring-same-class-multiple-beans) -- [Using Environment Variables in Spring Boot's application.properties](https://www.baeldung.com/spring-boot-properties-env-variables) +- [Using Environment Variables in Spring Boot’s application.properties](https://www.baeldung.com/spring-boot-properties-env-variables) From b99ad6de82b409c33217e3b79eb0b31dd17f8b56 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:32:40 +0530 Subject: [PATCH 47/49] Update README.md --- core-java-modules/core-java-concurrency-simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-concurrency-simple/README.md b/core-java-modules/core-java-concurrency-simple/README.md index 861d9e7792..5cbfc67862 100644 --- a/core-java-modules/core-java-concurrency-simple/README.md +++ b/core-java-modules/core-java-concurrency-simple/README.md @@ -6,7 +6,7 @@ This module contains articles about Java Concurrency that are also part of an Eb - [Life Cycle of a Thread in Java](https://www.baeldung.com/java-thread-lifecycle) - [How to Start a Thread in Java](https://www.baeldung.com/java-start-thread) -- [Thread's wait and notify() Methods in Java](https://www.baeldung.com/java-wait-notify) +- [wait and notify() Methods in Java](https://www.baeldung.com/java-wait-notify) - [The Thread.join() Method in Java](https://www.baeldung.com/java-thread-join) - [Guide to the Synchronized Keyword in Java](https://www.baeldung.com/java-synchronized) - [Guide to the Volatile Keyword in Java](https://www.baeldung.com/java-volatile) From a9b07fe7c69fc5a56a7d243a58a3de3c0dce329e Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:39:30 +0530 Subject: [PATCH 48/49] Update README.md --- core-java-modules/core-java-numbers-5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-numbers-5/README.md b/core-java-modules/core-java-numbers-5/README.md index c51d78d214..19e155b525 100644 --- a/core-java-modules/core-java-numbers-5/README.md +++ b/core-java-modules/core-java-numbers-5/README.md @@ -1,5 +1,5 @@ ### Relevant Articles: -- [Check if a Number Is Odd or Even](https://www.baeldung.com/java-check-number-parity) +- [Check if a Number Is Odd or Even in Java](https://www.baeldung.com/java-check-number-parity) - [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) From 8e673b2ddb26b69aedf892509be31b068d01d250 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:48:37 +0530 Subject: [PATCH 49/49] Update README.md --- core-java-modules/core-java-lang-oop-types/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-lang-oop-types/README.md b/core-java-modules/core-java-lang-oop-types/README.md index 1ac5a5c804..4ebbf501ec 100644 --- a/core-java-modules/core-java-lang-oop-types/README.md +++ b/core-java-modules/core-java-lang-oop-types/README.md @@ -8,7 +8,7 @@ This module contains articles about types in Java - [Guide to the this Java Keyword](https://www.baeldung.com/java-this) - [Nested Classes in Java](https://www.baeldung.com/java-nested-classes) - [Marker Interfaces in Java](https://www.baeldung.com/java-marker-interfaces) -- [Iterating Over Enum Values in Java](https://www.baeldung.com/java-enum-iteration) +- [Iterating over Enum Values in Java](https://www.baeldung.com/java-enum-iteration) - [Attaching Values to Java Enum](https://www.baeldung.com/java-enum-values) - [A Guide to Java Enums](https://www.baeldung.com/a-guide-to-java-enums) - [Determine if an Object is of Primitive Type](https://www.baeldung.com/java-object-primitive-type)