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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e621d6c53 name some of the rebind tasks
2e621d6c53 is described below

commit 2e621d6c53f81e50a3550b2ea0aad1ba758829db
Author: Alex Heneveld <[email protected]>
AuthorDate: Fri Jul 15 18:19:25 2022 +0100

    name some of the rebind tasks
---
 .../org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java
 
b/software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java
index e3c6702fc5..623e8f4090 100644
--- 
a/software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java
+++ 
b/software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java
@@ -443,6 +443,7 @@ public abstract class SoftwareProcessImpl extends 
AbstractEntity implements Soft
         // This is functionally equivalent to new 
scheduledExecutor.schedule(job, delay, TimeUnit.MILLISECONDS).
         // It uses the entity's execution context to schedule and thus execute 
the job.
         ScheduledTask scheduledTask = ScheduledTask.builder(jobFactory)
+                .displayName("Schedule connect sensors on rebind")
                 .delay(delay)
                 .maxIterations(1)
                 .cancelOnException(true)

Reply via email to