Merge branch 'master' of https://github.com/wso2/carbon-device-mgt-plugins into devicetype-3.1.0

Conflicts:
	pom.xml
revert-dabc3590
ayyoob 8 years ago
commit 7117fdeafc

@ -69,7 +69,7 @@ public class MQTTAdapterListener implements MqttCallback, Runnable {
private MQTTBrokerConnectionConfiguration mqttBrokerConnectionConfiguration; private MQTTBrokerConnectionConfiguration mqttBrokerConnectionConfiguration;
private String topic; private String topic;
private String tenantDomain; private String tenantDomain;
private boolean connectionSucceeded = false; private volatile boolean connectionSucceeded = false;
private ContentValidator contentValidator; private ContentValidator contentValidator;
private ContentTransformer contentTransformer; private ContentTransformer contentTransformer;
private InputEventAdapterConfiguration inputEventAdapterConfiguration; private InputEventAdapterConfiguration inputEventAdapterConfiguration;

@ -52,9 +52,9 @@
<SharedWithAllTenants>true</SharedWithAllTenants> <SharedWithAllTenants>true</SharedWithAllTenants>
</ProvisioningConfig> </ProvisioningConfig>
<PushNotificationProvider type="MQTT"> <PushNotificationProviderConfig type="MQTT">
<FileBasedProperties>true</FileBasedProperties> <FileBasedProperties>true</FileBasedProperties>
</PushNotificationProvider> </PushNotificationProviderConfig>
<License> <License>
<Language>en_US</Language> <Language>en_US</Language>

@ -52,9 +52,9 @@
<SharedWithAllTenants>true</SharedWithAllTenants> <SharedWithAllTenants>true</SharedWithAllTenants>
</ProvisioningConfig> </ProvisioningConfig>
<PushNotificationProvider type="MQTT"> <PushNotificationProviderConfig type="MQTT">
<FileBasedProperties>true</FileBasedProperties> <FileBasedProperties>true</FileBasedProperties>
</PushNotificationProvider> </PushNotificationProviderConfig>
<License> <License>
<Language>en_US</Language> <Language>en_US</Language>

@ -34,9 +34,9 @@
<SharedWithAllTenants>true</SharedWithAllTenants> <SharedWithAllTenants>true</SharedWithAllTenants>
</ProvisioningConfig> </ProvisioningConfig>
<PushNotificationProvider type="MQTT"> <PushNotificationProviderConfig type="MQTT">
<FileBasedProperties>true</FileBasedProperties> <FileBasedProperties>true</FileBasedProperties>
</PushNotificationProvider> </PushNotificationProviderConfig>
<License> <License>
<Language>en_US</Language> <Language>en_US</Language>

@ -34,9 +34,9 @@
<SharedWithAllTenants>true</SharedWithAllTenants> <SharedWithAllTenants>true</SharedWithAllTenants>
</ProvisioningConfig> </ProvisioningConfig>
<PushNotificationProvider type="MQTT"> <PushNotificationProviderConfig type="MQTT">
<FileBasedProperties>true</FileBasedProperties> <FileBasedProperties>true</FileBasedProperties>
</PushNotificationProvider> </PushNotificationProviderConfig>
<License> <License>
<Language>en_US</Language> <Language>en_US</Language>

@ -34,11 +34,11 @@
<SharedWithAllTenants>true</SharedWithAllTenants> <SharedWithAllTenants>true</SharedWithAllTenants>
</ProvisioningConfig> </ProvisioningConfig>
<PushNotificationProvider type="MQTT"> <PushNotificationProviderConfig type="MQTT">
<FileBasedProperties>true</FileBasedProperties> <FileBasedProperties>true</FileBasedProperties>
</PushNotificationProvider> </PushNotificationProviderConfig>
<!--<PushNotificationProvider type="XMPP">--> <!--<PushNotificationProviderConfig type="XMPP">-->
<!--<FileBasedProperties>true</FileBasedProperties>--> <!--<FileBasedProperties>true</FileBasedProperties>-->
<!--&lt;!&ndash;if file based properties is set to false then the configuration will be picked from platform configuration&ndash;&gt;--> <!--&lt;!&ndash;if file based properties is set to false then the configuration will be picked from platform configuration&ndash;&gt;-->
<!--<ConfigProperties>--> <!--<ConfigProperties>-->
@ -50,7 +50,7 @@
<!--<Property Name="jid">admin@localhost</Property>--> <!--<Property Name="jid">admin@localhost</Property>-->
<!--<Property Name="server.name">localhost</Property>--> <!--<Property Name="server.name">localhost</Property>-->
<!--</ConfigProperties>--> <!--</ConfigProperties>-->
<!--</PushNotificationProvider>--> <!--</PushNotificationProviderConfig>-->
<License> <License>
<Language>en_US</Language> <Language>en_US</Language>

@ -34,12 +34,12 @@
<SharedWithAllTenants>true</SharedWithAllTenants> <SharedWithAllTenants>true</SharedWithAllTenants>
</ProvisioningConfig> </ProvisioningConfig>
<PushNotificationProvider type="MQTT"> <PushNotificationProviderConfig type="MQTT">
<FileBasedProperties>true</FileBasedProperties> <FileBasedProperties>true</FileBasedProperties>
<!--if file based properties is set to false then the configuration will be picked from platform configuration--> <!--if file based properties is set to false then the configuration will be picked from platform configuration-->
</PushNotificationProvider> </PushNotificationProviderConfig>
<!--<PushNotificationProvider type="XMPP">--> <!--<PushNotificationProviderConfig type="XMPP">-->
<!--<FileBasedProperties>true</FileBasedProperties>--> <!--<FileBasedProperties>true</FileBasedProperties>-->
<!--&lt;!&ndash;if file based properties is set to false then the configuration will be picked from platform configuration&ndash;&gt;--> <!--&lt;!&ndash;if file based properties is set to false then the configuration will be picked from platform configuration&ndash;&gt;-->
<!--<ConfigProperties>--> <!--<ConfigProperties>-->
@ -51,7 +51,7 @@
<!--<Property Name="jid">admin@localhost</Property>--> <!--<Property Name="jid">admin@localhost</Property>-->
<!--<Property Name="server.name">localhost</Property>--> <!--<Property Name="server.name">localhost</Property>-->
<!--</ConfigProperties>--> <!--</ConfigProperties>-->
<!--</PushNotificationProvider>--> <!--</PushNotificationProviderConfig>-->
<License> <License>
<Language>en_US</Language> <Language>en_US</Language>

@ -57,8 +57,8 @@
access server after receiving push notification. access server after receiving push notification.
--> -->
<!--Configuration for enable firebase push notifications--> <!--Configuration for enable firebase push notifications-->
<!--<PushNotificationProvider type="FCM" isScheduled="false">--> <!--<PushNotificationProviderConfig type="FCM" isScheduled="false">-->
<!--</PushNotificationProvider>--> <!--</PushNotificationProviderConfig>-->
<DataSource> <DataSource>
<JndiConfig> <JndiConfig>

@ -1157,8 +1157,8 @@
<javax.ws.rs.version>1.1.1</javax.ws.rs.version> <javax.ws.rs.version>1.1.1</javax.ws.rs.version>
<!-- Carbon Device Management --> <!-- Carbon Device Management -->
<carbon.devicemgt.version>2.0.75-SNAPSHOT</carbon.devicemgt.version> <carbon.devicemgt.version>3.0.0-SNAPSHOT</carbon.devicemgt.version>
<carbon.devicemgt.version.range>[2.0.0, 3.0.0)</carbon.devicemgt.version.range> <carbon.devicemgt.version.range>[3.0.0, 4.0.0)</carbon.devicemgt.version.range>
<!-- Carbon App Management --> <!-- Carbon App Management -->
<carbon.appmgt.version>1.2.25</carbon.appmgt.version> <carbon.appmgt.version>1.2.25</carbon.appmgt.version>
@ -1284,6 +1284,7 @@
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version> <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
<siddhi.version>3.1.2</siddhi.version> <siddhi.version>3.1.2</siddhi.version>
<maven.scr.version>1.7.2</maven.scr.version> <maven.scr.version>1.7.2</maven.scr.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties> </properties>
<scm> <scm>

Loading…
Cancel
Save