Skip to content

Commit 9d47189

Browse files
authored
Merge pull request eugenp#11567 from johnA1331/master
BAEL-45157 - add links to github-baeldung articles
2 parents 1d5f854 + 61fff2e commit 9d47189

File tree

9 files changed

+12
-1
lines changed

9 files changed

+12
-1
lines changed

apache-poi-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ This module contains articles about Apache POI
55
### Relevant Articles:
66

77
- [Adding a Column to an Excel Sheet Using Apache POI](https://www.baeldung.com/java-excel-add-column)
8+
- [Add an Image to a Cell in an Excel File With Java](https://www.baeldung.com/java-add-image-excel)
89
- More articles: [[<-- prev]](/apache-poi)

apache-poi/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ This module contains articles about Apache POI
1515
- [Multiline Text in Excel Cell Using Apache POI](https://www.baeldung.com/apache-poi-write-multiline-text)
1616
- [Set Background Color of a Cell with Apache POI](https://www.baeldung.com/apache-poi-background-color)
1717
- [Add Borders to Excel Cells With Apache POI](https://www.baeldung.com/apache-poi-add-borders)
18+
- [Reading Values From Excel in Java](https://www.baeldung.com/java-read-dates-excel)
1819
- More articles: [[next -->]](/apache-poi-2)

core-java-modules/core-java-collections-maps-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ This module contains articles about Map data structures in Java.
55
### Relevant Articles:
66
- [Using a Custom Class as a Key in a Java HashMap](https://www.baeldung.com/java-custom-class-map-key)
77
- [Nested HashMaps Examples in Java](https://www.baeldung.com/java-nested-hashmaps)
8+
- [Java HashMap With Different Value Types](https://www.baeldung.com/java-hashmap-different-value-types)

core-java-modules/core-java-lang-oop-methods/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ This module contains articles about methods in Java
1010
- [Guide to hashCode() in Java](https://www.baeldung.com/java-hashcode)
1111
- [The Covariant Return Type in Java](https://www.baeldung.com/java-covariant-return-type)
1212
- [Does a Method’s Signature Include the Return Type in Java?](https://www.baeldung.com/java-method-signature-return-type)
13+
- [Solving the Hide Utility Class Public Constructor Sonar Warning](https://www.baeldung.com/java-sonar-hide-implicit-constructor)

core-java-modules/core-java-lang-operators-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ This module contains articles about Java operators
66

77
- [Logical vs Bitwise OR Operator](https://www.baeldung.com/java-logical-vs-bitwise-or-operator)
88
- [Bitmasking in Java with Bitwise Operators](https://www.baeldung.com/java-bitmasking)
9+
- [Getting a Bit at a Certain Position from Integral Values](https://www.baeldung.com/java-get-bit-at-position)

core-java-modules/core-java-perf/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ This module contains articles about performance of Java applications
1111
- [Monitoring Java Applications with Flight Recorder](https://www.baeldung.com/java-flight-recorder-monitoring)
1212
- [Branch Prediction in Java](https://www.baeldung.com/java-branch-prediction)
1313
- [Capturing a Java Thread Dump](https://www.baeldung.com/java-thread-dump)
14+
- [JMX Ports](https://www.baeldung.com/jmx-ports)

core-java-modules/core-java-string-conversions-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ This module contains articles about string conversions from/to another type.
99
- [Converting String to BigDecimal in Java](https://www.baeldung.com/java-string-to-bigdecimal)
1010
- [Converting String to BigInteger in Java](https://www.baeldung.com/java-string-to-biginteger)
1111
- [Convert a String to Camel Case](https://www.baeldung.com/java-string-to-camel-case)
12-
- [Convert a ByteBuffer to String]
12+
- [Convert a ByteBuffer to String in Java](https://www.baeldung.com/java-bytebuffer-to-string)
1313
- More articles: [[<-- prev]](/core-java-string-conversions)

spring-5-reactive-client/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1212
- [Spring WebClient Filters](https://www.baeldung.com/spring-webclient-filters)
1313
- [Get List of JSON Objects with WebClient](https://www.baeldung.com/spring-webclient-json-list)
1414
- [Upload a File with WebClient](https://www.baeldung.com/spring-webclient-upload-file)
15+
- [How to Get Response Body When Testing the Status Code in WebFlux WebClient](https://www.baeldung.com/spring-webclient-get-response-body)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# This is a sample on how we can merge the OpenApi code generation with the a custom annotation using ConstraintValidator
2+
3+
### Relevant Articles:
4+
5+
- [Custom Validation with Swagger Codegen](https://www.baeldung.com/java-swagger-custom-validation)

0 commit comments

Comments
 (0)