Skip to content

Commit 66945c1

Browse files
authored
Merge pull request #17034 from rcalago/master
Update on README.md
2 parents ddb77f2 + 513a128 commit 66945c1

File tree

19 files changed

+24
-2
lines changed

19 files changed

+24
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22
- [Check if Two Strings Are Permutations of Each Other in Java](https://www.baeldung.com/java-check-permutations-two-strings)
33
- [Finding the Mode of Integers in an Array in Java](https://www.baeldung.com/java-mode-integer-array)
4+
- [Counting an Occurrence in an Array](https://www.baeldung.com/java-array-count-distinct-elements-frequencies)

apache-libraries-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
- [Understanding XSLT Processing in Java](https://www.baeldung.com/java-extensible-stylesheet-language-transformations)
33
- [Add Camel Route at Runtime in Java](https://www.baeldung.com/java-camel-dynamic-route)
44
- [Logging in Apache Camel](https://www.baeldung.com/java-apache-camel-logging)
5+
- [How to Handle Default Values in Avro](https://www.baeldung.com/java-avro-default-values)
56
- More articles: [[<-- prev]](../apache-libraries)
67

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles
2+
- [Using Amazon Athena With Spring Boot to Query S3 Data](https://www.baeldung.com/spring-boot-amazon-athena)

core-java-modules/core-java-concurrency-advanced-5/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
- [Guide to ExecutorService vs. CompletableFuture](https://www.baeldung.com/java-executorservice-vs-completablefuture)
88
- [How to Unit Test an ExecutorService Without Using Thread.sleep()](https://www.baeldung.com/java-executorservice-unit-test-no-sleep)
99
- [Guide to CompletableFuture join() vs get()](https://www.baeldung.com/java-completablefuture-join-vs-get)
10+
- [Naming Executor Service Threads and Thread Pool in Java](https://www.baeldung.com/java-naming-executor-service-thread)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ This module contains articles about core Java input and output (IO)
1010
- [Read Last N Lines From File in Java](https://www.baeldung.com/java-file-read-last-n-lines)
1111
- [Guide to FileWriter vs. BufferedWriter](https://www.baeldung.com/java-filewriter-vs-bufferedwriter)
1212
- [Guide to getResourceAsStream() and FileInputStream in Java](https://www.baeldung.com/java-getresourceasstream-vs-fileinputstream)
13+
- [Guide to FileOutputStream vs. FileChannel](https://www.baeldung.com/java-fileoutputstream-filechannel-differences)
1314
- [[<-- Prev]](/core-java-modules/core-java-io-5)
1415

core-java-modules/core-java-streams-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
- [Understanding the Difference Between Stream.of() and IntStream.range()](https://www.baeldung.com/java-stream-of-and-intstream-range)
1111
- [Check if Object Is an Array in Java](https://www.baeldung.com/java-check-if-object-is-an-array)
1212
- [Mapping an Array of Integers to Strings Using Java Streams](https://www.baeldung.com/java-stream-integer-array-to-strings)
13+
- [Finding Max and Min Date in List Using Streams](https://www.baeldung.com/java-list-stream-date-find-maximum-mininimum)
1314
- More articles: [[<-- prev>]](/../core-java-streams-3) [[next -->]](/../core-java-streams-5)

language-interop/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ This module contains articles about Java interop with other language integration
55
### Relevant Articles:
66

77
- [How to Call Python From Java](https://www.baeldung.com/java-working-with-python)
8+
- [Building Simple Java Applications with Scala-CLI](https://www.baeldung.com/java-apps-scala-cli)

libraries-bytecode/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ This module contains articles about bytecode libraries.
66

77
- [Introduction to Javassist](https://www.baeldung.com/javassist)
88
- [A Guide to Byte Buddy](https://www.baeldung.com/byte-buddy)
9-
- [A Guide to Java Bytecode Manipulation with ASM](https://www.baeldung.com/java-asm)
9+
- [A Guide to Java Bytecode Manipulation with ASM](https://www.baeldung.com/java-asm)
10+
- [IncompatibleClassChangeError in Java](https://www.baeldung.com/java-incompatibleclasschangeerror)

libraries-data-io-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
### Relevant Articles:
22
- [Serialization with FlatBuffers in Java](https://www.baeldung.com/java-flatbuffers-serialization)
3+
- [Blazing Fast Serialization Using Apache Fury](https://www.baeldung.com/java-apache-fury-serialization)

libraries-io/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [How to Create CSV File from POJO with Custom Column Headers and Positions](https://www.baeldung.com/java-create-csv-pojo-customize-columns)
77
- [Delete a Directory Recursively in Java](https://www.baeldung.com/java-delete-directory)
88
- [Introduction to Simple Java Mail](https://www.baeldung.com/java-sjm-email)
9+
- [List All Files on the Remote Server in Java](https://www.baeldung.com/java-show-every-file-remote-server)

0 commit comments

Comments
 (0)