@@ -43,7 +43,7 @@ VAVR | Functional component library that provides persistent data types and func
4343
4444## Articles
4545
46- Here are some blog posts that I wrote using the source code of this repository. Visit < https://mincong.io >
46+ Here are some blog posts that I wrote using the source code of this repository and related satellite repositories . Visit < https://mincong.io >
4747to see the complete list.
4848
4949### Akka
@@ -78,7 +78,7 @@ Date manipulation using `java.util.*` and `java.time.*`.
7878- [ Logback: Test Logging Event] ( https://mincong.io/2020/02/02/logback-test-logging-event/ )
7979- [ SLF4J Understanding] ( https://mincong.io/2019/03/12/slf4j/ )
8080
81- ### Mockito
81+ ### Java Testing
8282
8383Mockito, the most popular mocking framework for
8484Java unit tests. https://site.mockito.org
@@ -89,11 +89,33 @@ Java unit tests. https://site.mockito.org
8989- [ Mockito: 4 Ways to Verify Interations] ( https://mincong.io/2019/09/22/mockito-verify )
9090- [ Testing with GwtMockito] ( https://mincong.io/2019/08/26/testing-with-gwtmockito )
9191
92+ JUnit, the programmer-friendly testing framework for Java and the JVM:
93+
94+ - [ Writing Parameterized Tests in JUnit 5] ( https://mincong.io/2021/01/31/juni5-parameterized-tests/ )
95+
9296### Reliability
9397
9498- [ Create a Throttler in Java] ( https://mincong.io/2020/11/07/throttler/ )
9599- [ Feature Flag: Making Your Application More Reliable] ( https://mincong.io/2020/11/11/feature-flag/ )
96100
101+ ### Elasticsearch
102+
103+ - [ Testing Elasticsearch With Docker And Java High Level REST Client] ( https://mincong.io/2020/04/05/testing-elasticsearch-with-docker-and-java-client/ )
104+ - [ Testing Elasticsearch with ESSingleNodeTestCase] ( https://mincong.io/2019/11/24/essinglenodetestcase/ )
105+ - [ Elasticsearch: cat nodes API] ( https://mincong.io/2020/03/07/elasticsearch-cat-nodes-api/ )
106+ - [ Elasticsearch: Scroll API in Java] ( https://mincong.io/2020/01/19/elasticsearch-scroll-api/ )
107+ - [ Indexing New Data in Elasticsearch] ( https://mincong.io/2019/12/02/indexing-new-data-in-elasticsearch/ )
108+ - [ Common Index Exceptions] ( https://mincong.io/2020/09/13/es-index-exceptions/ )
109+ - [ Wrap Elasticsearch Response Into CompletableFuture] ( https://mincong.io/2020/07/26/es-client-completablefuture/ )
110+ - [ Discovery in Elasticsearch] ( https://mincong.io/2020/08/22/discovery-in-elasticsearch/ )
111+ - [ GC in Elasticsearch] ( https://mincong.io/2020/08/30/gc-in-elasticsearch/ )
112+ - [ 18 Allocation Deciders in Elasticsearch] ( https://mincong.io/2020/09/27/shard-allocation/ )
113+ - [ Using Java Time in Different Frameworks] ( https://mincong.io/2020/10/25/java-time/ )
114+ - [ DVF: Indexing New Documents] ( https://mincong.io/2020/12/16/dvf-indexing/ )
115+ - [ DVF: Indexing Optimization] ( https://mincong.io/2020/12/17/dvf-indexing-optimization/ )
116+ - [ DVF: Storage Optimization] ( https://mincong.io/2020/12/25/dvf-storage-optimization/ )
117+ - [ DVF: Snapshot And Restore] ( https://mincong.io/2021/01/10/dvf-snapshot-and-restore/ )
118+
97119## Code Style
98120
99121I use [ Google Java Code Style] [ style-java ] for this repo.
0 commit comments