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

kwin pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git


The following commit(s) were added to refs/heads/master by this push:
     new c6ec865  Update README for clarity on bundle implementation
c6ec865 is described below

commit c6ec865b8cb4f5dce8ee8d102e0309d72894b5a3
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Oct 13 11:34:53 2025 +0200

    Update README for clarity on bundle implementation
    
    Clarified README content regarding bundle implementation details and API 
maintenance.
---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8b7d4d7..3033bf9 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,12 @@
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 For user documentation see 
https://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html.
 
-This README contains information on the bundle, APIs and implementation 
details.
+This README contains information on the bundle's implementation details.
 
 ## Bundle
 
-Sling Event contains support for Jobs. It provides an Api for Job, JobManager 
and Queue, as well as consumer Apis for a 
-JobConsumer. There are ancillary APIs to support the work of these core 
interfaces. The core APIs are exported from 
-org.apache.sling.event.jobs with the consumers exported from 
org.apache.sling.event.jobs.consumer.
+Sling Event contains support for Jobs. It provides an implementation for Job, 
JobManager and Queue as defined by the Sling Event API.
+The API itself is maintained at 
<https://github.com/apache/sling-org-apache-sling-event-api>.
 
 
 ## Design and implementation

Reply via email to