Skip to content

Commit

Permalink
adobeGH-55 adding aem 6.5 osgi configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisledroff committed Mar 29, 2022
1 parent 01d380e commit 3e37a94
Show file tree
Hide file tree
Showing 16 changed files with 127 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "asset_created",
"aio.event.label": "Asset Created",
"aio.event.description": "Asset Created Event",
"aio.xdm.event.type": "com.adobe.xdm.event.AemAssetCreatedEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.ResourceEventHandler",
"osgi.topic": "org/apache/sling/api/resource/Resource/ADDED",
"osgi.filter": "(&(resourceType=dam:Asset)(!(event.application=*)))",
"osgi.jcr.path.filter": "/content/dam/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "asset_deleted",
"aio.event.label": "Asset Deleted",
"aio.event.description": "Asset Deleted Event",
"aio.xdm.event.type": "com.adobe.xdm.event.AemAssetDeletedEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.AssetReplicationEventHandler",
"osgi.topic": "com/day/cq/replication",
"osgi.filter": "(&(type=DELETE)(!(event.application=*)))",
"osgi.jcr.path.filter": "/content/dam/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "asset_updated",
"aio.event.label": "Asset Updated",
"aio.event.description": "Asset Updated Event",
"aio.xdm.event.type": "com.adobe.xdm.event.AemAssetUpdatedEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.DamEventHandler",
"osgi.topic": "com/day/cq/dam",
"osgi.filter": "(&(type=VERSIONED)(!(event.application=*)))",
"osgi.jcr.path.filter": "/content/dam/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "com.adobe.aio.aem.osgi.custom",
"aio.event.label": "Osgi Custom Event",
"aio.event.description": "Osgi Custom Event",
"aio.xdm.event.type": "com.adobe.xdm.event.OsgiEmittedEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.OsgiEventHandler",
"osgi.topic": "aio/event/custom",
"osgi.filter": "",
"osgi.jcr.path.filter": ""
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "page_created",
"aio.event.label": "Page Created",
"aio.event.description": "Page Created Event",
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageCreatedEventHandler",
"osgi.topic": "com/day/cq/wcm/core/page",
"osgi.filter": "(!(event.application=*))",
"osgi.jcr.path.filter": "/content/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "page_deleted",
"aio.event.label": "Page Deleted",
"aio.event.description": "Page Deleted Event",
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageDeletedEventHandler",
"osgi.topic": "com/day/cq/wcm/core/page",
"osgi.filter": "(!(event.application=*))",
"osgi.jcr.path.filter": "/content/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "page_moved",
"aio.event.label": "Page Moved",
"aio.event.description": "Page Moved Event",
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageMovedEventHandler",
"osgi.topic": "com/day/cq/wcm/core/page",
"osgi.filter": "(!(event.application=*))",
"osgi.jcr.path.filter": "/content/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "page_published",
"aio.event.label": "Page Published",
"aio.event.description": "Page Published Event",
"aio.xdm.event.type": "com.adobe.xdm.event.AemPagePublishedEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageReplicationEventHandler",
"osgi.topic": "com/day/cq/replication",
"osgi.filter": "(&(type=ACTIVATE)(!(event.application=*)))",
"osgi.jcr.path.filter": "/content/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "page_unpublished",
"aio.event.label": "Page Unpublished",
"aio.event.description": "Page Unpublished Event",
"aio.xdm.event.type": "com.adobe.xdm.event.AemPageUnpublishedEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageReplicationEventHandler",
"osgi.topic": "com/day/cq/replication",
"osgi.filter": "(&(type=DEACTIVATE)(!(event.application=*)))",
"osgi.jcr.path.filter": "/content/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "page_updated",
"aio.event.label": "Page Updated",
"aio.event.description": "Page Updated Event",
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageUpdatedEventHandler",
"osgi.topic": "com/day/cq/wcm/core/page",
"osgi.filter": "(!(event.application=*))",
"osgi.jcr.path.filter": "/content/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"aio.event.code": "page_versioned",
"aio.event.label": "Page Versioned",
"aio.event.description": "Page Versioned Event",
"aio.xdm.event.type": "com.adobe.aio.aem.event.xdm.event.AemPageModificationEvent",
"osgi.event.handler.type": "com.adobe.aio.aem.event.osgimapping.eventhandler.PageVersionedEventHandler",
"osgi.topic": "com/day/cq/wcm/core/page",
"osgi.filter": "(!(event.application=*))",
"osgi.jcr.path.filter": "/content/"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"aio.event.code": "ping",
"aio.event.label": "ping",
"aio.event.description": "ping event"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"aio.consumer.org.id": "$[env:aio_consumer_org_id]",
"aio.ims.org.id": "$[env:aio_ims_org_id]",
"aio.meta.scopes": "$[env:aio_meta_scopes]",
"aio.project.id": "$[env:projectid]",
"aio.workspace.id": "$[env:aio_workspace_id]",
"aio.api.key": "$[env:aio_api_key]",
"aio.credential.id": "$[env:aio_credential_id]",
"aio.technical.account.id": "$[env:aio_technical_account_id]",
"aio.client.secret": "$[env:aio_client_secret]",
"aio.encoded.pkcs8": "$[env:aio_encoded_pkcs8]"
}

This file was deleted.

0 comments on commit 3e37a94

Please sign in to comment.