From 24a02b4f03d6e931bba989fddaf0c282fa3c4238 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:07:57 +0530 Subject: [PATCH 1/9] backlink removed --- core-java-modules/core-java-collections/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/core-java-modules/core-java-collections/README.md b/core-java-modules/core-java-collections/README.md index ec274fa051..574f61ac6a 100644 --- a/core-java-modules/core-java-collections/README.md +++ b/core-java-modules/core-java-collections/README.md @@ -13,5 +13,4 @@ This module contains articles about Java collections - [Guide to the Java Queue Interface](https://www.baeldung.com/java-queue) - [An Introduction to Synchronized Java Collections](https://www.baeldung.com/java-synchronized-collections) - [Convert an Array of Primitives to a List](https://www.baeldung.com/java-primitive-array-to-list) -- [Adding Elements to a Collection During Iteration](https://www.baeldung.com/java-add-elements-collection) - More articles: [[next -->]](/core-java-modules/core-java-collections-2) From 74b4f24f4f43b7d2bcbd9e82df790cf4244b10cf Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:09:23 +0530 Subject: [PATCH 2/9] backlink added --- core-java-modules/core-java-collections-6/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-collections-6/README.md b/core-java-modules/core-java-collections-6/README.md index 7165bedce3..399e34a4d5 100644 --- a/core-java-modules/core-java-collections-6/README.md +++ b/core-java-modules/core-java-collections-6/README.md @@ -4,4 +4,5 @@ ### Relevant Articles: - [Iterator vs forEach() in Java](https://www.baeldung.com/java-iterator-vs-foreach) +- [Adding Elements to a Collection During Iteration](https://www.baeldung.com/java-add-elements-collection) - More articles: [[<-- prev]](/core-java-modules/core-java-collections-5) From 044df1e5dc8cad1222d2557dc6b10c3efebd2439 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:22:21 +0530 Subject: [PATCH 3/9] backlink updated --- core-java-modules/core-java-string-operations-8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 22b54ad5fd..e8bfa8c715 100644 --- a/core-java-modules/core-java-string-operations-8/README.md +++ b/core-java-modules/core-java-string-operations-8/README.md @@ -3,7 +3,7 @@ - [Find The Largest Number in a String](https://www.baeldung.com/java-find-largest-number-string) - [Check if String is Base64 Encoded](https://www.baeldung.com/java-check-string-base64-encoding) - [Find an Unique Email Address in a List](https://www.baeldung.com/java-find-unique-email-address) -- [Get First n Characters in a String in Java](https://www.baeldung.com/get-first-n-characters-in-a-string-in-java) +- [Get First n Characters in a String in Java](https://www.baeldung.com/java-string-first-n-characters) - [Remove Only Trailing Spaces or Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-only-trailing-whitespace) - [Get the Initials of a Name in Java](https://www.baeldung.com/java-shorten-name-initials) - [Normalizing the EOL Character in Java](https://www.baeldung.com/java-normalize-end-of-line-character) From 049859824c80ee3a692db5cef7e5c90c16b338e4 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:29:26 +0530 Subject: [PATCH 4/9] backlink added --- core-java-modules/core-java-streams-6/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-streams-6/README.md b/core-java-modules/core-java-streams-6/README.md index 415fa9b991..ea15e1bc4d 100644 --- a/core-java-modules/core-java-streams-6/README.md +++ b/core-java-modules/core-java-streams-6/README.md @@ -1,2 +1,3 @@ ### Relevant Articles: - [Java 8 Stream Operation on the Empty List](https://www.baeldung.com/java-empty-list-stream-ops) +- [Get a Range of Items from a Stream in Java](https://www.baeldung.com/java-stream-get-range) From 5cf08cb9e4e53414281e9f3386f73277e5ebdcec Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:46:10 +0530 Subject: [PATCH 5/9] backlink updated --- 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 cc3ec77335..0edd58c86d 100644 --- a/spring-boot-modules/spring-boot-3/README.md +++ b/spring-boot-modules/spring-boot-3/README.md @@ -7,6 +7,6 @@ - [Using Java Records with JPA](https://www.baeldung.com/spring-jpa-java-records) - [HTTP Interface in Spring 6](https://www.baeldung.com/spring-6-http-interface) - [Working with Virtual Threads in Spring 6](https://www.baeldung.com/spring-6-virtual-threads) -- [Docker Compose Support in Spring Boot 3](https://www.baeldung.com/ops/docker-compose-support-spring-boot) +- [Docker Compose Support in Spring Boot 3](https://www.baeldung.com/docker-compose-support-spring-boot) - [The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring](https://www.baeldung.com/spring-5-junit-config) - More articles: [[next -->]](/spring-boot-modules/spring-boot-3-2) From 070916f091043d3fa6e6f0c2a31a5dcb1b9baafa Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:41:25 +0530 Subject: [PATCH 6/9] backlink updated --- microservices-modules/saga-pattern/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices-modules/saga-pattern/README.md b/microservices-modules/saga-pattern/README.md index 95a090fe72..e2acfb883f 100644 --- a/microservices-modules/saga-pattern/README.md +++ b/microservices-modules/saga-pattern/README.md @@ -13,4 +13,4 @@ docker run --init -p 8080:8080 -p 1234:5000 conductoross/conductor-standalone:3. ``` ### Relevant Articles: -- [Saga Pattern in Microservices Architecture](https://www.baeldung.com/orkes-conductor-saga-pattern-spring-boot) +- [Saga Pattern in a Microservices Architecture](https://www.baeldung.com/orkes-conductor-saga-pattern-spring-boot) From dd004070fe50e70e95646ea1c28742e3bfd96608 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:46:39 +0530 Subject: [PATCH 7/9] backlink updated --- spring-boot-modules/spring-boot-runtime-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-runtime-2/README.md b/spring-boot-modules/spring-boot-runtime-2/README.md index c22f7cbc18..a8dbc14b54 100644 --- a/spring-boot-modules/spring-boot-runtime-2/README.md +++ b/spring-boot-modules/spring-boot-runtime-2/README.md @@ -4,7 +4,7 @@ This module contains articles about administering a Spring Boot runtime ### Relevant Articles: - [Configure the Heap Size When Starting a Spring Boot Application](https://www.baeldung.com/spring-boot-heap-size) - - [Max-HTTP-Header-Size in Spring Boot 2](https://www.baeldung.com/spring-boot-max-http-header-size) + - [Max-Http-Request-Header-Size in Spring Boot](https://www.baeldung.com/spring-boot-max-http-header-size) - [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app) - More articles: [[<-- prev]](../spring-boot-runtime) From b50830ea94e5a081368c8067e67dea5768c6d604 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:48:29 +0530 Subject: [PATCH 8/9] backlink updated --- persistence-modules/core-java-persistence/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/core-java-persistence/README.md b/persistence-modules/core-java-persistence/README.md index b7eecdde0d..1bca834fe9 100644 --- a/persistence-modules/core-java-persistence/README.md +++ b/persistence-modules/core-java-persistence/README.md @@ -9,7 +9,7 @@ - [Introduction to the JDBC RowSet Interface in Java](http://www.baeldung.com/java-jdbc-rowset) - [A Simple Guide to Connection Pooling in Java](https://www.baeldung.com/java-connection-pooling) - [Guide to the JDBC ResultSet Interface](https://www.baeldung.com/jdbc-resultset) -- [Types of SQL Joins](https://www.baeldung.com/sql-joins) +- [Types of SQL Joins with Java Examples](https://www.baeldung.com/sql-joins) - [Returning the Generated Keys in JDBC](https://www.baeldung.com/jdbc-returning-generated-keys) - [Loading JDBC Drivers](https://www.baeldung.com/java-jdbc-loading-drivers) - [Difference Between Statement and PreparedStatement](https://www.baeldung.com/java-statement-preparedstatement) From 128e391b1e78ab943908c10f872b816af773ebb4 Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:00:04 +0530 Subject: [PATCH 9/9] backlink updated --- jhipster-modules/jhipster-microservice/car-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhipster-modules/jhipster-microservice/car-app/README.md b/jhipster-modules/jhipster-microservice/car-app/README.md index 706e242469..62d6fdac43 100644 --- a/jhipster-modules/jhipster-microservice/car-app/README.md +++ b/jhipster-modules/jhipster-microservice/car-app/README.md @@ -74,4 +74,4 @@ To configure CI for your project, run the ci-cd sub-generator (`yo jhipster:ci-c ## Relevant Articles: -- [Use Liquibase to Safely Evolve Your Database Schema](https://www.baeldung.com/liquibase-refactor-schema-of-java-app) +- [Use Liquibase to Safely Evolve a Database Schema](https://www.baeldung.com/liquibase-refactor-schema-of-java-app)