From e0577e227fbfeb4348a1a2ea1bd8b156f83e0cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Tue, 20 Oct 2020 15:51:32 +0200 Subject: [PATCH] Step: 2.4.0_SNAPSHOT -> 2.5.0 --- CHANGES_NEXT_RELEASE | 14 -------------- cygnus-common/pom.xml | 2 +- cygnus-common/spec/SPECS/cygnus-common.spec | 9 +++++++++ cygnus-ngsi-ld/pom.xml | 4 ++-- cygnus-ngsi/pom.xml | 4 ++-- cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec | 10 ++++++++++ cygnus-twitter/pom.xml | 4 ++-- cygnus-twitter/spec/SPECS/cygnus-twitter.spec | 2 ++ docker/cygnus-common/Dockerfile | 4 ++-- docker/cygnus-ngsi-ld/Dockerfile | 2 +- docker/cygnus-ngsi/Dockerfile | 2 +- docker/cygnus-twitter/Dockerfile | 4 ++-- 12 files changed, 34 insertions(+), 27 deletions(-) mode change 100755 => 100644 CHANGES_NEXT_RELEASE diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE old mode 100755 new mode 100644 index 6f9c106d6..e69de29bb --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,14 +0,0 @@ -[cygnus-ngsi][NameMappingInterceptor] Log info about how namemapping applied (#1937) -[cygnus-ngsi][NGSIRestHandler] Log about "Starting internal transaction" moved from INFO to DEBUG (#1940) -[cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Remove PreparedStatement building, to use String query (walkaround for #1959) -[cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Log info about persisted data (#1939) -[cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Create upsert transaction (#1806, #1936) -[cygnus-common][NameMappingInterceptor] Catch and log Compile error namemapping (#1924) -[cygnus-ngsi][PosgtgreSQLSink, PostgisSink] Add upsert function. (#1806) -[cygnus-common][SQLBackendImpl] Add configuration option to persist errors in SQL sinks (#1928) -[cygnus-common][SQLBackendImpl] Purge automatically persistence error logs table, keeping latest errors (max_latest_errors setting) (#1929) -[cygnus-ngsi-ld] Creation of the new PostGIS sink for persisting NGSI-LD notifications (#1905) -[cygnus-ngsi][MysqlSink] Quoted Sql field names to avoid naming problems. (#1863) -[cygnus-ngsi-ld]Creation of the new CKAN sink for persisting NGSI-LD notifications -[cygnus-common] Add new methods in class CKANBackendImpl for allowing the creation of the data store with ngsi-ld notifications -[cygnus-ngsi][mongoSinkl, sthSink] set the replica set name for the mongodb connection with the environment variable CYGNUS_MONGO_REPLICA_SET diff --git a/cygnus-common/pom.xml b/cygnus-common/pom.xml index 99d5fdaad..b61c7e626 100644 --- a/cygnus-common/pom.xml +++ b/cygnus-common/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-common - 2.4.0_SNAPSHOT + 2.5.0 jar cygnus-common diff --git a/cygnus-common/spec/SPECS/cygnus-common.spec b/cygnus-common/spec/SPECS/cygnus-common.spec index 37c6d04d0..4d17a075b 100644 --- a/cygnus-common/spec/SPECS/cygnus-common.spec +++ b/cygnus-common/spec/SPECS/cygnus-common.spec @@ -171,6 +171,15 @@ rm -rf $RPM_BUILD_ROOT /var/run/%{_project_name} %changelog +* Tue Oct 20 2020 Fermin Galan 2.5.0 +- [cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Remove PreparedStatement building, to use String query (walkaround for #1959) +- [cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Log info about persisted data (#1939) +- [cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Create upsert transaction (#1806, #1936) +- [cygnus-common][NameMappingInterceptor] Catch and log Compile error namemapping (#1924) +- [cygnus-common][SQLBackendImpl] Add configuration option to persist errors in SQL sinks (#1928) +- [cygnus-common][SQLBackendImpl] Purge automatically persistence error logs table, keeping latest errors (max_latest_errors setting) (#1929) +- [cygnus-common] Add new methods in class CKANBackendImpl for allowing the creation of the data store with ngsi-ld notifications + * Fri Sep 04 2020 Alvaro Vega 2.4.0 - [cygnus-common][SQLBackendImpl] Exception handle for connection/statement SQL objects (#1907) diff --git a/cygnus-ngsi-ld/pom.xml b/cygnus-ngsi-ld/pom.xml index 3e790bf0a..454c32ca2 100644 --- a/cygnus-ngsi-ld/pom.xml +++ b/cygnus-ngsi-ld/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi-ld - 2.4.0_SNAPSHOT + 2.5.0 jar cygnus-ngsi-ld @@ -55,7 +55,7 @@ com.telefonica.iot cygnus-common - 2.4.0_SNAPSHOT + 2.5.0 diff --git a/cygnus-ngsi/pom.xml b/cygnus-ngsi/pom.xml index 6e6b326c3..3f6aaf7d5 100644 --- a/cygnus-ngsi/pom.xml +++ b/cygnus-ngsi/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-ngsi - 2.4.0_SNAPSHOT + 2.5.0 jar cygnus-ngsi @@ -70,7 +70,7 @@ com.telefonica.iot cygnus-common - 2.4.0_SNAPSHOT + 2.5.0 diff --git a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec index e191b2804..9932049ea 100644 --- a/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec +++ b/cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec @@ -99,6 +99,16 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Tue Oct 20 2020 Fermin Galan 2.5.0 +- [cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Remove PreparedStatement building, to use String query (walkaround for #1959) +- [cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Log info about persisted data (#1939) +- [cygnus-ngsi, cygnus-common][PosgtgreSQLSink, PostgisSink, MySQLSQLSink] Create upsert transaction (#1806, #1936) +- [cygnus-ngsi][NameMappingInterceptor] Log info about how namemapping applied (#1937) +- [cygnus-ngsi][NGSIRestHandler] Log about "Starting internal transaction" moved from INFO to DEBUG (#1940) +- [cygnus-ngsi][PosgtgreSQLSink, PostgisSink] Add upsert function. (#1806) +- [cygnus-ngsi][MysqlSink] Quoted Sql field names to avoid naming problems. (#1863) +- [cygnus-ngsi][mongoSinkl, sthSink] set the replica set name for the mongodb connection with the environment variable CYGNUS_MONGO_REPLICA_SET + * Fri Sep 04 2020 Alvaro Vega 2.4.0 - [cygnus-ngsi][RowAggregator] Handle metadata as json. This is to upgrade json-like sinks behaviour (#1902) - [cygnus-ngsi][ColumnAggregator] Fix attribute type key to make it unique (#1904) diff --git a/cygnus-twitter/pom.xml b/cygnus-twitter/pom.xml index d62808b8b..544447062 100644 --- a/cygnus-twitter/pom.xml +++ b/cygnus-twitter/pom.xml @@ -5,7 +5,7 @@ com.telefonica.iot cygnus-twitter - 2.4.0_SNAPSHOT + 2.5.0 jar cygnus-twitter @@ -45,7 +45,7 @@ com.telefonica.iot cygnus-common - 2.4.0_SNAPSHOT + 2.5.0 diff --git a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec index 8ecdaeffe..fbc7860f0 100644 --- a/cygnus-twitter/spec/SPECS/cygnus-twitter.spec +++ b/cygnus-twitter/spec/SPECS/cygnus-twitter.spec @@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT %{_project_install_dir} %changelog +* Tue Oct 20 2020 Fermin Galan 2.5.0 + * Fri Sep 04 2020 Alvaro Vega 2.4.0 * Wed Jul 15 2020 Fermin Galan 2.3.0 diff --git a/docker/cygnus-common/Dockerfile b/docker/cygnus-common/Dockerfile index a1f05dee6..52c15a04e 100644 --- a/docker/cygnus-common/Dockerfile +++ b/docker/cygnus-common/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.4.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.5.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-common" @@ -36,7 +36,7 @@ ENV CYGNUS_API_PORT "8081" # PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile # NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git" -ENV GIT_REV_CYGNUS "master" +ENV GIT_REV_CYGNUS "release/2.5.0" ENV MVN_VER "3.5.4" ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" diff --git a/docker/cygnus-ngsi-ld/Dockerfile b/docker/cygnus-ngsi-ld/Dockerfile index 4946f8c2b..54b1fde1d 100644 --- a/docker/cygnus-ngsi-ld/Dockerfile +++ b/docker/cygnus-ngsi-ld/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Andres Muñoz # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.4.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.5.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-ngsi-ld" diff --git a/docker/cygnus-ngsi/Dockerfile b/docker/cygnus-ngsi/Dockerfile index ce7330eac..aaaf4fb7c 100644 --- a/docker/cygnus-ngsi/Dockerfile +++ b/docker/cygnus-ngsi/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.4.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.5.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-ngsi" diff --git a/docker/cygnus-twitter/Dockerfile b/docker/cygnus-twitter/Dockerfile index bcc4d46e0..ab987422f 100644 --- a/docker/cygnus-twitter/Dockerfile +++ b/docker/cygnus-twitter/Dockerfile @@ -23,7 +23,7 @@ MAINTAINER Javi Palanca # Environment variables ENV CYGNUS_USER "cygnus" ENV CYGNUS_HOME "/opt/fiware-cygnus" -ENV CYGNUS_VERSION "2.4.0_SNAPSHOT" +ENV CYGNUS_VERSION "2.5.0" ENV CYGNUS_CONF_PATH "/opt/apache-flume/conf" ENV CYGNUS_CONF_FILE "/opt/apache-flume/conf/agent.conf" ENV CYGNUS_AGENT_NAME "cygnus-twitter" @@ -35,7 +35,7 @@ ENV CYGNUS_JAVA_OPTS "-Xms2048m -Xmx4096m" # PR https://github.com/telefonicaid/fiware-cygnus/pull/1801 should be also done in this Dockerfile # NOTE: Configure correctly GIT_URL_CYGNUS and GIT_REV_CYGNUS for each git branch/fork used ENV GIT_URL_CYGNUS "https://github.com/telefonicaid/fiware-cygnus.git" -ENV GIT_REV_CYGNUS "master" +ENV GIT_REV_CYGNUS "release/2.5.0" ENV MVN_VER "3.5.4" ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz"