From b3454b04960b02ab9a74edb92e9dbe882397f6a1 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 11 Jul 2024 15:07:40 +0100 Subject: [PATCH] add whitespace to releases-1.1.md due to formatting issues (#741) --- docs/src/main/paradox/release-notes/releases-1.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/paradox/release-notes/releases-1.1.md b/docs/src/main/paradox/release-notes/releases-1.1.md index 17c5d29cb..91d51a252 100644 --- a/docs/src/main/paradox/release-notes/releases-1.1.md +++ b/docs/src/main/paradox/release-notes/releases-1.1.md @@ -10,6 +10,7 @@ As with all milestone releases, this release is not recommended for production u Some connectors are not currently tested due to problems with running the tests. Please get in touch if you use these connectors, especially if you have time to help with fixing the issues. The most notable issues are with: + * HBase ([#61](https://github.com/apache/pekko-connectors/issues/61)) * IronMQ ([#697](https://github.com/apache/pekko-connectors/issues/697)) @@ -38,6 +39,7 @@ With OrientDB Connector, it appears that the latest orientdb client only works w Most dependencies have been upgraded to the latest available version that still supports Java 8 as of release time. Exceptions include: + * HBase (see Known Issues above) * Solr Client was upgraded to v8 (v9 does not support Java 8). * Spring - we have pinned our dependency to v5 due to Java 8 support. Similarly, Spring Boot is pinned to v2. We expect that you can use newer versions of Spring if you use newer versions of Java Runtime. If you go this route, please test that it works ok before going to production.