You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2023/01/10 06:28:34 UTC

[incubator-eventmesh] branch master updated: fix issue2875

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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d757279c fix issue2875
     new aa7b455a8 Merge pull request #2877 from jonyangx/issue2875
0d757279c is described below

commit 0d757279cb22ccc7cc43060dade824e82008a50e
Author: jonyangx <jo...@gmail.com>
AuthorDate: Tue Jan 10 10:06:52 2023 +0800

    fix issue2875
---
 eventmesh-connector-plugin/eventmesh-connector-redis/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/eventmesh-connector-plugin/eventmesh-connector-redis/build.gradle b/eventmesh-connector-plugin/eventmesh-connector-redis/build.gradle
index 394df2fc0..9ba6898db 100644
--- a/eventmesh-connector-plugin/eventmesh-connector-redis/build.gradle
+++ b/eventmesh-connector-plugin/eventmesh-connector-redis/build.gradle
@@ -49,4 +49,8 @@ dependencies {
 
     testCompileOnly 'org.projectlombok:lombok:1.18.22'
     testAnnotationProcessor 'org.projectlombok:lombok:1.18.22'
+}
+
+test {
+    systemProperty "io.netty.tryUnsafe", "false"
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org