You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2021/09/07 14:40:53 UTC

[aries-typedevent] branch main updated: rename ThreadName of EventBus to Aries

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

timothyjward pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/aries-typedevent.git


The following commit(s) were added to refs/heads/main by this push:
     new 30d58e9  rename ThreadName of EventBus to Aries
30d58e9 is described below

commit 30d58e96c5dff8ff85a82d41bcfde6e29ea61c0e
Author: Stefan Bischof <st...@bipolis.org>
AuthorDate: Sun May 23 10:03:46 2021 +0200

    rename ThreadName of EventBus to Aries
    
    Signed-off-by: Stefan Bischof <st...@bipolis.org>
---
 .../java/org/apache/aries/typedevent/bus/impl/TypedEventBusImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImpl.java b/org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImpl.java
index 1070695..2802d75 100644
--- a/org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImpl.java
+++ b/org.apache.aries.typedevent.bus/src/main/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImpl.java
@@ -442,7 +442,7 @@ public class TypedEventBusImpl implements TypedEventBus {
         private final AtomicBoolean running = new AtomicBoolean(true);
 
         public EventThread() {
-            super("BRAIN-IoT EventBus Delivery Thread");
+            super("Apache Aries TypedEventBus Delivery Thread");
         }
 
         public void shutdown() {