-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
First of all, thank you for this excellent project, it is greatly appreciated!
Expected Behavior
When configured, ACM should send exactly one Slack notification per each execution in the Console. This is important for security and auditing purposes.
Current Behavior
When console is included in the notificationExecutableIds of the dev.vml.es.acm.core.code.Executor configuration, then ACM continuously sends Slack notifications with the output "Hello World!" multiple times per minute.
This happens even when:
- No code is currently running in the Console
- The last executed Console code is completely different from "Hello World!"
Simply opening the ACM interface is enough to trigger this behavior - no user interaction is required. As a result, the configured Slack channel is flooded with "Hello World!" notifications.
Steps to Reproduce
- Configure and enable Slack notifications in ACM
- Add
consoleas one ofnotificationExecutableIdsofdev.vml.es.acm.core.code.ExecutorOSGi config - Reload the ACM interface
- Wait a short amount of time
- Observe your Slack channel being flooded with "Hello World!" ACM notifications
- Navigate to another AEM section (e.g. Sites)
- Observe that notifications stop
Context (Environment)
- Local AEM SDK
2025.10.22943 - AEMaaCS
2025.11.23482

Metadata
Metadata
Assignees
Labels
No labels