This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/no-longer-embed-api in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git
commit 0ac3679ab0f1fcaba28e57adba94bc227f53c7a7 Author: Konrad Windszus <[email protected]> AuthorDate: Wed Oct 1 10:02:51 2025 +0200 SLING-11422 No longer embed Events API --- bnd.bnd | 5 ----- pom.xml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/bnd.bnd b/bnd.bnd index c572aaa..8fb72eb 100644 --- a/bnd.bnd +++ b/bnd.bnd @@ -8,10 +8,6 @@ Import-Package: \ javax.servlet;resolution:=optional,\ javax.annotation;version="[0.0,2)",\ * -Export-Package: \ - org.apache.sling.event.jobs,\ - org.apache.sling.event.jobs.consumer,\ - org.apache.sling.event.jobs.jmx -conditionalpackage: \ org.apache.jackrabbit.util,\ @@ -19,7 +15,6 @@ Export-Package: \ org.apache.sling.event.api -includeresource:\ - org.apache.sling.event.api-[0-9.]*.jar=org.apache.sling.event.api-[0-9.]*.jar;lib:=true,\ @quartz-[0-9.]*.jar!/org/quartz/CronExpression.class,\ @quartz-[0-9.]*.jar!/org/quartz/ValueSet.class,\ @org.apache.sling.commons.osgi-[0-9.]*.jar!/org/apache/sling/commons/osgi/PropertiesUtil.class,\ diff --git a/pom.xml b/pom.xml index 8b8a7be..9b15906 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ </parent> <artifactId>org.apache.sling.event</artifactId> - <version>4.3.15-SNAPSHOT</version> + <version>4.4.0-SNAPSHOT</version> <name>Apache Sling Event</name> <description>Support for eventing.</description>
