From e2c6484a5b4c25ef2a089e866c4914b62b9399f8 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:09:24 +0800 Subject: [PATCH 01/28] Create README.md --- persistence-modules/spring-data-jpa-query-4/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 persistence-modules/spring-data-jpa-query-4/README.md diff --git a/persistence-modules/spring-data-jpa-query-4/README.md b/persistence-modules/spring-data-jpa-query-4/README.md new file mode 100644 index 0000000000..d178a8e425 --- /dev/null +++ b/persistence-modules/spring-data-jpa-query-4/README.md @@ -0,0 +1,2 @@ +### Relevant Articles +- [Querying JSONB Columns Using Spring Data JPA](https://www.baeldung.com/spring-data-jpa-querying-jsonb-columns) From a34ff1586d36e582574b330ff8e24ca8c4a4057f Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:10:50 +0800 Subject: [PATCH 02/28] Update README.md --- algorithms-modules/algorithms-miscellaneous-7/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms-modules/algorithms-miscellaneous-7/README.md b/algorithms-modules/algorithms-miscellaneous-7/README.md index 266d79cdfa..1670944958 100644 --- a/algorithms-modules/algorithms-miscellaneous-7/README.md +++ b/algorithms-modules/algorithms-miscellaneous-7/README.md @@ -10,4 +10,5 @@ - [Check if Two Strings Are Rotations of Each Other](https://www.baeldung.com/java-string-check-strings-rotations) - [Find the Largest Prime Under the Given Number in Java](https://www.baeldung.com/java-largest-prime-lower-threshold) - [Count the Number of Unique Digits in an Integer using Java](https://www.baeldung.com/java-int-count-unique-digits) +- [How to Check Number Perfection](https://www.baeldung.com/java-number-perfection-test) - More articles: [[<-- prev]](/algorithms-miscellaneous-6) From e3d421be9496040ac009df965d5fa09656532668 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:13:00 +0800 Subject: [PATCH 03/28] Update README.md --- persistence-modules/spring-jpa-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-jpa-3/README.md b/persistence-modules/spring-jpa-3/README.md index 9db4527148..34b3c9651a 100644 --- a/persistence-modules/spring-jpa-3/README.md +++ b/persistence-modules/spring-jpa-3/README.md @@ -1,4 +1,5 @@ ## Spring JPA (3) ### Relevant Articles: +- [Continue With Transaction After Exception in JPA](https://www.baeldung.com/spring-jpa-continue-txn-after-exception) - More articles: [[<-- prev]](/spring-jpa-2) From 93976acec06056690db77c1e0a4a3669bfef2edc Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:14:04 +0800 Subject: [PATCH 04/28] Update README.md --- spring-boot-modules/spring-boot-libraries-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-libraries-3/README.md b/spring-boot-modules/spring-boot-libraries-3/README.md index 7d9fd87ad5..8806779109 100644 --- a/spring-boot-modules/spring-boot-libraries-3/README.md +++ b/spring-boot-modules/spring-boot-libraries-3/README.md @@ -4,3 +4,4 @@ This module contains articles about various Spring Boot libraries ### Relevant Articles: - [Event Externalization with Spring Modulith](https://www.baeldung.com/spring-modulith-event-externalization) +- [How to Test Spring Application Events](https://www.baeldung.com/spring-test-application-events) From 12bbc2a20af2d679d6bc7e1068590fb7b71be2b9 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:17:29 +0800 Subject: [PATCH 05/28] Update README.md --- core-java-modules/core-java-numbers-7/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-numbers-7/README.md b/core-java-modules/core-java-numbers-7/README.md index ab3532fc20..ba203651a4 100644 --- a/core-java-modules/core-java-numbers-7/README.md +++ b/core-java-modules/core-java-numbers-7/README.md @@ -4,3 +4,4 @@ - [Check if a Float Value is Equivalent to an Integer Value in Java](https://www.baeldung.com/java-float-integer-equal) - [Generating Unique Positive Long Using SecureRandom in Java](https://www.baeldung.com/java-securerandom-generate-positive-long) - [BigDecimal.ZERO vs. new BigDecimal(0)](https://www.baeldung.com/java-bigdecimal-zero-vs-new) +- [Convert a Phone Number in Words to Number with Java](https://www.baeldung.com/java-convert-phone-number-words-number) From 2618f645d0457970553b7eb69b5b54b924f5e753 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:19:51 +0800 Subject: [PATCH 06/28] Update README.md --- spring-5-webflux-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-5-webflux-2/README.md b/spring-5-webflux-2/README.md index 5232d86643..14b40d8305 100644 --- a/spring-5-webflux-2/README.md +++ b/spring-5-webflux-2/README.md @@ -8,3 +8,4 @@ This module contains articles about Spring 5 WebFlux - [How to Access the First Element of a Flux](https://www.baeldung.com/java-flux-first-element) - [Using zipWhen() With Mono](https://www.baeldung.com/java-mono-zipwhen) - [Upload Multiple Files Using WebFlux](https://www.baeldung.com/spring-webflux-upload-multiple-files) +- [The Difference Between Throwing an Exception and Mono.error() in Spring Webflux](https://www.baeldung.com/spring-webflux-difference-exception-mono) From f1a8078af5274d8171f0282d375528650eb50bb3 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:21:15 +0800 Subject: [PATCH 07/28] Update README.md --- image-processing/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/image-processing/README.md b/image-processing/README.md index 075dc61484..c1eec40269 100644 --- a/image-processing/README.md +++ b/image-processing/README.md @@ -9,3 +9,4 @@ This module contains articles about image processing. - [How Can I Resize an Image Using Java?](https://www.baeldung.com/java-resize-image) - [Adding Text to an Image in Java](https://www.baeldung.com/java-add-text-to-image) - [Capturing Image From Webcam in Java](https://www.baeldung.com/java-capture-image-from-webcam) +- [How to Scale a Bufferedimage in Java?](https://www.baeldung.com/java-scale-bufferedimage) From 2570128a58b023eeeb1e3f2e21eede034347bcb1 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:22:42 +0800 Subject: [PATCH 08/28] Update README.md --- core-java-modules/core-java-21/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-21/README.md b/core-java-modules/core-java-21/README.md index fcb9faaace..fa0f6a9325 100644 --- a/core-java-modules/core-java-21/README.md +++ b/core-java-modules/core-java-21/README.md @@ -4,3 +4,4 @@ - [Unnamed Classes and Instance Main Methods in Java 21](https://www.baeldung.com/java-21-unnamed-class-instance-main) - [Unnamed Patterns and Variables in Java 21](https://www.baeldung.com/java-unnamed-patterns-variables) - [JFR View Command in Java 21](https://www.baeldung.com/java-flight-recorder-view) +- [New Features in Java 21](https://www.baeldung.com/java-lts-21-new-features) From f0233dc8ef2e09ddf6ad413493225ce2e5da95ca Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:24:41 +0800 Subject: [PATCH 09/28] Update README.md --- persistence-modules/jooq/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/jooq/README.md b/persistence-modules/jooq/README.md index 348baab50c..aac6e9ac6f 100644 --- a/persistence-modules/jooq/README.md +++ b/persistence-modules/jooq/README.md @@ -1,3 +1,4 @@ ### Relevant Articles: - [Getting Started with jOOQ](https://www.baeldung.com/jooq-intro) +- [Join Two Tables Using jOOQ](https://www.baeldung.com/jooq-join-two-tables) From 9bb4184e20613841a18174a7fba16bfb92620972 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:26:19 +0800 Subject: [PATCH 10/28] Update README.md --- testing-modules/jmeter/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing-modules/jmeter/README.md b/testing-modules/jmeter/README.md index fe6dd2c539..4ab9692f27 100644 --- a/testing-modules/jmeter/README.md +++ b/testing-modules/jmeter/README.md @@ -57,3 +57,4 @@ Enjoy it :) - [JMeter: Latency vs. Load Time](https://www.baeldung.com/java-jmeter-latency-vs-load-time) - [How Do I Generate a Dashboard Report in JMeter?](https://www.baeldung.com/jmeter-dashboard-report) - [Run JMeter .jmx File From the Command Line and Configure the Report File](https://www.baeldung.com/java-jmeter-command-line) +- [Create and Run Apache JMeter Test Scripts via Java Program](https://www.baeldung.com/java-jmeter-create-run-test-scripts) From 3b14325cd27dbaa5b158dbcfb87a79cb6bb69b2b Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:27:48 +0800 Subject: [PATCH 11/28] Update README.md --- libraries-apache-commons-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries-apache-commons-2/README.md b/libraries-apache-commons-2/README.md index 75610d2e1f..43f8cbdc2e 100644 --- a/libraries-apache-commons-2/README.md +++ b/libraries-apache-commons-2/README.md @@ -6,4 +6,5 @@ This module contains articles about Apache Commons libraries. - [Extracting a Tar File in Java](https://www.baeldung.com/java-extract-tar-file) - [Convert a String with Unicode Encoding to a String of Letters](https://www.baeldung.com/java-convert-string-unicode-encoding) - [Implementing a FTP-Client in Java](https://www.baeldung.com/java-ftp-client) +- [Intro to the Apache Commons Compress Project](https://www.baeldung.com/apache-commons-compress-project) - More articles: [[<--prev]](../libraries-apache-commons) From f0ddfaa840df9ff256b7e7e26b6dc93d58c450cf Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:30:31 +0800 Subject: [PATCH 12/28] Update README.md --- spring-boot-modules/spring-boot-basic-customization-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-basic-customization-3/README.md b/spring-boot-modules/spring-boot-basic-customization-3/README.md index 0c12a370f9..5cb9ee8d60 100644 --- a/spring-boot-modules/spring-boot-basic-customization-3/README.md +++ b/spring-boot-modules/spring-boot-basic-customization-3/README.md @@ -4,3 +4,4 @@ This module contains articles about Spring Boot customization 3 ### Relevant Articles: - [How to Autowire a Spring Bean in a Servlet Filter](https://www.baeldung.com/spring-autowire-bean-servlet-filter) +- [Get the Response Body in Spring Boot Filter](https://www.baeldung.com/spring-boot-filter-response-body) From 9e1cc22a2afabda67e7e78c7a932de3aef0371cf Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:32:55 +0800 Subject: [PATCH 13/28] Update README.md --- persistence-modules/spring-boot-persistence-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-boot-persistence-4/README.md b/persistence-modules/spring-boot-persistence-4/README.md index 6ddc1621e0..628538bca0 100644 --- a/persistence-modules/spring-boot-persistence-4/README.md +++ b/persistence-modules/spring-boot-persistence-4/README.md @@ -5,3 +5,4 @@ - [Get All Results at Once in a Spring Boot Paged Query Method](https://www.baeldung.com/spring-boot-paged-query-all-results) - [Calling Custom Database Functions With JPA and Spring Boot](https://www.baeldung.com/spring-data-jpa-custom-database-functions) - [Spring Data JPA Repository for Database View](https://www.baeldung.com/spring-data-jpa-repository-view) +- [Can @Transactional and @Async Work Together?](https://www.baeldung.com/spring-transactional-async-annotation) From e75002c75839e640712b3d164db059eccedb458f Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:36:04 +0800 Subject: [PATCH 14/28] Create README.md --- spring-boot-modules/spring-boot-brave/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-boot-modules/spring-boot-brave/README.md diff --git a/spring-boot-modules/spring-boot-brave/README.md b/spring-boot-modules/spring-boot-brave/README.md new file mode 100644 index 0000000000..40e65593f1 --- /dev/null +++ b/spring-boot-modules/spring-boot-brave/README.md @@ -0,0 +1,2 @@ +### Relevant Articles +- [Introduction to Brave](https://www.baeldung.com/java-brave) From 29b54feb66c6baf2a56ce527797716e7f49c09e4 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:37:38 +0800 Subject: [PATCH 15/28] Create README.md --- persistence-modules/duckdb/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 persistence-modules/duckdb/README.md diff --git a/persistence-modules/duckdb/README.md b/persistence-modules/duckdb/README.md new file mode 100644 index 0000000000..d1084f31f7 --- /dev/null +++ b/persistence-modules/duckdb/README.md @@ -0,0 +1,2 @@ +### Relevant Articles +- [Introduction to DuckDB](https://www.baeldung.com/duckdb-database) From ffbf4620fea5b79be8566f647147e5fdeaa06088 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:41:59 +0800 Subject: [PATCH 16/28] Update README.md --- libraries-stream/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries-stream/README.md b/libraries-stream/README.md index 6aa5a28cd9..30e1036783 100644 --- a/libraries-stream/README.md +++ b/libraries-stream/README.md @@ -8,4 +8,5 @@ This module contains articles about stream libraries. - [Guide to Java Parallel Collectors Library](https://www.baeldung.com/java-parallel-collectors) - [DistinctBy in the Java Stream API](https://www.baeldung.com/java-streams-distinct-by) - [Introduction to StreamEx](https://www.baeldung.com/streamex) -- [Introduction to Protonpack](https://www.baeldung.com/java-protonpack) \ No newline at end of file +- [Introduction to Protonpack](https://www.baeldung.com/java-protonpack) +- [Parallel Collection Processing with Parallel Collectors and Virtual Threads](https://www.baeldung.com/java-virtual-threads-parallel-collectors) From 5b3c2dbd8924a2be0d3ccf26ffa5a6a43ae3d5a8 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:43:20 +0800 Subject: [PATCH 17/28] Update README.md --- algorithms-modules/algorithms-miscellaneous-8/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/algorithms-modules/algorithms-miscellaneous-8/README.md b/algorithms-modules/algorithms-miscellaneous-8/README.md index 8bd185a7ba..5e4256eb47 100644 --- a/algorithms-modules/algorithms-miscellaneous-8/README.md +++ b/algorithms-modules/algorithms-miscellaneous-8/README.md @@ -6,4 +6,5 @@ - [Check if a Number Is a Happy Number in Java](https://www.baeldung.com/java-happy-sad-number-test) - [Find the Largest Number Possible After Removing k Digits of a Number](https://www.baeldung.com/java-find-largest-number-remove-k-digits) - [Implement Connect 4 Game with Java](https://www.baeldung.com/java-connect-4-game) -- More articles: [[<-- prev]](/algorithms-miscellaneous-7) \ No newline at end of file +- [SkipList Implementation in Java](https://www.baeldung.com/java-skiplist) +- More articles: [[<-- prev]](/algorithms-miscellaneous-7) From a81a9121d931d525758ae245fe420dfffde07a03 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:44:15 +0800 Subject: [PATCH 18/28] Update README.md --- json-modules/gson-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/json-modules/gson-2/README.md b/json-modules/gson-2/README.md index 3063246e2a..f3ced2d204 100644 --- a/json-modules/gson-2/README.md +++ b/json-modules/gson-2/README.md @@ -8,3 +8,4 @@ This module contains articles about Gson - [Resolving Gson’s “Multiple JSON Fields” Exception](https://www.baeldung.com/java-gson-multiple-json-fields-exception) - [Using Static Methods Instead of Deprecated JsonParser](https://www.baeldung.com/java-static-methods-jsonparser-replacement) - [Gson TypeToken With Dynamic List Item Type](https://www.baeldung.com/gson-typetoken-dynamic-list-item-type) +- [Polymorphism with Gson](https://www.baeldung.com/gson-polymorphism) From bc0169b7f1fc3a31b67b0fbc77bb43d3413d0fb5 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:45:23 +0800 Subject: [PATCH 19/28] Update README.md --- core-java-modules/core-java-numbers-7/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-numbers-7/README.md b/core-java-modules/core-java-numbers-7/README.md index ba203651a4..bf815c18fc 100644 --- a/core-java-modules/core-java-numbers-7/README.md +++ b/core-java-modules/core-java-numbers-7/README.md @@ -5,3 +5,4 @@ - [Generating Unique Positive Long Using SecureRandom in Java](https://www.baeldung.com/java-securerandom-generate-positive-long) - [BigDecimal.ZERO vs. new BigDecimal(0)](https://www.baeldung.com/java-bigdecimal-zero-vs-new) - [Convert a Phone Number in Words to Number with Java](https://www.baeldung.com/java-convert-phone-number-words-number) +- [Exploring Complex Number Arithmetic Operations in Java](https://www.baeldung.com/java-complex-numbers) From 195067257c98d319a2c83c95a80d1597c6433b57 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:46:20 +0800 Subject: [PATCH 20/28] Update README.md --- core-java-modules/core-java-collections-6/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-collections-6/README.md b/core-java-modules/core-java-collections-6/README.md index 736e91f110..7165bedce3 100644 --- a/core-java-modules/core-java-collections-6/README.md +++ b/core-java-modules/core-java-collections-6/README.md @@ -3,5 +3,5 @@ ## Core Java Collections Cookbooks and Examples ### Relevant Articles: - +- [Iterator vs forEach() in Java](https://www.baeldung.com/java-iterator-vs-foreach) - More articles: [[<-- prev]](/core-java-modules/core-java-collections-5) From 7fd48bc8846b4118644d8f57c24f63ad94116a04 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:47:42 +0800 Subject: [PATCH 21/28] Update README.md --- core-java-modules/core-java-io-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-io-5/README.md b/core-java-modules/core-java-io-5/README.md index c5054b6f5e..f2fe3d857b 100644 --- a/core-java-modules/core-java-io-5/README.md +++ b/core-java-modules/core-java-io-5/README.md @@ -12,5 +12,6 @@ This module contains articles about core Java input and output (IO) - [Convert an OutputStream to a Byte Array in Java](https://www.baeldung.com/java-outputstream-byte-array) - [Reading a .gz File Line by Line Using GZIPInputStream](https://www.baeldung.com/java-gzipinputstream-read-gz-file-line-by-line) - [Opening HTML File Using Java](https://www.baeldung.com/java-open-html-file) +- [PrintWriter write() vs print() Method in Java](https://www.baeldung.com/java-printwriter-write-vs-print) - [[<-- Prev]](/core-java-modules/core-java-io-4) From e3a92ad5862bd93fbde9ac72da27f8208372c1bd Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:48:59 +0800 Subject: [PATCH 22/28] Create README.md --- spring-reactive-modules/spring-reactive-4/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-reactive-modules/spring-reactive-4/README.md diff --git a/spring-reactive-modules/spring-reactive-4/README.md b/spring-reactive-modules/spring-reactive-4/README.md new file mode 100644 index 0000000000..db6c43bfd7 --- /dev/null +++ b/spring-reactive-modules/spring-reactive-4/README.md @@ -0,0 +1,2 @@ +### Relevant Articles +- [How to Intercept a Request and Add Headers in WebFlux](https://www.baeldung.com/spring-webflux-intercept-request-add-headers) From a6bda58c0aa0a5ed91e0c227f07189182a4caeca Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:53:00 +0800 Subject: [PATCH 23/28] Update README.md --- aws-modules/aws-s3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aws-modules/aws-s3/README.md b/aws-modules/aws-s3/README.md index 36dd1b4bfd..de75928de3 100644 --- a/aws-modules/aws-s3/README.md +++ b/aws-modules/aws-s3/README.md @@ -13,3 +13,4 @@ This module contains articles about Simple Storage Service (S3) on AWS - [How To Rename Files and Folders in Amazon S3](https://www.baeldung.com/java-amazon-s3-rename-files-folders) - [Update an Existing Amazon S3 Object Using Java](https://www.baeldung.com/java-update-amazon-s3-object) - [How to Mock Amazon S3 for Integration Test](https://www.baeldung.com/java-amazon-simple-storage-service-mock-testing) +- [Download File from S3 Given a URL](https://www.baeldung.com/java-aws-download-file-s3-url) From 61ce803afd099ab9da39396490618f451f5a29da Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:54:13 +0800 Subject: [PATCH 24/28] Update README.md --- core-java-modules/core-java-string-operations-8/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-string-operations-8/README.md b/core-java-modules/core-java-string-operations-8/README.md index 018fcdc987..54c50b7825 100644 --- a/core-java-modules/core-java-string-operations-8/README.md +++ b/core-java-modules/core-java-string-operations-8/README.md @@ -9,3 +9,4 @@ - [Normalizing the EOL Character in Java](https://www.baeldung.com/java-normalize-end-of-line-character) - [Converting UTF-8 to ISO-8859-1 in Java](https://www.baeldung.com/java-utf-8-iso-8859-1-conversion) - [Get Last n Characters From a String](https://www.baeldung.com/java-string-get-last-n-characters) +- [Find the Length of the Longest Symmetric Substring](https://www.baeldung.com/java-find-length-longest-symmetric-substring) From 6fe83985237f48367ff043570c477c239fdeaadc Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:55:17 +0800 Subject: [PATCH 25/28] Update README.md --- core-java-modules/core-java-lang-oop-others/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-oop-others/README.md b/core-java-modules/core-java-lang-oop-others/README.md index e4970553bd..8043bb5d89 100644 --- a/core-java-modules/core-java-lang-oop-others/README.md +++ b/core-java-modules/core-java-lang-oop-others/README.md @@ -11,3 +11,4 @@ This module contains articles about Object Oriented Programming (OOP) in Java - [Java Interface Naming Conventions](https://www.baeldung.com/java-interface-naming-conventions) - [Difference Between Information Hiding and Encapsulation](https://www.baeldung.com/java-information-hiding-vs-encapsulation) - [Statements Before super() in Java](https://www.baeldung.com/java-statements-before-super-constructor) +- [Print the Default Value When Overriding toString() Method](https://www.baeldung.com/java-print-default-value-override-tostring) From 4b9159519f5a0cc0c1a78b2b853fa9d4cecb64d1 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:56:34 +0800 Subject: [PATCH 26/28] Update README.md --- core-java-modules/core-java-networking-5/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-networking-5/README.md b/core-java-modules/core-java-networking-5/README.md index 5d69c73138..d35c890f58 100644 --- a/core-java-modules/core-java-networking-5/README.md +++ b/core-java-modules/core-java-networking-5/README.md @@ -1,2 +1,3 @@ ## Relevant Articles: +- [Finding the Redirected URL of a URL in Java](https://www.baeldung.com/java-find-redirected-url) - [[<-- Prev]](/core-java-modules/core-java-networking-4) From a76ea07cb2da356dc853d3b4639e189c483fa5ae Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:57:31 +0800 Subject: [PATCH 27/28] Update README.md --- persistence-modules/spring-data-mongodb-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-data-mongodb-2/README.md b/persistence-modules/spring-data-mongodb-2/README.md index 939eba0206..b7ce9db110 100644 --- a/persistence-modules/spring-data-mongodb-2/README.md +++ b/persistence-modules/spring-data-mongodb-2/README.md @@ -6,3 +6,4 @@ - [Return Only Specific Fields for a Query in Spring Data MongoDB](https://www.baeldung.com/mongodb-return-specific-fields) - [UUID as Entity ID in MongoDB](https://www.baeldung.com/java-mongodb-uuid) - [Generate Unique ObjectId in MongoDB](https://www.baeldung.com/mongo-generate-unique-objectid) +- [Different Ways to Use Limit and Skip in MongoRepository](https://www.baeldung.com/spring-data-mongorepository-limit-skip) From fa03676a045fdeb10e4cee7e201bc1383868d9f8 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:58:55 +0800 Subject: [PATCH 28/28] Update README.md --- algorithms-modules/algorithms-miscellaneous-8/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms-modules/algorithms-miscellaneous-8/README.md b/algorithms-modules/algorithms-miscellaneous-8/README.md index 5e4256eb47..ae340469ff 100644 --- a/algorithms-modules/algorithms-miscellaneous-8/README.md +++ b/algorithms-modules/algorithms-miscellaneous-8/README.md @@ -7,4 +7,5 @@ - [Find the Largest Number Possible After Removing k Digits of a Number](https://www.baeldung.com/java-find-largest-number-remove-k-digits) - [Implement Connect 4 Game with Java](https://www.baeldung.com/java-connect-4-game) - [SkipList Implementation in Java](https://www.baeldung.com/java-skiplist) +- [Find the Date of Easter Sunday for the Given Year](https://www.baeldung.com/java-determine-easter-date-specific-year) - More articles: [[<-- prev]](/algorithms-miscellaneous-7)