From 1fde7af5b1cd605f57d145846dfe3d05d45e1900 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:38:57 +0800 Subject: [PATCH 1/5] Create README.md --- ksqldb/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ksqldb/README.md diff --git a/ksqldb/README.md b/ksqldb/README.md new file mode 100644 index 0000000000..53ae7e35b2 --- /dev/null +++ b/ksqldb/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Introduction to ksqlDB](https://www.baeldung.com/ksqldb) From 2f709969e00ea002c4761692eaba2db1d2926afe Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:41:31 +0800 Subject: [PATCH 2/5] Update README.md --- core-java-modules/core-java-12/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-12/README.md b/core-java-modules/core-java-12/README.md index b509be876c..4ad7bae21c 100644 --- a/core-java-modules/core-java-12/README.md +++ b/core-java-modules/core-java-12/README.md @@ -2,3 +2,4 @@ - [String API Updates in Java 12](https://www.baeldung.com/java12-string-api) - [New Features in Java 12](https://www.baeldung.com/java-12-new-features) +- [Compare the Content of Two Files in Java](https://www.baeldung.com/java-compare-files) From 1cfe802a4f81c901ac3e9c0b01086c8e9624a652 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:45:20 +0800 Subject: [PATCH 3/5] Create README.md --- maven-modules/maven-surefire-plugin/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maven-modules/maven-surefire-plugin/README.md diff --git a/maven-modules/maven-surefire-plugin/README.md b/maven-modules/maven-surefire-plugin/README.md new file mode 100644 index 0000000000..63cf5ade3b --- /dev/null +++ b/maven-modules/maven-surefire-plugin/README.md @@ -0,0 +1,3 @@ +## Relevant Articles: + +- [Running a Single Test or Method With Maven](https://www.baeldung.com/maven-run-single-test) From 790931a5d059ba68608ce21522863376bf94a935 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:51:24 +0800 Subject: [PATCH 4/5] Update README.md --- javafx/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javafx/README.md b/javafx/README.md index 80c4f49026..8ef06eb012 100644 --- a/javafx/README.md +++ b/javafx/README.md @@ -3,5 +3,6 @@ This module contains articles about JavaFX. ### Relevant Articles: --[Introduction to JavaFX](https://www.baeldung.com/javafx) +- [Introduction to JavaFX](https://www.baeldung.com/javafx) +- [Display Custom Items in JavaFX ListView](https://www.baeldung.com/javafx-listview-display-custom-items) From 8e19ae11957788d5a76ba13c54dc33eee276e118 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 25 Aug 2021 21:53:25 +0800 Subject: [PATCH 5/5] Update README.md --- testing-modules/junit-5-advanced/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/testing-modules/junit-5-advanced/README.md b/testing-modules/junit-5-advanced/README.md index 4a31292683..5d70e6f058 100644 --- a/testing-modules/junit-5-advanced/README.md +++ b/testing-modules/junit-5-advanced/README.md @@ -3,3 +3,4 @@ - [JUnit 5 TestWatcher API](https://www.baeldung.com/junit-testwatcher) - [JUnit Custom Display Name Generator API](https://www.baeldung.com/junit-custom-display-name-generator) - [@TestInstance Annotation in JUnit 5](https://www.baeldung.com/junit-testinstance-annotation) +- [Run JUnit Test Cases From the Command Line](https://www.baeldung.com/junit-run-from-command-line)