From 3f0c4c27a2d74a53dbe305f239c215fc9956015d Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:57:36 +0800 Subject: [PATCH 01/10] Update README.md [skip ci] --- core-java-modules/core-java-lang-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-5/README.md b/core-java-modules/core-java-lang-5/README.md index dbd3878458..6d610f40b9 100644 --- a/core-java-modules/core-java-lang-5/README.md +++ b/core-java-modules/core-java-lang-5/README.md @@ -11,3 +11,4 @@ This module contains articles about core features in the Java language - [Variable Instantiation on Declaration vs. on Constructor in Java](https://www.baeldung.com/java-variable-instantiation-declaration-vs-constructor) - [Infinity in Java](https://www.baeldung.com/java-infinity) - [Type Parameter vs Wildcard in Java Generics](https://www.baeldung.com/java-generics-type-parameter-vs-wildcard) +- [Convert Between int and char in Java](https://www.baeldung.com/java-convert-int-char) From 6dbfd8bcf8361a637f9af65f8383d20916eb06aa Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:02:36 +0800 Subject: [PATCH 02/10] Update README.md [skip ci] --- spring-reactive-modules/spring-5-reactive-client-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-reactive-modules/spring-5-reactive-client-2/README.md b/spring-reactive-modules/spring-5-reactive-client-2/README.md index 067a87a9d5..04fe3c8f42 100644 --- a/spring-reactive-modules/spring-5-reactive-client-2/README.md +++ b/spring-reactive-modules/spring-5-reactive-client-2/README.md @@ -7,4 +7,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles - [Limiting the Requests per Second With WebClient](https://www.baeldung.com/spring-webclient-limit-requests-per-second) +- [Stream Large Byte[] to File With WebClient](https://www.baeldung.com/webclient-stream-large-byte-array-to-file) - More articles: [[<-- prev]](../spring-5-reactive-client) From 769406aa327f2f4d89d0ecc9719fbeaf92d3a73a Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:06:38 +0800 Subject: [PATCH 03/10] Update README.md [skip ci] --- testing-modules/assertion-libraries/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing-modules/assertion-libraries/README.md b/testing-modules/assertion-libraries/README.md index 5be5c7e004..4363ba2ed7 100644 --- a/testing-modules/assertion-libraries/README.md +++ b/testing-modules/assertion-libraries/README.md @@ -10,3 +10,4 @@ - [Custom Assertions with AssertJ](http://www.baeldung.com/assertj-custom-assertion) - [Using Conditions with AssertJ Assertions](http://www.baeldung.com/assertj-conditions) - [AssertJ Exception Assertions](http://www.baeldung.com/assertj-exception-assertion) +- [Extract Values using AssertJ in Java](https://www.baeldung.com/java-extract-values-assertj) From 65cc5b6d0504e5df2d1166a267e1adffe8262503 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:13:12 +0800 Subject: [PATCH 04/10] Update README.md [skip ci] --- core-java-modules/core-java-collections-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-collections-4/README.md b/core-java-modules/core-java-collections-4/README.md index 8cd52addfd..f3a7d87403 100644 --- a/core-java-modules/core-java-collections-4/README.md +++ b/core-java-modules/core-java-collections-4/README.md @@ -15,3 +15,4 @@ - [Guide to Java PriorityQueue](https://www.baeldung.com/java-priorityqueue) - [Java Generics PECS – Producer Extends Consumer Super](https://www.baeldung.com/java-generics-pecs) - [Reversing a Stack in Java](https://www.baeldung.com/java-reversing-a-stack) +- [Sorting a HashSet in Java](https://www.baeldung.com/java-sort-hashset) From 5a3d675ff71a019c4cabbda9c6ee04613e404233 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:17:45 +0800 Subject: [PATCH 05/10] Update README.md [skip ci] --- spring-boot-modules/spring-boot-artifacts-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-artifacts-2/README.md b/spring-boot-modules/spring-boot-artifacts-2/README.md index 5d0a6ebcd1..a6601adc0f 100644 --- a/spring-boot-modules/spring-boot-artifacts-2/README.md +++ b/spring-boot-modules/spring-boot-artifacts-2/README.md @@ -6,4 +6,5 @@ This module contains articles about configuring the Spring Boot build process 2. - [Difference Between spring-boot:repackage and Maven package](https://www.baeldung.com/spring-boot-repackage-vs-mvn-package) - [Intro to Spring Boot Starters](https://www.baeldung.com/spring-boot-starters) +- [Fixing the No Main Manifest Attribute in Spring Boot](https://www.baeldung.com/spring-boot-fix-the-no-main-manifest-attribute) - More articles: [[<-- prev]](/spring-boot-modules/spring-boot-artifacts) From aa58d16e8ff71f32b5247bcc1c3f26dc2fb69178 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:25:58 +0800 Subject: [PATCH 06/10] Update README.md [skip ci] --- 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 f35c946107..94fb7e855e 100644 --- a/core-java-modules/core-java-string-operations-5/README.md +++ b/core-java-modules/core-java-string-operations-5/README.md @@ -7,3 +7,4 @@ - [Convert String to char in Java](https://www.baeldung.com/java-convert-string-to-char) - [Convert String to String Array](https://www.baeldung.com/java-convert-string-to-string-array) - [String Interpolation in Java](https://www.baeldung.com/java-string-interpolation) +- [Guide to Splitting a String by Whitespace in Java](https://www.baeldung.com/java-splitting-a-string-by-whitespace) From f699da12c63f082b7c2937951e735de6e646559c Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:29:03 +0800 Subject: [PATCH 07/10] Update README.md [skip ci] --- core-java-modules/core-java-lambdas/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lambdas/README.md b/core-java-modules/core-java-lambdas/README.md index a17d3434c5..cad2097673 100644 --- a/core-java-modules/core-java-lambdas/README.md +++ b/core-java-modules/core-java-lambdas/README.md @@ -9,3 +9,4 @@ - [The Double Colon Operator in Java 8](https://www.baeldung.com/java-8-double-colon-operator) - [Serialize a Lambda in Java](https://www.baeldung.com/java-serialize-lambda) - [Convert Anonymous Class into Lambda in Java](https://www.baeldung.com/java-from-anonymous-class-to-lambda) +- [When to Use Callable and Supplier in Java](https://www.baeldung.com/java-callable-vs-supplier) From fb17e689426659ea9020d46b450d3f7adcd4533a Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:33:40 +0800 Subject: [PATCH 08/10] Update README.md [skip ci] --- core-java-modules/core-java-concurrency-collections-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-concurrency-collections-2/README.md b/core-java-modules/core-java-concurrency-collections-2/README.md index 692c218395..c812ed4284 100644 --- a/core-java-modules/core-java-concurrency-collections-2/README.md +++ b/core-java-modules/core-java-concurrency-collections-2/README.md @@ -3,4 +3,5 @@ - [Introduction to Lock Striping](https://www.baeldung.com/java-lock-stripping) - [Guide to the Java TransferQueue](http://www.baeldung.com/java-transfer-queue) - [Java Concurrent HashSet Equivalent to ConcurrentHashMap](https://www.baeldung.com/java-concurrent-hashset-concurrenthashmap) +- [Reading and Writing With a ConcurrentHashMap](https://www.baeldung.com/concurrenthashmap-reading-and-writing) - [[<-- Prev]](/core-java-modules/core-java-concurrency-collections) From 7c3fc3b10f4525abf001cf84dc0b62123d6c7956 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:38:21 +0800 Subject: [PATCH 09/10] Update README.md [skip ci] --- json-modules/json-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/json-modules/json-2/README.md b/json-modules/json-2/README.md index 8087927ad3..750bb064c8 100644 --- a/json-modules/json-2/README.md +++ b/json-modules/json-2/README.md @@ -10,6 +10,7 @@ This module contains articles about JSON. - [Generate a Java Class From JSON](https://www.baeldung.com/java-generate-class-from-json) - [A Guide to FastJson](https://www.baeldung.com/fastjson) - [Check Whether a String is Valid JSON in Java](https://www.baeldung.com/java-validate-json-string) +- [Getting a Value in JSONObject](https://www.baeldung.com/java-jsonobject-get-value) - More Articles: [[<-- prev]](/json-modules/json) From 0c05461ab7fc4d6316b1dc95ae8d65f224ac0d95 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:40:03 +0800 Subject: [PATCH 10/10] Update README.md [skip ci] --- security-modules/jwt/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/security-modules/jwt/README.md b/security-modules/jwt/README.md index 7b83f1c02e..42f761bb36 100644 --- a/security-modules/jwt/README.md +++ b/security-modules/jwt/README.md @@ -1,3 +1,4 @@ ## Relevant Articles - [Managing JWT With Auth0 java-jwt](https://www.baeldung.com/java-auth0-jwt) +- [Check JWT Expiry Without Throwing Exceptions](https://www.baeldung.com/java-jwt-check-expiry-no-exception)