Merge pull request #14558 from edizor/master

Update README
This commit is contained in:
Loredana Crusoveanu 2023-08-09 18:07:13 +03:00 committed by GitHub
commit f439ab873d
11 changed files with 19 additions and 3 deletions

View File

@ -8,3 +8,4 @@ This module contains articles about arrays conversion in Java
- [Convert a Byte Array to a Numeric Representation in Java](https://www.baeldung.com/java-byte-array-to-number)
- [Converting a String Array Into an int Array in Java](https://www.baeldung.com/java-convert-string-array-to-int-array)
- [Convert Java Array to Iterable](https://www.baeldung.com/java-array-convert-to-iterable)
- [Converting an int[] to HashSet in Java](https://www.baeldung.com/java-converting-int-array-to-hashset)

View File

@ -11,3 +11,4 @@ This module contains articles about the Java List collection
- [Set Default Value for Elements in List](https://www.baeldung.com/java-list-set-default-values)
- [Get Unique Values From an ArrayList in Java](https://www.baeldung.com/java-unique-values-arraylist)
- [Converting a Java List to a Json Array](https://www.baeldung.com/java-converting-list-to-json-array)
- [Whats the Difference Between Iterator and ListIterator?](https://www.baeldung.com/java-iterator-vs-listiterator)

View File

@ -6,3 +6,5 @@
- [Difference Between Map.clear() and Instantiating a New Map](https://www.baeldung.com/java-map-clear-vs-new-map)
- [Converting JsonNode Object to Map](https://www.baeldung.com/jackson-jsonnode-map)
- [How to Modify a Key in a HashMap?](https://www.baeldung.com/java-hashmap-modify-key)
- [Converting String or String Array to Map in Java](https://www.baeldung.com/java-convert-string-to-map)
- [Remove Duplicate Values From HashMap in Java](https://www.baeldung.com/java-hashmap-delete-duplicates)

View File

@ -3,4 +3,5 @@
- [Using Streams to Collect Into a TreeSet](https://www.baeldung.com/java-stream-collect-into-treeset)
- [A Guide to LinkedHashSet in Java](https://www.baeldung.com/java-linkedhashset)
- [Sorting a HashSet in Java](https://www.baeldung.com/java-sort-hashset)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-set)
- [How to Get First Item From a Java Set](https://www.baeldung.com/first-item-set)
- More articles: [[<-- prev]](/core-java-modules/core-java-collections-set)

View File

@ -5,4 +5,5 @@ This module contains articles about core Java input/output(IO) APIs.
### Relevant Articles:
- [Constructing a Relative Path From Two Absolute Paths in Java](https://www.baeldung.com/java-relative-path-absolute)
- [Get the Desktop Path in Java](https://www.baeldung.com/java-desktop-path)
- [Check if a File Is Empty in Java](https://www.baeldung.com/java-check-file-empty)
- [Check if a File Is Empty in Java](https://www.baeldung.com/java-check-file-empty)
- [Converting Relative to Absolute Paths in Java](https://www.baeldung.com/java-from-relative-to-absolute-paths)

View File

@ -0,0 +1,2 @@
## Relevant Articles
- [@JsonSubTypes Vs. Reflections for Polymorphic Deserialization in Jackson](https://www.baeldung.com/java-jackson-polymorphic-deserialization)

View File

@ -2,4 +2,5 @@
This module contains articles about JSON Conversions
### Relevant Articles:
### Relevant Articles:
- [Convert JSON Array to Java List](https://www.baeldung.com/java-convert-json-array-to-list)

View File

@ -0,0 +1,2 @@
## Relevant Articles
- [Parameterized Logging With SLF4J](https://www.baeldung.com/slf4j-parameterized-logging)

View File

@ -0,0 +1,2 @@
## Relevant Articles
- [Scroll API in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-scroll-api)

View File

@ -6,3 +6,4 @@ This module contains articles about Spring with Kafka
- [Implementing Retry in Kafka Consumer](https://www.baeldung.com/spring-retry-kafka-consumer)
- [Spring Kafka: Configure Multiple Listeners on Same Topic](https://www.baeldung.com/spring-kafka-multiple-listeners-same-topic)
- [Understanding Kafka Topics and Partitions](https://www.baeldung.com/kafka-topics-partitions)

2
spring-pulsar/README.md Normal file
View File

@ -0,0 +1,2 @@
## Relevant Articles
- [Getting Started With Apache Pulsar and Spring Boot](https://www.baeldung.com/spring-boot-apache-pulsar)