This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/sling-event-with-separate-api in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 155a369450b4d366d9c487add4dcc7a3f420b9ad Author: Konrad Windszus <[email protected]> AuthorDate: Tue Oct 21 16:52:36 2025 +0200 SLING-12960 Update to Sling Event 4.4.0 Also deploy Event API bundle 1.0.4 --- src/main/features/event.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/features/event.json b/src/main/features/event.json index 90344bf..a808dc5 100644 --- a/src/main/features/event.json +++ b/src/main/features/event.json @@ -6,7 +6,11 @@ "start-order":"20" }, { - "id":"org.apache.sling:org.apache.sling.event:4.3.18", + "id":"org.apache.sling:org.apache.sling.event.api:1.0.4", + "start-order":"20" + }, + { + "id":"org.apache.sling:org.apache.sling.event:4.4.0", "start-order":"20" } ],
