From 92903e11e232a28bdfc44747f5bbe49f245fa465 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 22:31:56 +0800 Subject: [PATCH 01/14] Update README.md --- libraries-http-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries-http-2/README.md b/libraries-http-2/README.md index f3fdf1becb..4085d98ea5 100644 --- a/libraries-http-2/README.md +++ b/libraries-http-2/README.md @@ -8,5 +8,6 @@ This module contains articles about HTTP libraries. - [Decode an OkHttp JSON Response](https://www.baeldung.com/okhttp-json-response) - [Retrofit 2 – Dynamic URL](https://www.baeldung.com/retrofit-dynamic-url) - [Adding Interceptors in OkHTTP](https://www.baeldung.com/java-okhttp-interceptors) +- [A Guide to Events in OkHTTP](https://www.baeldung.com/java-okhttp-events) - More articles [[<-- prev]](/libraries-http) From f327fdea47fe0a9b22d702147ccc7a9ecc516314 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 22:34:31 +0800 Subject: [PATCH 02/14] Update README.md --- spring-caching-2/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-caching-2/README.md b/spring-caching-2/README.md index 37095551a1..1375b5e8e4 100644 --- a/spring-caching-2/README.md +++ b/spring-caching-2/README.md @@ -1 +1,3 @@ ### Relevant articles: + +- [Spring Boot Cache with Redis](https://www.baeldung.com/spring-boot-redis-cache) From 3a96df6ea62d11ef1228c955ff51acff45f193b6 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 22:36:09 +0800 Subject: [PATCH 03/14] Update README.md --- reactor-core/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reactor-core/README.md b/reactor-core/README.md index 0214aa26fd..5821be3596 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,3 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) +- [How to Convert Mono> Into Flux](https://www.baeldung.com/java-mono-list-to-flux) From f6083218f59cadcbac092a0c6e0fd1402a43aa88 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 22:41:57 +0800 Subject: [PATCH 04/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index 5821be3596..50be766e25 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono> Into Flux](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono> Into Flux/](https://www.baeldung.com/java-mono-list-to-flux) From 2c22507a6d41ff1a5ceaa20a38d131e36074fd80 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 22:47:17 +0800 Subject: [PATCH 05/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index 50be766e25..d7738edb76 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono> Into Flux/](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono>> Into Flux/<>](https://www.baeldung.com/java-mono-list-to-flux) From 039f9613bafe0afdd124b0937685e67ae87fc67d Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:07:27 +0800 Subject: [PATCH 06/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index d7738edb76..1b753c8f04 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono>> Into Flux/<>](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono> Into Flux<[T]>](https://www.baeldung.com/java-mono-list-to-flux) From 3ad7b41fce88120da973c8b6d77398732f1f4cc2 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:08:00 +0800 Subject: [PATCH 07/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index 1b753c8f04..d8ccfafee1 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono> Into Flux<[T]>](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono> Into Flux<[T]>]](https://www.baeldung.com/java-mono-list-to-flux) From 5c2d09a0ea64720396d11aaa65754179966f38f4 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:09:48 +0800 Subject: [PATCH 08/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index d8ccfafee1..5821be3596 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono> Into Flux<[T]>]](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono> Into Flux](https://www.baeldung.com/java-mono-list-to-flux) From 9a5cd36e9b944bed9d1897a80487962a873fa28b Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:18:12 +0800 Subject: [PATCH 09/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index 5821be3596..fb0c99055b 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono> Into Flux](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono> Into Flux<\T>](https://www.baeldung.com/java-mono-list-to-flux) From 7b5b478dc2779c12342dc169294db28d6960c6b3 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:19:35 +0800 Subject: [PATCH 10/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index fb0c99055b..5be59192a5 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono> Into Flux<\T>](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono> Into Flux<\T\>](https://www.baeldung.com/java-mono-list-to-flux) From 85fe22c01b923003bffe4ebad5c76da1104665e0 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:20:07 +0800 Subject: [PATCH 11/14] Update README.md --- reactor-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor-core/README.md b/reactor-core/README.md index 5be59192a5..08dac354ab 100644 --- a/reactor-core/README.md +++ b/reactor-core/README.md @@ -8,4 +8,4 @@ This module contains articles about Reactor Core. - [Combining Publishers in Project Reactor](https://www.baeldung.com/reactor-combine-streams) - [Programmatically Creating Sequences with Project Reactor](https://www.baeldung.com/flux-sequences-reactor) - [How to Extract a Mono’s Content in Java](https://www.baeldung.com/java-string-from-mono) -- [How to Convert Mono> Into Flux<\T\>](https://www.baeldung.com/java-mono-list-to-flux) +- [How to Convert Mono> Into Flux](https://www.baeldung.com/java-mono-list-to-flux) From 327b2e3e44b2d965e39053e76a38d8c2efec201a Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:22:08 +0800 Subject: [PATCH 12/14] 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 83cbcca4db..6ac593452c 100644 --- a/kubernetes/k8s-intro/README.md +++ b/kubernetes/k8s-intro/README.md @@ -16,3 +16,4 @@ If you get a valid response, then you're good to go. - [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) +- [Using Namespaces and Selectors With the Kubernetes Java API](https://www.baeldung.com/java-kubernetes-namespaces-selectors) From f7ea846c9472e7233f0c709d362bc5aa58206505 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:24:34 +0800 Subject: [PATCH 13/14] Update README.md --- persistence-modules/hibernate-mapping/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/hibernate-mapping/README.md b/persistence-modules/hibernate-mapping/README.md index b5d0cb2f99..984f49bb70 100644 --- a/persistence-modules/hibernate-mapping/README.md +++ b/persistence-modules/hibernate-mapping/README.md @@ -13,3 +13,4 @@ This module contains articles about Object-relational Mapping (ORM) with Hiberna - [Hibernate – Mapping Date and Time](https://www.baeldung.com/hibernate-date-time) - [Mapping LOB Data in Hibernate](https://www.baeldung.com/hibernate-lob) - [FetchMode in Hibernate](https://www.baeldung.com/hibernate-fetchmode) +- [Mapping PostgreSQL Array With Hibernate](https://www.baeldung.com/java-hibernate-map-postgresql-array) From ebc5075968175bea30416bba2daac769c7e3f74f Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 12 May 2021 23:25:49 +0800 Subject: [PATCH 14/14] Update README.md --- spring-boot-modules/spring-boot-testing/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-testing/README.md b/spring-boot-modules/spring-boot-testing/README.md index 1b7ad661c6..058c78c9bb 100644 --- a/spring-boot-modules/spring-boot-testing/README.md +++ b/spring-boot-modules/spring-boot-testing/README.md @@ -15,3 +15,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Testing Spring Boot @ConfigurationProperties](https://www.baeldung.com/spring-boot-testing-configurationproperties) - [Prevent ApplicationRunner or CommandLineRunner Beans From Executing During Junit Testing](https://www.baeldung.com/spring-junit-prevent-runner-beans-testing-execution) - [Testing in Spring Boot](https://www.baeldung.com/spring-boot-testing) +- [Fixing the NoSuchMethodError JUnit Error](https://www.baeldung.com/junit-nosuchmethoderror)