You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/01/06 01:06:30 UTC

[skywalking] branch fix created (now 3ba0690cc7)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git


      at 3ba0690cc7 Bump BanyanDB Java client to 0.3.0-rc0.

This branch includes the following new commits:

     new 3ba0690cc7 Bump BanyanDB Java client to 0.3.0-rc0.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Bump BanyanDB Java client to 0.3.0-rc0.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch fix
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 3ba0690cc76b3bf52a8f803c89f677d5b1714393
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jan 6 09:06:12 2023 +0800

    Bump BanyanDB Java client to 0.3.0-rc0.
---
 docs/en/changes/changes.md | 1 +
 oap-server-bom/pom.xml     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 40f0565f27..3d19126baa 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -69,6 +69,7 @@
 * Correct the TopN record query DAO of BanyanDB.
 * Tweak interval settings of BanyanDB.
 * Support monitoring AWS Cloud EKS.
+* Bump BanyanDB Java client to 0.3.0-rc0.
 
 #### UI
 
diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml
index 90b4b3c4d8..9d3a88baa1 100644
--- a/oap-server-bom/pom.xml
+++ b/oap-server-bom/pom.xml
@@ -73,8 +73,7 @@
         <awaitility.version>3.0.0</awaitility.version>
         <httpcore.version>4.4.13</httpcore.version>
         <commons-compress.version>1.21</commons-compress.version>
-        <!-- TODO: use 0.3.0 before OAP 9.4.0 release -->
-        <banyandb-java-client.version>0.3.0-SNAPSHOT</banyandb-java-client.version>
+        <banyandb-java-client.version>0.3.0-rc0</banyandb-java-client.version>
         <kafka-clients.version>2.8.1</kafka-clients.version>
         <spring-kafka-test.version>2.4.6.RELEASE</spring-kafka-test.version>
     </properties>