diff --git a/integration-test/pom.xml b/integration-test/pom.xml index eccb507..28d9a89 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -106,7 +106,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -117,7 +116,6 @@ maven-resources-plugin - 2.6 copy-resources-jks diff --git a/iot-core/pom.xml b/iot-core/pom.xml index a63a8f4..fc87ba7 100644 --- a/iot-core/pom.xml +++ b/iot-core/pom.xml @@ -51,7 +51,6 @@ org.apache.maven.plugins maven-dependency-plugin - 3.2.0 extract-pack @@ -67,7 +66,7 @@ ${wso2am-nexus-artifact-version} zip true - ${project.basedir}/target/wso2am-${wso2am-nexus-artifact-version} + ${project.basedir}/target wso2am-${wso2am-nexus-artifact-version} @@ -253,7 +252,6 @@ org.wso2.maven carbon-p2-plugin - ${carbon.p2.plugin.version} 2-p2-repo-generation @@ -588,7 +586,6 @@ com.google.code.maven-replacer-plugin replacer - 1.5.3 package diff --git a/iot-core/src/assembly/bin.xml b/iot-core/src/assembly/bin.xml index ae67129..7888fff 100644 --- a/iot-core/src/assembly/bin.xml +++ b/iot-core/src/assembly/bin.xml @@ -51,7 +51,7 @@ ${basedir}/target/${wso2am} ${entgra-iot-core} - + **/repository/conf/tomcat/context.xml **/repository/conf/deployment.toml @@ -92,10 +92,6 @@ src/core/conf/input-event-adapters.xml ${entgra-iot-core}/repository/conf/ - - src/core/conf/output-event-adapters.xml.j2 - ${entgra-iot-core}/repository/resources/conf/templates/repository/conf - src/core/keystores/wso2carbon.jks ${entgra-iot-core}/repository/resources/security/ @@ -115,7 +111,6 @@ ${entgra-iot-core}/repository/components/dropins io.entgra.device.mgt.core:io.entgra.device.mgt.core.device.mgt.oauth.extensions - io.entgra.device.mgt.core:io.entgra.device.mgt.core.apimgt.keymgt.extension diff --git a/iot-core/src/core/bin/iot-server.bat b/iot-core/src/core/bin/iot-server.bat index 2bee15e..1149f02 100755 --- a/iot-core/src/core/bin/iot-server.bat +++ b/iot-core/src/core/bin/iot-server.bat @@ -172,13 +172,13 @@ set CMD=RUN %* :checkJdk17 PATH %PATH%;%JAVA_HOME%\bin\ for /f tokens^=2-5^ delims^=.-_^" %%j in ('java -fullversion 2^>^&1') do set "JAVA_VERSION=%%j%%k" -if %JAVA_VERSION% LSS 17 goto unknownJdk -if %JAVA_VERSION% GTR 110 goto unknownJdk +if %JAVA_VERSION% LSS 110 goto unknownJdk +if %JAVA_VERSION% GTR 170 goto unknownJdk goto jdk17 :unknownJdk echo Starting WSO2 Carbon (in unsupported JDK) -echo [ERROR] CARBON is supported only on JDK 1.7, 1.8, 9, 10 and 11 +echo [ERROR] CARBON is supported only between JDK 11 and JDK 17 goto jdk17 :jdk17 @@ -203,7 +203,7 @@ set CARBON_CLASSPATH=".\lib\*";%CARBON_CLASSPATH% if %JAVA_VERSION% GEQ 110 set CARBON_CLASSPATH=".\lib\endorsed\*";%CARBON_CLASSPATH% if %JAVA_VERSION% LEQ 18 set JAVA_VER_BASED_OPTS=-Djava.endorsed.dirs=".\lib\endorsed";"%JAVA_HOME%\jre\lib\endorsed";"%JAVA_HOME%\lib\endorsed" -if %JAVA_VERSION% GEQ 110 set JAVA_VER_BASED_OPTS=--add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED +if %JAVA_VERSION% GEQ 110 set JAVA_VER_BASED_OPTS=--add-opens=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED set CMD_LINE_ARGS=-Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CARBON_HOME%\repository\logs\heap-dump.hprof" set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% %JAVA_VER_BASED_OPTS% @@ -217,6 +217,9 @@ set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dcom.atomikos.icatch.hide_init_file_path="tru set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true -Dcom.sun.jndi.ldap.connect.pool.authentication=simple -Dcom.sun.jndi.ldap.connect.pool.timeout=3000 set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dorg.terracotta.quartz.skipUpdateCheck=true -Dcarbon.classpath=%CARBON_CLASSPATH% -Dfile.encoding=UTF8 -DworkerNode=false -Dcarbon.new.config.dir.path="%CARBON_HOME%\repository\resources\conf" set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Djava.endorsed.dirs=%JAVA_ENDORSED% -Dorg.wso2.ignoreHostnameVerification=true -Dorg.opensaml.httpclient.https.disableHostnameVerification=true -Dhttpclient.hostnameVerifier="DefaultAndLocalhost" +set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dlog4j2.contextSelector="org.apache.logging.log4j.core.async.AsyncLoggerContextSelector" +set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dorg.ops4j.pax.logging.logReaderEnabled="false" +set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dorg.ops4j.pax.logging.eventAdminEnabled="false" set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Diot.core.host="localhost" -Diot.core.https.port="9443" -Diot.core.http.port="9763" -Diot.gateway.host="localhost" -Diot.gateway.https.port="8243" -Diot.gateway.http.port="8280" -Diot.gateway.carbon.https.port="9443" -Diot.gateway.carbon.http.port="9763" -Diot.gateway.websocket.ws.port="9099" -Diot.gateway.websocket.wss.port="8099" -Diot.remotesession.server.host="localhost" -Diot.remotesession.server.https.port="9443" set CMD_LINE_ARGS=%CMD_LINE_ARGS% -Dmqtt.broker.host="localhost" -Dmqtt.broker.port="1883" diff --git a/iot-core/src/core/bin/iot-server.sh b/iot-core/src/core/bin/iot-server.sh index 238ba73..6854e2d 100755 --- a/iot-core/src/core/bin/iot-server.sh +++ b/iot-core/src/core/bin/iot-server.sh @@ -235,9 +235,9 @@ fi # ---------- Handle the SSL Issue with proper JDK version -------------------- java_version=$("$JAVACMD" -version 2>&1 | awk -F '"' '/version/ {print $2}') java_version_formatted=$(echo "$java_version" | awk -F. '{printf("%02d%02d",$1,$2);}') -if [ $java_version_formatted -lt 0107 ] || [ $java_version_formatted -gt 1100 ]; then +if [ $java_version_formatted -lt 1100 ] || [ $java_version_formatted -gt 1700 ]; then echo " Starting WSO2 Carbon (in unsupported JDK)" - echo " [ERROR] CARBON is supported only on JDK 1.7, 1.8, 9, 10 and 11" + echo " [ERROR] CARBON is supported only between JDK 11 and JDK 17" fi CARBON_XBOOTCLASSPATH="" @@ -307,11 +307,10 @@ echo "Using Java memory options: $JVM_MEM_OPTS" #To monitor a Carbon server in remote JMX mode on linux host machines, set the below system property. # -Djava.rmi.server.hostname="your.IP.goes.here" -JAVA_VER_BASED_OPTS="" +JAVA_VER_BASED_OPTS="--add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED" - -if [ $java_version_formatted -ge 1100 ]; then - JAVA_VER_BASED_OPTS="--add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED" +if [ $java_version_formatted -ge 1700 ]; then + JAVA_VER_BASED_OPTS="$JAVA_VER_BASED_OPTS --add-opens=java.naming/com.sun.jndi.ldap=ALL-UNNAMED" fi while [ "$status" = "$START_EXIT_STATUS" ] @@ -354,6 +353,9 @@ do -DenableCorrelationLogs=false \ -Dcarbon.new.config.dir.path="$CARBON_HOME/repository/resources/conf" \ -Djavax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom=net.sf.saxon.xpath.XPathFactoryImpl \ + -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector \ + -Dorg.ops4j.pax.logging.logReaderEnabled=false \ + -Dorg.ops4j.pax.logging.eventAdminEnabled=false \ -Diot.core.host="localhost" \ -Diot.core.https.port="9443" \ -Diot.core.http.port="9763" \ @@ -378,4 +380,4 @@ do -Diot.reporting.webapp.host="" \ org.wso2.carbon.bootstrap.Bootstrap $* status=$? -done +done \ No newline at end of file diff --git a/iot-core/src/core/conf/deployment.toml b/iot-core/src/core/conf/deployment.toml index 15f4538..141b4fe 100644 --- a/iot-core/src/core/conf/deployment.toml +++ b/iot-core/src/core/conf/deployment.toml @@ -282,4 +282,20 @@ grant_validator="io.entgra.device.mgt.core.device.mgt.oauth.extensions.validator renew_refresh_token=false [device_mgt_conf.pull_notification_conf] -enabled=false \ No newline at end of file +enabled=false + +[[output_adapter.custom_output_adapter]] +adapter.type = "oauth-mqtt" +[adapter.properties] +minThread = 8 +maxThread = 100 +keepAliveTimeInMillis = 20000 +jobQueueSize = 10000 +connectionKeepAliveInterval = 60 +dcrUrl = "https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.17/register" +tokenUrl = "https://${iot.gateway.host}:${iot.gateway.https.port}/token" +url = "tcp://${mqtt.broker.host}:${mqtt.broker.port}" +username = "${admin.username}" +password = "${admin.password}" +qos = 2 +clearSession = true diff --git a/iot-core/src/core/conf/input-event-adapters.xml b/iot-core/src/core/conf/input-event-adapters.xml index 25052b2..282f24e 100644 --- a/iot-core/src/core/conf/input-event-adapters.xml +++ b/iot-core/src/core/conf/input-event-adapters.xml @@ -18,21 +18,6 @@ - - - 8 - 100 - 20000 - 10000 - 60 - https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.17/register - tcp://${mqtt.broker.host}:${mqtt.broker.port} - admin - admin - deviceid-topic-content-validator - true - - 8 100 @@ -53,4 +38,18 @@ 10000 + + + 8 + 100 + 20000 + 10000 + 60 + https://${iot.keymanager.host}:${iot.keymanager.https.port}/client-registration/v0.17/register + tcp://${mqtt.broker.host}:${mqtt.broker.port} + admin + admin + deviceid-topic-content-validator + true + \ No newline at end of file diff --git a/iot-core/src/core/samples/device-plugins-deployer.xml b/iot-core/src/core/samples/device-plugins-deployer.xml index 9e4657b..85b1306 100644 --- a/iot-core/src/core/samples/device-plugins-deployer.xml +++ b/iot-core/src/core/samples/device-plugins-deployer.xml @@ -21,13 +21,13 @@ org.wso2 wso2 - 1 + 1.3 4.0.0 io.entgra.community.iots iot-devicetype-feature-installation - 5.2.1-SNAPSHOT + 5.2.2-SNAPSHOT pom Install Virtual Fire Alarm Device Types - IoT Core diff --git a/p2-profile/pom.xml b/p2-profile/pom.xml index a90c1ea..d8aedc3 100644 --- a/p2-profile/pom.xml +++ b/p2-profile/pom.xml @@ -105,7 +105,6 @@ org.wso2.maven carbon-p2-plugin - ${carbon.p2.plugin.version} 2-p2-repo-generation @@ -178,7 +177,6 @@ com.google.code.maven-replacer-plugin replacer - 1.5.3 package diff --git a/pom.xml b/pom.xml index 35eadc8..59cf197 100644 --- a/pom.xml +++ b/pom.xml @@ -85,27 +85,7 @@ org.wso2.carbon.automation org.wso2.carbon.automation.test.utils - ${test.framework.version} - - - org.slf4j - slf4j-api - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - test - - - org.wso2.carbon.automationutils - org.wso2.carbon.integration.common.utils - ${test.framework.version} + ${platform.integration.utils.version} org.slf4j @@ -270,42 +250,6 @@ - - org.wso2.carbon.automationutils - org.wso2.carbon.integration.common.admin.client - ${automation.utils.version} - test - - - org.slf4j - slf4j-api - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - org.wso2.carbon.commons - org.wso2.carbon.user.mgt.stub - - - org.wso2.carbon.commons - org.wso2.carbon.ndatasource.stub - - - org.wso2.carbon.commons - org.wso2.carbon.authenticator.stub - - - org.wso2.carbon - org.wso2.carbon.utils - - - com.google.code.gson gson @@ -316,8 +260,8 @@ - 4.0.0 - wso2am-4.0.0 + 4.2.0 + wso2am-4.2.0 io.entgra.community.iots.core-${project.version} entgra-iots-community-${project.version} @@ -325,18 +269,17 @@ 5.0.26-SNAPSHOT - 5.1.2 + 5.2.42 - 1.4.199.wso2v1 + 2.1.210.wso2v1 6.0.17-SNAPSHOT - 2.8.5 - 4.4.3 - 4.4.2 - 4.4.2 + 2.9.1 + 4.4.10 + 4.5.3 @@ -372,11 +315,11 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.1 + 3.8.1 UTF-8 - 1.8 - 1.8 + 11 + 11 @@ -394,23 +337,10 @@ - - org.apache.felix - maven-scr-plugin - 1.7.2 - - - generate-scr-scrdescriptor - - scr - - - - org.apache.felix maven-bundle-plugin - 2.3.5 + 5.1.1 true NONE @@ -457,6 +387,21 @@ true + + com.google.code.maven-replacer-plugin + replacer + 1.5.3 + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + org.wso2.maven + carbon-p2-plugin + ${carbon.p2.plugin.version} +