From ac493abbc4a7514d86159b0d95647fa8f0c753c7 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:02:06 +0800 Subject: [PATCH 1/9] Update README.md --- core-java-modules/core-java-collections-maps-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-collections-maps-4/README.md b/core-java-modules/core-java-collections-maps-4/README.md index cb25aa5a8a..795f0df702 100644 --- a/core-java-modules/core-java-collections-maps-4/README.md +++ b/core-java-modules/core-java-collections-maps-4/README.md @@ -5,3 +5,4 @@ This module contains articles about Map data structures in Java. ### Relevant Articles: - [Using a Custom Class as a Key in a Java HashMap](https://www.baeldung.com/java-custom-class-map-key) - [Nested HashMaps Examples in Java](https://www.baeldung.com/java-nested-hashmaps) +- [Java HashMap With Different Value Types](https://www.baeldung.com/java-hashmap-different-value-types) From 4c034d8d81520fa02cd27f53fa52c53ae538b21e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:04:52 +0800 Subject: [PATCH 2/9] Update README.md --- core-java-modules/core-java-perf/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-perf/README.md b/core-java-modules/core-java-perf/README.md index d52fd2d733..e09f8bb6fc 100644 --- a/core-java-modules/core-java-perf/README.md +++ b/core-java-modules/core-java-perf/README.md @@ -11,3 +11,4 @@ This module contains articles about performance of Java applications - [Monitoring Java Applications with Flight Recorder](https://www.baeldung.com/java-flight-recorder-monitoring) - [Branch Prediction in Java](https://www.baeldung.com/java-branch-prediction) - [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump) +- [JMX Ports](https://www.baeldung.com/jmx-ports) From fb403a1ec0dce584cae12e3e74528f34e5818e73 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:34:51 +0800 Subject: [PATCH 3/9] Update README.md --- core-java-modules/core-java-string-conversions-2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-string-conversions-2/README.md b/core-java-modules/core-java-string-conversions-2/README.md index 22f4cd89a1..9cbece4ec3 100644 --- a/core-java-modules/core-java-string-conversions-2/README.md +++ b/core-java-modules/core-java-string-conversions-2/README.md @@ -9,5 +9,5 @@ This module contains articles about string conversions from/to another type. - [Converting String to BigDecimal in Java](https://www.baeldung.com/java-string-to-bigdecimal) - [Converting String to BigInteger in Java](https://www.baeldung.com/java-string-to-biginteger) - [Convert a String to Camel Case](https://www.baeldung.com/java-string-to-camel-case) -- [Convert a ByteBuffer to String] +- [Convert a ByteBuffer to String in Java](https://www.baeldung.com/java-bytebuffer-to-string) - More articles: [[<-- prev]](/core-java-string-conversions) From 67914c6a361e44076288d660fb091bd9af0fbcca Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:39:48 +0800 Subject: [PATCH 4/9] Update README.md --- .../custom-validations-opeanpi-codegen/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md b/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md index 83eec25c03..3a2b74af70 100644 --- a/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md +++ b/spring-swagger-codegen/custom-validations-opeanpi-codegen/README.md @@ -1 +1,5 @@ # This is a sample on how we can merge the OpenApi code generation with the a custom annotation using ConstraintValidator + +### Relevant Articles: + +- [Custom Validation with Swagger Codegen](https://www.baeldung.com/java-swagger-custom-validation) From 11b7e27c27e51b5a4509d3ae8ac6edc035fd0125 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:41:46 +0800 Subject: [PATCH 5/9] Update README.md --- apache-poi-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-poi-2/README.md b/apache-poi-2/README.md index 69aabf4616..e31c219819 100644 --- a/apache-poi-2/README.md +++ b/apache-poi-2/README.md @@ -5,4 +5,5 @@ This module contains articles about Apache POI ### Relevant Articles: - [Adding a Column to an Excel Sheet Using Apache POI](https://www.baeldung.com/java-excel-add-column) +- [Add an Image to a Cell in an Excel File With Java](https://www.baeldung.com/java-add-image-excel) - More articles: [[<-- prev]](/apache-poi) From 2b2546b3b11d8c8ebe625a7a5e3ba59d792ce453 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:44:11 +0800 Subject: [PATCH 6/9] Update README.md --- core-java-modules/core-java-lang-oop-methods/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-oop-methods/README.md b/core-java-modules/core-java-lang-oop-methods/README.md index 43eab24003..f34606f26a 100644 --- a/core-java-modules/core-java-lang-oop-methods/README.md +++ b/core-java-modules/core-java-lang-oop-methods/README.md @@ -10,3 +10,4 @@ This module contains articles about methods in Java - [Guide to hashCode() in Java](https://www.baeldung.com/java-hashcode) - [The Covariant Return Type in Java](https://www.baeldung.com/java-covariant-return-type) - [Does a Method’s Signature Include the Return Type in Java?](https://www.baeldung.com/java-method-signature-return-type) +- [Solving the Hide Utility Class Public Constructor Sonar Warning](https://www.baeldung.com/java-sonar-hide-implicit-constructor) From 3aca00b565c6bd6e58a62bb1e33ad71177d4fd0c Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:46:18 +0800 Subject: [PATCH 7/9] Update README.md --- spring-5-reactive-client/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-5-reactive-client/README.md b/spring-5-reactive-client/README.md index e485897d27..5a93e0b13e 100644 --- a/spring-5-reactive-client/README.md +++ b/spring-5-reactive-client/README.md @@ -12,3 +12,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring - [Spring WebClient Filters](https://www.baeldung.com/spring-webclient-filters) - [Get List of JSON Objects with WebClient](https://www.baeldung.com/spring-webclient-json-list) - [Upload a File with WebClient](https://www.baeldung.com/spring-webclient-upload-file) +- [How to Get Response Body When Testing the Status Code in WebFlux WebClient](https://www.baeldung.com/spring-webclient-get-response-body) From a90ed4d22592f0c783346413b515ac383dfa4bfb Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:48:29 +0800 Subject: [PATCH 8/9] Update README.md --- core-java-modules/core-java-lang-operators-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-operators-2/README.md b/core-java-modules/core-java-lang-operators-2/README.md index bc1809a4a7..480021108d 100644 --- a/core-java-modules/core-java-lang-operators-2/README.md +++ b/core-java-modules/core-java-lang-operators-2/README.md @@ -6,3 +6,4 @@ This module contains articles about Java operators - [Logical vs Bitwise OR Operator](https://www.baeldung.com/java-logical-vs-bitwise-or-operator) - [Bitmasking in Java with Bitwise Operators](https://www.baeldung.com/java-bitmasking) +- [Getting a Bit at a Certain Position from Integral Values](https://www.baeldung.com/java-get-bit-at-position) From 8b44f71a774ab975f2217328c9292a00dda563da Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:50:58 +0800 Subject: [PATCH 9/9] Update README.md --- apache-poi/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-poi/README.md b/apache-poi/README.md index 6d5b80b03a..3dc58fe1b4 100644 --- a/apache-poi/README.md +++ b/apache-poi/README.md @@ -15,4 +15,5 @@ This module contains articles about Apache POI - [Multiline Text in Excel Cell Using Apache POI](https://www.baeldung.com/apache-poi-write-multiline-text) - [Set Background Color of a Cell with Apache POI](https://www.baeldung.com/apache-poi-background-color) - [Add Borders to Excel Cells With Apache POI](https://www.baeldung.com/apache-poi-add-borders) +- [Reading Values From Excel in Java](https://www.baeldung.com/java-read-dates-excel) - More articles: [[next -->]](/apache-poi-2)