Skip to content

Commit

Permalink
Add changes for wso2/api-manager#2943
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Jul 3, 2024
1 parent 5f0284b commit 338f446
Show file tree
Hide file tree
Showing 28 changed files with 117 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.ntask.core.service.TaskService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.TenantRegistryLoader,
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
</Export-Package>
<Import-Package>org.osgi.framework,*;resolution:=optional</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.databridge.core.definitionstore.AbstractStreamDefinitionStore,
osgi.service;objectClass=org.wso2.carbon.identity.authentication.AuthenticationService,
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
</Export-Package>
<Import-Package>org.osgi.framework,*;resolution:=optional</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.databridge.core.DataBridgeReceiverService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
org.osgi.framework,*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.base.api.ServerConfigurationService,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService,
osgi.service;objectClass=org.wso2.carbon.databridge.core.DataBridgeReceiverService,
osgi.service;objectClass=org.osgi.service.http.HttpService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
</Export-Package>
<Import-Package>org.osgi.framework,*;resolution:=optional</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
</Export-Package>
<Import-Package>org.osgi.framework,*;resolution:=optional</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
org.osgi.framework,*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.ndatasource.core.DataSourceService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
*;resolution:=optional,
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.output.adapter.ui.UIOutputAuthorizationService,
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.securevault.SecretCallbackHandlerService,
osgi.service;objectClass=org.wso2.carbon.event.output.adapter.core.OutputEventAdapterFactory,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.publisher.core.EventPublisherService,
osgi.service;objectClass=org.wso2.carbon.event.output.adapter.core.OutputEventAdapterService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@
<Axis2RequiredServices>
org.wso2.carbon.event.publisher.core.EventPublisherService
</Axis2RequiredServices>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.output.adapter.core.OutputEventAdapterService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService,
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService,
osgi.service;objectClass=org.wso2.carbon.event.output.adapter.core.OutputEventAdapterFactory,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService,
osgi.service;objectClass=org.wso2.carbon.event.processor.manager.core.EventManagementService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
*;resolution:=optional,
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.publisher.core.EventPublisherService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
*;resolution:=optional,
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
*;resolution:=optional,
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.osgi.service.http.HttpService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
*;resolution:=optional,
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
*;resolution:=optional,
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.databridge.core.DataBridgeSubscriberService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.input.adapter.core.InputEventAdapterFactory,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.input.adapter.core.InputEventAdapterService,
osgi.service;objectClass=org.wso2.carbon.event.receiver.core.EventReceiverService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@
<Axis2RequiredServices>
org.wso2.carbon.event.receiver.core.EventReceiverService
</Axis2RequiredServices>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.input.adapter.core.InputEventAdapterService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService,
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService,
osgi.service;objectClass=org.wso2.carbon.event.input.adapter.core.InputEventAdapterFactory,
osgi.service;objectClass=org.wso2.carbon.event.processor.manager.core.EventManagementService,
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
*;resolution:=optional,
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.receiver.core.EventReceiverService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
</Import-Package>
<Axis2Deployer>EventStreamDeployer</Axis2Deployer>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService,
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamListener
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@
org.wso2.carbon.event.template.manager.core,
*;resolution:=optional,
</Import-Package>

<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.template.manager.core.TemplateManagerService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
*;resolution:=optional
</Import-Package>
<DynamicImport-Package>*</DynamicImport-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.event.template.manager.core.TemplateDeployer,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService,
osgi.service;objectClass=org.wso2.carbon.event.stream.core.EventStreamService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 338f446

Please sign in to comment.