From 0db217d35aa1aedf56e0d86cda1b529f731795c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Skj=C3=B8lberg?= Date: Sat, 14 Oct 2023 00:57:37 +0200 Subject: [PATCH] Update readme --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1817d8c..9593469 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,27 @@ Bugs, feature suggestions and help requests can be filed with the [issue-tracker # Obtain The project is based on [Maven] and is available at Maven central repository. -Example dependency config: +
+ Maven coordinates + +Add + +```xml +1.0.3 +``` + +and ```xml com.github.skjolber async-stax-utils - 1.0.2 + ${async-stax-utils.version} ``` +
+ # Usage The asynchronous nature adds some processing overhead and setup complexity compared to regular synchronous approach. If you prefer skipping to code examples, see [unit tests](src/test/java/com/github/skjolber/asyncstaxutils). @@ -108,12 +119,12 @@ DelegateOutputStream dis = new DelegateOutputStream(bin, listener, callback); streams and pass them up or down your pipe. # History -- [1.0.2]: Better class names and packages, some some reuse of XML-related processors. +- 1.0.3: Maintenance release; bumped dependencies and added modules +- 1.0.2: Better class names and packages, some some reuse of XML-related processors. - 1.0.1: Better document-size length filtering. - 1.0.0: Initial release. [Apache 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html [Aalto-xml]: https://github.com/FasterXML/aalto-xml [issue-tracker]: https://github.com/skjolber/async-stax-utils/issues -[1.0.2]: https://github.com/skjolber-async-stax-utils/releases [Maven]: http://maven.apache.org/