@@ -60,12 +60,16 @@ to see the complete list.
6060### Java Core
6161
6262- [ Glob Expression Understanding] ( https://mincong.io/2019/04/16/glob-expression-understanding/ )
63+ - [ Unzipping File in Java] ( https://mincong.io/2019/10/27/unzipping-file-in-java/ )
64+ - [ Fixng Comparator] ( https://mincong.io/2019/07/18/fixing-comparator/ )
65+ - [ Understanding ISO-8859-1 / UTF-8] ( https://mincong.io/2019/04/07/understanding-iso-8859-1-and-utf-8/ )
6366
6467### Java Concurrency
6568
6669- [ Why Do We Need Completable Future?] ( https://mincong.io/2020/06/26/completable-future/ )
6770- [ 3 Ways to Handle Exception In Completable Future] ( https://mincong.io/2020/05/30/exception-handling-in-completable-future/ )
6871- [ How CompletableFuture is tested in OpenJDK?] ( https://mincong.io/2020/05/10/completablefuture-test/ )
72+ - [ Using 100% CPU with ExecutorService.invokeAll()] ( https://mincong.io/2019/01/29/executorservice-invokeall/ )
6973
7074### Java Date
7175
@@ -75,10 +79,11 @@ Date manipulation using `java.util.*` and `java.time.*`.
7579- [ Controlling Time with Java Clock] ( https://mincong.io/2020/05/24/java-clock/ )
7680- [ Convert Date to ISO 8601 String in Java] ( https://mincong.io/2017/02/16/convert-date-to-string-in-java/ )
7781
78- ### Logging
82+ ### Java Logging
7983
8084- [ Logback: Test Logging Event] ( https://mincong.io/2020/02/02/logback-test-logging-event/ )
8185- [ SLF4J Understanding] ( https://mincong.io/2019/03/12/slf4j/ )
86+ - [ What I know about logs] ( https://mincong.io/2019/03/05/logs/ )
8287
8388### Java Testing
8489
@@ -95,6 +100,12 @@ JUnit, the programmer-friendly testing framework for Java and the JVM:
95100
96101- [ Writing Parameterized Tests in JUnit 5] ( https://mincong.io/2021/01/31/juni5-parameterized-tests/ )
97102
103+ ### Java Serialization
104+
105+ - [ Use Auto Value and Jackson in REST API] ( https://mincong.io/2018/06/19/auto-value-and-jackson/ )
106+ - [ Jackson XML Mapper] ( https://mincong.io/2019/03/19/jackson-xml-mapper/ )
107+ - [ Vavr Jackson 1.0.0 Alpha 3 release notes] ( https://mincong.io/2020/07/11/vavr-jackson-1.0.0-alpha-3/ )
108+
98109### Reliability
99110
100111- [ Create a Throttler in Java] ( https://mincong.io/2020/11/07/throttler/ )
0 commit comments