You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/11/22 03:31:27 UTC

[rocketmq] branch develop updated: Update group id of rocketmq logging (#5564)

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

aaronai pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4469fb51d Update group id of rocketmq logging (#5564)
4469fb51d is described below

commit 4469fb51ddd20c72fc05b64e2ed31901602a6387
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Tue Nov 22 11:31:21 2022 +0800

    Update group id of rocketmq logging (#5564)
---
 WORKSPACE              | 4 ++--
 acl/BUILD.bazel        | 4 ++--
 acl/pom.xml            | 4 ++--
 broker/BUILD.bazel     | 4 ++--
 broker/pom.xml         | 4 ++--
 client/BUILD.bazel     | 4 ++--
 client/pom.xml         | 4 ++--
 common/BUILD.bazel     | 4 ++--
 common/pom.xml         | 4 ++--
 container/BUILD.bazel  | 4 ++--
 controller/BUILD.bazel | 4 ++--
 namesrv/BUILD.bazel    | 4 ++--
 pom.xml                | 6 +++---
 proxy/BUILD.bazel      | 4 ++--
 proxy/pom.xml          | 4 ++--
 remoting/BUILD.bazel   | 4 ++--
 srvutil/BUILD.bazel    | 4 ++--
 store/BUILD.bazel      | 8 ++++----
 test/BUILD.bazel       | 4 ++--
 test/pom.xml           | 4 ++--
 tools/BUILD.bazel      | 4 ++--
 21 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index 48b5124ad..9c3cdf79f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -93,8 +93,8 @@ maven_install(
         "io.opentelemetry:opentelemetry-api:1.19.0",
         "io.opentelemetry:opentelemetry-sdk-metrics:1.19.0",
         "io.opentelemetry:opentelemetry-sdk-common:1.19.0",
-        "io.github.aliyun-mq:rocketmq-slf4j-api:1.0.4",
-        "io.github.aliyun-mq:rocketmq-logback-classic:1.0.4",
+        "io.github.aliyunmq:rocketmq-slf4j-api:1.0.0",
+        "io.github.aliyunmq:rocketmq-logback-classic:1.0.0",
     ],
     fetch_sources = True,
     repositories = [
diff --git a/acl/BUILD.bazel b/acl/BUILD.bazel
index f325560e2..ac6ac65c7 100644
--- a/acl/BUILD.bazel
+++ b/acl/BUILD.bazel
@@ -35,8 +35,8 @@ java_library(
         "@maven//:org_apache_rocketmq_rocketmq_proto",
         "@maven//:org_lz4_lz4_java",
         "@maven//:org_yaml_snakeyaml",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/acl/pom.xml b/acl/pom.xml
index 642824482..5cb674007 100644
--- a/acl/pom.xml
+++ b/acl/pom.xml
@@ -40,11 +40,11 @@
             <artifactId>rocketmq-srvutil</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-logback-classic</artifactId>
         </dependency>
         <dependency>
diff --git a/broker/BUILD.bazel b/broker/BUILD.bazel
index d5ab466ab..f7c53e512 100644
--- a/broker/BUILD.bazel
+++ b/broker/BUILD.bazel
@@ -49,8 +49,8 @@ java_library(
         "@maven//:org_apache_commons_commons_lang3",
         "@maven//:org_lz4_lz4_java",
         "@maven//:org_slf4j_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/broker/pom.xml b/broker/pom.xml
index d18051979..9642cef3c 100644
--- a/broker/pom.xml
+++ b/broker/pom.xml
@@ -35,11 +35,11 @@
             <artifactId>rocketmq-store</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-logback-classic</artifactId>
         </dependency>
         <dependency>
diff --git a/client/BUILD.bazel b/client/BUILD.bazel
index f6d96fbc0..e491cfcef 100644
--- a/client/BUILD.bazel
+++ b/client/BUILD.bazel
@@ -31,8 +31,8 @@ java_library(
         "@maven//:io_netty_netty_all",
         "@maven//:io_opentracing_opentracing_api",
         "@maven//:commons_collections_commons_collections",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/client/pom.xml b/client/pom.xml
index 582a1d66b..0b597bf54 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -59,11 +59,11 @@
             <artifactId>guava</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-logback-classic</artifactId>
         </dependency>
     </dependencies>
diff --git a/common/BUILD.bazel b/common/BUILD.bazel
index a2ab57683..831c85e3d 100644
--- a/common/BUILD.bazel
+++ b/common/BUILD.bazel
@@ -37,8 +37,8 @@ java_library(
         "@maven//:io_opentelemetry_opentelemetry_sdk_metrics",
         "@maven//:org_apache_commons_commons_lang3",
         "@maven//:org_lz4_lz4_java",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/common/pom.xml b/common/pom.xml
index 739fc9e2c..7433c3c41 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -93,11 +93,11 @@
             <artifactId>annotations-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-logback-classic</artifactId>
         </dependency>
     </dependencies>
diff --git a/container/BUILD.bazel b/container/BUILD.bazel
index fbbc7d388..059d7c225 100644
--- a/container/BUILD.bazel
+++ b/container/BUILD.bazel
@@ -41,8 +41,8 @@ java_library(
         "@maven//:ch_qos_logback_logback_core",
         "@maven//:ch_qos_logback_logback_classic",
         "@maven//:commons_cli_commons_cli",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/controller/BUILD.bazel b/controller/BUILD.bazel
index e9a32d70d..8bb979b01 100644
--- a/controller/BUILD.bazel
+++ b/controller/BUILD.bazel
@@ -39,8 +39,8 @@ java_library(
         "@maven//:ch_qos_logback_logback_core",
         "@maven//:ch_qos_logback_logback_classic",
         "@maven//:commons_cli_commons_cli",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/namesrv/BUILD.bazel b/namesrv/BUILD.bazel
index 7cbd5dba7..a62526324 100644
--- a/namesrv/BUILD.bazel
+++ b/namesrv/BUILD.bazel
@@ -39,8 +39,8 @@ java_library(
         "@maven//:org_bouncycastle_bcpkix_jdk15on",
         "@maven//:commons_cli_commons_cli",
         "@maven//:com_google_guava_guava",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/pom.xml b/pom.xml
index 490574efc..197cea783 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <openmessaging.version>0.3.1-alpha</openmessaging.version>
         <snakeyaml.version>1.32</snakeyaml.version>
         <commons-codec.version>1.13</commons-codec.version>
-        <rocketmq-logging.version>1.0.4</rocketmq-logging.version>
+        <rocketmq-logging.version>1.0.0</rocketmq-logging.version>
         <slf4j-api.version>2.0.3</slf4j-api.version>
         <logback-classic.version>1.3.4</logback-classic.version>
         <commons-validator.version>1.7</commons-validator.version>
@@ -706,12 +706,12 @@
                 <version>${logback-classic.version}</version>
             </dependency>
             <dependency>
-                <groupId>io.github.aliyun-mq</groupId>
+                <groupId>io.github.aliyunmq</groupId>
                 <artifactId>rocketmq-slf4j-api</artifactId>
                 <version>${rocketmq-logging.version}</version>
             </dependency>
             <dependency>
-                <groupId>io.github.aliyun-mq</groupId>
+                <groupId>io.github.aliyunmq</groupId>
                 <artifactId>rocketmq-logback-classic</artifactId>
                 <version>${rocketmq-logging.version}</version>
             </dependency>
diff --git a/proxy/BUILD.bazel b/proxy/BUILD.bazel
index 51ae83f9d..539132af9 100644
--- a/proxy/BUILD.bazel
+++ b/proxy/BUILD.bazel
@@ -58,8 +58,8 @@ java_library(
         "@maven//:org_checkerframework_checker_qual",
         "@maven//:org_lz4_lz4_java",
         "@maven//:org_slf4j_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 548243de4..c15734f16 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -78,11 +78,11 @@
             <artifactId>commons-lang3</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-logback-classic</artifactId>
         </dependency>
         <dependency>
diff --git a/remoting/BUILD.bazel b/remoting/BUILD.bazel
index 202f89310..e3e1bce3b 100644
--- a/remoting/BUILD.bazel
+++ b/remoting/BUILD.bazel
@@ -36,8 +36,8 @@ java_library(
         "@maven//:io_opentelemetry_opentelemetry_sdk_metrics",
         "@maven//:org_apache_tomcat_annotations_api",
         "@maven//:org_apache_commons_commons_lang3",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/srvutil/BUILD.bazel b/srvutil/BUILD.bazel
index 194db7fd6..a47a60cb1 100644
--- a/srvutil/BUILD.bazel
+++ b/srvutil/BUILD.bazel
@@ -32,8 +32,8 @@ java_library(
         "@maven//:commons_cli_commons_cli",
         "@maven//:com_googlecode_concurrentlinkedhashmap_concurrentlinkedhashmap_lru",
         "@maven//:com_google_guava_guava",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/store/BUILD.bazel b/store/BUILD.bazel
index 42ecc0b24..e6aa872a3 100644
--- a/store/BUILD.bazel
+++ b/store/BUILD.bazel
@@ -38,8 +38,8 @@ java_library(
         "@maven//:io_opentelemetry_opentelemetry_sdk_metrics",
         "@maven//:net_java_dev_jna_jna",
         "@maven//:org_apache_commons_commons_lang3",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
@@ -57,8 +57,8 @@ java_library(
         "@maven//:io_openmessaging_storage_dledger",
         "@maven//:org_apache_commons_commons_lang3",
         "@maven//:com_google_guava_guava",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/test/BUILD.bazel b/test/BUILD.bazel
index a1574819a..4daeea610 100644
--- a/test/BUILD.bazel
+++ b/test/BUILD.bazel
@@ -47,8 +47,8 @@ java_library(
         "@maven//:org_lz4_lz4_java",
         "@maven//:org_reflections_reflections",
         "@maven//:org_slf4j_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )
 
diff --git a/test/pom.xml b/test/pom.xml
index 441aba2b3..a50bc4e33 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -96,11 +96,11 @@
             <artifactId>reflections</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.github.aliyun-mq</groupId>
+            <groupId>io.github.aliyunmq</groupId>
             <artifactId>rocketmq-logback-classic</artifactId>
         </dependency>
         <dependency>
diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel
index 8aea42f63..9ccc11533 100644
--- a/tools/BUILD.bazel
+++ b/tools/BUILD.bazel
@@ -37,8 +37,8 @@ java_library(
         "@maven//:ch_qos_logback_logback_classic",
         "@maven//:ch_qos_logback_logback_core",     
         "@maven//:commons_collections_commons_collections",
-        "@maven//:io_github_aliyun_mq_rocketmq_slf4j_api",
-        "@maven//:io_github_aliyun_mq_rocketmq_logback_classic",
+        "@maven//:io_github_aliyunmq_rocketmq_slf4j_api",
+        "@maven//:io_github_aliyunmq_rocketmq_logback_classic",
     ],
 )