Skip to content

Commit 23143a0

Browse files
charlesgonzalespivovarit
authored andcommitted
Bi-monthly test fix - BAEL-10195 (eugenp#5626)
* Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.MD
1 parent 2b581cb commit 23143a0

File tree

21 files changed

+39
-4
lines changed

21 files changed

+39
-4
lines changed

algorithms-sorting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
- [Merge Sort in Java](https://www.baeldung.com/java-merge-sort)
55
- [Quicksort Algorithm Implementation in Java](https://www.baeldung.com/java-quicksort)
66
- [Insertion Sort in Java](https://www.baeldung.com/java-insertion-sort)
7-
7+
- [Heap Sort in Java](https://www.baeldung.com/java-heap-sort)

apache-pulsar/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant Articles:
2+
3+
- [Introduction to Apache Pulsar](https://www.baeldung.com/apache-pulsar)

core-java-collections/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@
3939
- [Operating on and Removing an Item from Stream](https://www.baeldung.com/java-use-remove-item-stream)
4040
- [An Introduction to Synchronized Java Collections](https://www.baeldung.com/java-synchronized-collections)
4141
- [Guide to EnumSet](https://www.baeldung.com/java-enumset)
42+
- [Removing Elements from Java Collections](https://www.baeldung.com/java-collection-remove-elements)
43+
- [Converting a Collection to ArrayList in Java](https://www.baeldung.com/java-convert-collection-arraylist)
44+
- [Java 8 Streams: Find Items From One List Based On Values From Another List](https://www.baeldung.com/java-streams-find-list-items)
45+
- [Combining Different Types of Collections in Java](https://www.baeldung.com/java-combine-collections)

core-java-io/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
- [Initialize a HashMap in Java](https://www.baeldung.com/java-initialize-hashmap)
3434
- [Read a File into an ArrayList](https://www.baeldung.com/java-file-to-arraylist)
3535
- [Guide to Java OutputStream](https://www.baeldung.com/java-outputstream)
36+
- [Reading a CSV File into an Array](https://www.baeldung.com/java-csv-file-array)

core-java/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,6 @@
157157
- [Ternary Operator In Java](https://www.baeldung.com/java-ternary-operator)
158158
- [Merging java.util.Properties Objects](https://www.baeldung.com/java-merging-properties)
159159
- [Understanding Memory Leaks in Java](https://www.baeldung.com/java-memory-leaks)
160+
- [Arrays in Java: A Reference Guide](https://www.baeldung.com/java-arrays-guide)
161+
- [A Guide to SimpleDateFormat](https://www.baeldung.com/java-simple-date-format)
160162
- [SSL Handshake Failures](https://www.baeldung.com/java-ssl-handshake-failures)

core-kotlin/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,10 @@
4040
- [Converting Kotlin Data Class from JSON using GSON](https://www.baeldung.com/kotlin-json-convert-data-class)
4141
- [Concatenate Strings in Kotlin](https://www.baeldung.com/kotlin-concatenate-strings)
4242
- [Kotlin return, break, continue Keywords](https://www.baeldung.com/kotlin-return-break-continue)
43-
- [Mapping of Data Objects in Kotlin](https://www.baeldung.com/kotlin-data-objects-mapping)
43+
- [Mapping of Data Objects in Kotlin](https://www.baeldung.com/kotlin-data-objects)
4444
- [Initializing Arrays in Kotlin](https://www.baeldung.com/kotlin-initialize-array)
45+
- [Threads vs Coroutines in Kotlin](https://www.baeldung.com/kotlin-threads-coroutines)
46+
- [Guide to Kotlin Interfaces](https://www.baeldung.com/kotlin-interfaces)
47+
- [Guide to Sorting in Kotlin](https://www.baeldung.com/kotlin-sort)
48+
- [Dependency Injection for Kotlin with Injekt](https://www.baeldung.com/kotlin-dependency-injection-with-injekt)
49+
- [Implementing a Binary Tree in Kotlin](https://www.baeldung.com/kotlin-binary-tree)

core-scala/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant Articles:
2+
3+
- [Introduction to Scala](https://www.baeldung.com/scala-intro)

gradle/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- [Creating a Fat Jar in Gradle](http://www.baeldung.com/gradle-fat-jar)
55
- [A Custom Task in Gradle](http://www.baeldung.com/gradle-custom-task)
66
- [Kotlin Dependency Injection with Kodein](http://www.baeldung.com/kotlin-kodein-dependency-injection)
7+
- [Using JUnit 5 with Gradle](https://www.baeldung.com/junit-5-gradle)

jackson/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
3636
- [Jackson – Change Name of Field](http://www.baeldung.com/jackson-name-of-property)
3737
- [Serialize Only Fields that meet a Custom Criteria with Jackson](http://www.baeldung.com/jackson-serialize-field-custom-criteria)
3838
- [Mapping Nested Values with Jackson](http://www.baeldung.com/jackson-nested-values)
39+
- [Convert XML to JSON Using Jackson](https://www.baeldung.com/jackson-convert-xml-json)

java-dates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
- [Increment Date in Java](http://www.baeldung.com/java-increment-date)
2424
- [Add Hours To a Date In Java](http://www.baeldung.com/java-add-hours-date)
2525
- [Guide to DateTimeFormatter](https://www.baeldung.com/java-datetimeformatter)
26+
- [Format ZonedDateTime to String](https://www.baeldung.com/java-format-zoned-datetime-string)

0 commit comments

Comments
 (0)