Skip to content

Commit 72b2544

Browse files
committed
fix: Remove inappropriate RFC 6902 badge and add relevant badges
- Removed RFC 6902 (JSON Patch) badge as it's not relevant to stream processing - Added Coverage badge showing current 77.7% test coverage - Added Vert.x compatibility badge showing supported version The RFC 6902 badge was misleading as this project is about async I/O stream conversion, not JSON document patching.
1 parent 655d1bd commit 72b2544

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[![Maven Central](https://img.shields.io/maven-central/v/com.inqwise/inqwise-async.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.inqwise%22%20AND%20a:%22inqwise-async%22)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99
[![Java Version](https://img.shields.io/badge/Java-21%2B-blue.svg)](https://openjdk.java.net/projects/jdk/21/)
10+
[![Coverage](https://img.shields.io/badge/Coverage-77.7%25-yellow.svg)]()
11+
[![Vert.x](https://img.shields.io/badge/Vert.x-4.5.11%2B-purple.svg)](https://vertx.io/)
1012
Inqwise Async bridges standard Java blocking I/O structures with Vert.x's asynchronous, non-blocking APIs. By providing robust wrappers for traditional Java classes such as {@link java.io.InputStream}, {@link java.io.OutputStream}, {@link java.io.Reader}, {@link java.io.Writer}, and more, Inqwise Async enables developers to integrate existing Java codebases into Vert.x-based reactive applications without disrupting the event loop. This bridge ensures efficient and scalable I/O operations by managing back-pressure and flow control, facilitating the modernization of legacy systems for high-performance, event-driven environments.
1113

1214
## Table of Contents

0 commit comments

Comments
 (0)