Skip to content

Commit a9717c3

Browse files
authored
Merge pull request #16505 from collaboratewithakash/master
backlink updated
2 parents 54aee18 + 2731096 commit a9717c3

9 files changed

Lines changed: 8 additions & 7 deletions

File tree

core-java-modules/core-java-collections-6/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Relevant Articles:
66
- [Iterator vs forEach() in Java](https://www.baeldung.com/java-iterator-vs-foreach)
7+
- [Adding Elements to a Collection During Iteration](https://www.baeldung.com/java-add-elements-collection)
78
- [Remove Elements From a Queue Using Loop](https://www.baeldung.com/java-remove-elements-queue)
89
- [Check if List Contains at Least One Enum](https://www.baeldung.com/java-list-check-enum-presence)
910

core-java-modules/core-java-collections/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ This module contains articles about Java collections
1313
- [Guide to the Java Queue Interface](https://www.baeldung.com/java-queue)
1414
- [An Introduction to Synchronized Java Collections](https://www.baeldung.com/java-synchronized-collections)
1515
- [Convert an Array of Primitives to a List](https://www.baeldung.com/java-primitive-array-to-list)
16-
- [Adding Elements to a Collection During Iteration](https://www.baeldung.com/java-add-elements-collection)
1716
- More articles: [[next -->]](/core-java-modules/core-java-collections-2)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles:
22
- [Java 8 Stream Operation on the Empty List](https://www.baeldung.com/java-empty-list-stream-ops)
3+
- [Get a Range of Items from a Stream in Java](https://www.baeldung.com/java-stream-get-range)

core-java-modules/core-java-string-operations-8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [Find The Largest Number in a String](https://www.baeldung.com/java-find-largest-number-string)
44
- [Check if String is Base64 Encoded](https://www.baeldung.com/java-check-string-base64-encoding)
55
- [Find an Unique Email Address in a List](https://www.baeldung.com/java-find-unique-email-address)
6-
- [Get First n Characters in a String in Java](https://www.baeldung.com/get-first-n-characters-in-a-string-in-java)
6+
- [Get First n Characters in a String in Java](https://www.baeldung.com/java-string-first-n-characters)
77
- [Remove Only Trailing Spaces or Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-only-trailing-whitespace)
88
- [Get the Initials of a Name in Java](https://www.baeldung.com/java-shorten-name-initials)
99
- [Normalizing the EOL Character in Java](https://www.baeldung.com/java-normalize-end-of-line-character)

jhipster-modules/jhipster-microservice/car-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ To configure CI for your project, run the ci-cd sub-generator (`yo jhipster:ci-c
7474

7575

7676
## Relevant Articles:
77-
- [Use Liquibase to Safely Evolve Your Database Schema](https://www.baeldung.com/liquibase-refactor-schema-of-java-app)
77+
- [Use Liquibase to Safely Evolve a Database Schema](https://www.baeldung.com/liquibase-refactor-schema-of-java-app)

microservices-modules/saga-pattern/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ docker run --init -p 8080:8080 -p 1234:5000 conductoross/conductor-standalone:3.
1313
```
1414

1515
### Relevant Articles:
16-
- [Saga Pattern in Microservices Architecture](https://www.baeldung.com/orkes-conductor-saga-pattern-spring-boot)
16+
- [Saga Pattern in a Microservices Architecture](https://www.baeldung.com/orkes-conductor-saga-pattern-spring-boot)

persistence-modules/core-java-persistence/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Introduction to the JDBC RowSet Interface in Java](http://www.baeldung.com/java-jdbc-rowset)
1010
- [A Simple Guide to Connection Pooling in Java](https://www.baeldung.com/java-connection-pooling)
1111
- [Guide to the JDBC ResultSet Interface](https://www.baeldung.com/jdbc-resultset)
12-
- [Types of SQL Joins](https://www.baeldung.com/sql-joins)
12+
- [Types of SQL Joins with Java Examples](https://www.baeldung.com/sql-joins)
1313
- [Returning the Generated Keys in JDBC](https://www.baeldung.com/jdbc-returning-generated-keys)
1414
- [Loading JDBC Drivers](https://www.baeldung.com/java-jdbc-loading-drivers)
1515
- [Difference Between Statement and PreparedStatement](https://www.baeldung.com/java-statement-preparedstatement)

spring-boot-modules/spring-boot-3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
- [Using Java Records with JPA](https://www.baeldung.com/spring-jpa-java-records)
88
- [HTTP Interface in Spring 6](https://www.baeldung.com/spring-6-http-interface)
99
- [Working with Virtual Threads in Spring 6](https://www.baeldung.com/spring-6-virtual-threads)
10-
- [Docker Compose Support in Spring Boot 3](https://www.baeldung.com/ops/docker-compose-support-spring-boot)
10+
- [Docker Compose Support in Spring Boot 3](https://www.baeldung.com/docker-compose-support-spring-boot)
1111
- [The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring](https://www.baeldung.com/spring-5-junit-config)
1212
- More articles: [[next -->]](/spring-boot-modules/spring-boot-3-2)

spring-boot-modules/spring-boot-runtime-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module contains articles about administering a Spring Boot runtime
44

55
### Relevant Articles:
66
- [Configure the Heap Size When Starting a Spring Boot Application](https://www.baeldung.com/spring-boot-heap-size)
7-
- [Max-HTTP-Header-Size in Spring Boot 2](https://www.baeldung.com/spring-boot-max-http-header-size)
7+
- [Max-Http-Request-Header-Size in Spring Boot](https://www.baeldung.com/spring-boot-max-http-header-size)
88
- [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app)
99

1010
- More articles: [[<-- prev]](../spring-boot-runtime)

0 commit comments

Comments
 (0)