From 4ab414f3baa73878bc1a8b8ab66b70d74b9f7e3e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:21:34 +0800 Subject: [PATCH 01/12] Update README.md --- kubernetes/k8s-intro/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/k8s-intro/README.md b/kubernetes/k8s-intro/README.md index 0055e8a27c..83cbcca4db 100644 --- a/kubernetes/k8s-intro/README.md +++ b/kubernetes/k8s-intro/README.md @@ -15,3 +15,4 @@ If you get a valid response, then you're good to go. ### Relevant Articles: - [Paging and Async Calls with the Kubernetes API](https://www.baeldung.com/java-kubernetes-paging-async) +- [Using Watch with the Kubernetes API](https://www.baeldung.com/java-kubernetes-watch) From a852c9d75cc24d7c3237a6ca1615895c8f6fde6b Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:23:12 +0800 Subject: [PATCH 02/12] Update README.md --- core-java-modules/core-java-string-operations-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-string-operations-3/README.md b/core-java-modules/core-java-string-operations-3/README.md index 7f391ee056..bc4af852ed 100644 --- a/core-java-modules/core-java-string-operations-3/README.md +++ b/core-java-modules/core-java-string-operations-3/README.md @@ -2,3 +2,4 @@ - [Version Comparison in Java](https://www.baeldung.com/java-comparing-versions) - [Java (String) or .toString()?](https://www.baeldung.com/java-string-casting-vs-tostring) +- [Split Java String by Newline](https://www.baeldung.com/java-string-split-by-newline) From 63f5811bd6195c32827d4304b6b78ee1b56c8240 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:24:28 +0800 Subject: [PATCH 03/12] Update README.md --- spring-web-modules/spring-rest-http-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-web-modules/spring-rest-http-2/README.md b/spring-web-modules/spring-rest-http-2/README.md index b5358f888f..74e55c7c40 100644 --- a/spring-web-modules/spring-rest-http-2/README.md +++ b/spring-web-modules/spring-rest-http-2/README.md @@ -9,3 +9,4 @@ The "REST With Spring 2" Classes: http://bit.ly/restwithspring - [How to Turn Off Swagger-ui in Production](https://www.baeldung.com/swagger-ui-turn-off-in-production) - [Setting a Request Timeout for a Spring REST API](https://www.baeldung.com/spring-rest-timeout) +- [Long Polling in Spring MVC](https://www.baeldung.com/spring-mvc-long-polling) From f76865cc4d94ef4996119d2e0f0612f78cdc8579 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:26:24 +0800 Subject: [PATCH 04/12] Update README.md --- axon/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/axon/README.md b/axon/README.md index 069102fc3a..3b2fd0b5ff 100644 --- a/axon/README.md +++ b/axon/README.md @@ -5,3 +5,4 @@ This module contains articles about Axon ### Relevant articles - [A Guide to the Axon Framework](https://www.baeldung.com/axon-cqrs-event-sourcing) +- [Multi-Entity Aggregates in Axon](https://www.baeldung.com/java-axon-multi-entity-aggregates) From 768562b1ce1bcc4d7dd61f31d695dffa0cdec2e2 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:28:32 +0800 Subject: [PATCH 05/12] Update README.md --- core-java-modules/core-java-concurrency-basic-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-concurrency-basic-2/README.md b/core-java-modules/core-java-concurrency-basic-2/README.md index bf973f7036..c4a6105c56 100644 --- a/core-java-modules/core-java-concurrency-basic-2/README.md +++ b/core-java-modules/core-java-concurrency-basic-2/README.md @@ -12,4 +12,5 @@ This module contains articles about basic Java concurrency - [Guide to AtomicMarkableReference](https://www.baeldung.com/java-atomicmarkablereference) - [Why are Local Variables Thread-Safe in Java](https://www.baeldung.com/java-local-variables-thread-safe) - [How to Stop Execution After a Certain Time in Java](https://www.baeldung.com/java-stop-execution-after-certain-time) +- [How to Handle InterruptedException in Java](https://www.baeldung.com/java-interrupted-exception) - [[<-- Prev]](/core-java-modules/core-java-concurrency-basic) From e70094df60e34f3b40dfdd218a6a2112cb538533 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:31:51 +0800 Subject: [PATCH 06/12] Update README.md --- spring-5-webflux/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-5-webflux/README.md b/spring-5-webflux/README.md index 9f9a12f997..ce540dc50f 100644 --- a/spring-5-webflux/README.md +++ b/spring-5-webflux/README.md @@ -9,3 +9,4 @@ This module contains articles about Spring 5 WebFlux - [Spring WebClient Requests with Parameters](https://www.baeldung.com/webflux-webclient-parameters) - [RSocket Using Spring Boot](https://www.baeldung.com/spring-boot-rsocket) - [Spring MVC Async vs Spring WebFlux](https://www.baeldung.com/spring-mvc-async-vs-webflux) +- [Set a Timeout in Spring 5 Webflux WebClient](https://www.baeldung.com/spring-webflux-timeout) From 6629b00aeeefcb4939619e2cba95adbaf0198ceb Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:33:57 +0800 Subject: [PATCH 07/12] Update README.md --- spring-aop/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-aop/README.md b/spring-aop/README.md index c92e132d1e..707e0fbf81 100644 --- a/spring-aop/README.md +++ b/spring-aop/README.md @@ -12,3 +12,4 @@ This module contains articles about Spring aspect oriented programming (AOP) - [Introduction to Advice Types in Spring](https://www.baeldung.com/spring-aop-advice-tutorial) - [When Does Java Throw UndeclaredThrowableException?](https://www.baeldung.com/java-undeclaredthrowableexception) - [Get Advised Method Info in Spring AOP](https://www.baeldung.com/spring-aop-get-advised-method-info) +- [Advise Methods on Annotated Classes With AspectJ](https://www.baeldung.com/aspectj-advise-methods) From 83722371e1ebeb028d34622a471c1838e69ee2bb Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:36:53 +0800 Subject: [PATCH 08/12] Create README.md --- testing-modules/cucumber/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing-modules/cucumber/README.md diff --git a/testing-modules/cucumber/README.md b/testing-modules/cucumber/README.md new file mode 100644 index 0000000000..f9adf759c7 --- /dev/null +++ b/testing-modules/cucumber/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Using Cucumber Tags with JUnit 5](https://www.baeldung.com/junit-cucumber-tags) From b6fe075fc9b9c752875ccae7b2728e8fe1457724 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:39:53 +0800 Subject: [PATCH 09/12] Update README.md --- core-java-modules/core-java-lang-oop-types-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-lang-oop-types-2/README.md b/core-java-modules/core-java-lang-oop-types-2/README.md index 70a0273bc4..a4e7b101c3 100644 --- a/core-java-modules/core-java-lang-oop-types-2/README.md +++ b/core-java-modules/core-java-lang-oop-types-2/README.md @@ -4,4 +4,4 @@ This module contains articles about types in Java ### Relevant Articles: -- \ No newline at end of file +- [Convert an Array of Primitives to an Array of Objects](https://www.baeldung.com/java-primitive-array-to-object-array) From 7f751cf41357d33027d1c0c3ef1a92b8827466d8 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:43:40 +0800 Subject: [PATCH 10/12] Update README.md --- libraries-data-db/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries-data-db/README.md b/libraries-data-db/README.md index 790a3eb318..98a83d5669 100644 --- a/libraries-data-db/README.md +++ b/libraries-data-db/README.md @@ -3,9 +3,11 @@ This module contains articles about database-related data processing libraries. ### Relevant articles + - [Introduction to Reladomo](https://www.baeldung.com/reladomo) - [Introduction to ORMLite](https://www.baeldung.com/ormlite) - [Guide to Java Data Objects](https://www.baeldung.com/jdo) - [Intro to JDO Queries 2/2](https://www.baeldung.com/jdo-queries) - [Introduction to HikariCP](https://www.baeldung.com/hikaricp) - [Guide to Ebean ORM](https://www.baeldung.com/ebean-orm) +- [Introduction to Debezium](https://www.baeldung.com/debezium-intro) From 2399adb2458df5cce460d0051215a0b7fb9bd622 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:46:32 +0800 Subject: [PATCH 11/12] Update README.md --- spring-boot-modules/spring-boot-react/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-modules/spring-boot-react/README.md b/spring-boot-modules/spring-boot-react/README.md index 7d843af9ea..439e9368be 100644 --- a/spring-boot-modules/spring-boot-react/README.md +++ b/spring-boot-modules/spring-boot-react/README.md @@ -1 +1,3 @@ ### Relevant Articles: + +- [CRUD Application With React and Spring Boot](https://www.baeldung.com/spring-boot-react-crud) From 33cd02183eadb468c540a27ec4c99adb81f1d2c2 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:49:08 +0800 Subject: [PATCH 12/12] Update README.md --- core-java-modules/core-java-lang-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-4/README.md b/core-java-modules/core-java-lang-4/README.md index 8e8d6185b0..8b8dff4bd1 100644 --- a/core-java-modules/core-java-lang-4/README.md +++ b/core-java-modules/core-java-lang-4/README.md @@ -4,3 +4,4 @@ This module contains articles about core features in the Java language - [The Java final Keyword – Impact on Performance](https://www.baeldung.com/java-final-performance) - [The package-info.java File](https://www.baeldung.com/java-package-info) +- [What are Compile-time Constants in Java?](https://www.baeldung.com/java-compile-time-constants)