`aem.events_osgi_mapping` allow osgi application events based on a configuration value
- Dominant language
- Java
- Stars
- 7
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
allow osgi application events based on a configuration value
add the following https://github.com/adobe/aio-lib-java/blob/main/aem/events_osgi_mapping/src/main/java/com/adobe/aio/aem/event/osgimapping/ocd/OsgiEventMappingConfig.java
```
@AttributeDefinition(name = "Allow OSGI Application Events",
description = "true/false to allow or disallow application triggered osgi events")
String osgi_allow_application_events() default false;
```
and refactor https://github.com/adobe/aio-lib-java/blob/main/aem/events_osgi_mapping/src/main/java/com/adobe/aio/aem/event/osgimapping/eventhandler/AdobeIoEventHandler.java#L69
to take the above new conf into consideration
Contributor guide
Assessment
This issue has not been assessed yet.