-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2051 from telefonicaid/task/prepare_2.10.0
Step: 2.9.0_SNAPSHOT -> 2.10.0
- Loading branch information
Showing
12 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +0,0 @@ | ||
[cygnus-ngsi][STHSink] Fix aggregation of events with different entityId (#2048) | ||
[cygnus-common][Mongo] Check mongo uri format (#2046) | ||
[cygnus-ngsi][NGSIRestHandler] ngsiv2 initial notification not includes al list of subservices in servicePath header when is / (#2042) | ||
[cygnus-ngsi][MongoSink] Check access to element aggregation before cast to Date mongo type (#2038) | ||
[cygnus-common][MySQL, PostgreSQL, Postgis] Persit error about upsert | ||
[cygnus-common][Mongo] Use mongo bulkWriter for aggregated data (#2018) | ||
[cygnus-common] Upgrade mongodb-driver from 3.11.0 to 3.12.8 | ||
[cygnus-ngsi][MongoSink][STHSink] Try to not create database and collection in each insertion (#2019, #1975) | ||
[cygnus-common][MySQL] Upgrade mysql-connector from 5.1.47 to 5.1.49 | ||
[cygnus-common] remove hive-exec dependency (unneeded) | ||
[cygnus-ngsi] add jodd-core 3.6.8 dependency (previously included as transitive dependency of hive-exec in cygnus-common) | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,8 +171,15 @@ rm -rf $RPM_BUILD_ROOT | |
/var/run/%{_project_name} | ||
|
||
%changelog | ||
* Wed Jun 02 2021 Fermin Galan <[email protected]> 2.10.0 | ||
- [cygnus-common][Mongo] Check mongo uri format (#2046) | ||
- [cygnus-common][Mongo] Use mongo bulkWriter for aggregated data (#2018) | ||
- [cygnus-common][MySQL, PostgreSQL, Postgis] Persit error about upsert | ||
- [cygnus-common][MySQL] Upgrade mysql-connector from 5.1.47 to 5.1.49 | ||
- [cygnus-common] remove hive-exec dependency (unneeded) | ||
- [cygnus-common] Upgrade mongodb-driver from 3.11.0 to 3.12.8 | ||
|
||
* Mon May 10 2021 Alvaro Vega <[email protected]> 2.9.0 | ||
- [cygnus-ngsi][MongoSink] Cast to mongo Date type all NGSI DateTime attributes in column and row mode (#2020) | ||
|
||
* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0 | ||
- [cygnus-common] Remove database initialization on constructors (#2004) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,15 @@ rm -rf $RPM_BUILD_ROOT | |
%{_project_install_dir} | ||
|
||
%changelog | ||
* Wed Jun 02 2021 Fermin Galan <[email protected]> 2.10.0 | ||
- [cygnus-ngsi][MongoSink][STHSink] Try to not create database and collection in each insertion (#2019, #1975) | ||
- [cygnus-ngsi][STHSink] Fix aggregation of events with different entityId (#2048) | ||
- [cygnus-ngsi][MongoSink] Check access to element aggregation before cast to Date mongo type (#2038) | ||
- [cygnus-ngsi][NGSIRestHandler] NGSIv2 initial notification does not include a list of subservices in servicePath header when is / (#2042) | ||
- [cygnus-ngsi] Add jodd-core 3.6.8 dependency (previously included as transitive dependency of hive-exec in cygnus-common) | ||
|
||
* Mon May 10 2021 Alvaro Vega <[email protected]> 2.9.0 | ||
- [cygnus-ngsi][MongoSink] Cast to mongo Date type all NGSI DateTime attributes in column and row mode (#2020) | ||
|
||
* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0 | ||
- [cygnus-ngsi] [PostgisSink,PostgreSQL,MySQL] Add stack trace and config options to error log about createPersistenceBackend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT | |
%{_project_install_dir} | ||
|
||
%changelog | ||
* Wed Jun 02 2021 Fermin GAlan <[email protected]> 2.10.0 | ||
|
||
* Mon May 10 2021 Alvaro Vega <[email protected]> 2.9.0 | ||
|
||
* Mon Apr 5 2021 Alvaro Vega <[email protected]> 2.8.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ MAINTAINER Francisco Romero Bueno <[email protected]> | |
# Environment variables | ||
ENV CYGNUS_USER "cygnus" | ||
ENV CYGNUS_HOME "/opt/fiware-cygnus" | ||
ENV CYGNUS_VERSION "2.9.0_SNAPSHOT" | ||
ENV CYGNUS_VERSION "2.10.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.10.0" | ||
|
||
ENV MVN_VER "3.5.4" | ||
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ MAINTAINER Javi Palanca <[email protected]> | |
# Environment variables | ||
ENV CYGNUS_USER "cygnus" | ||
ENV CYGNUS_HOME "/opt/fiware-cygnus" | ||
ENV CYGNUS_VERSION "2.9.0_SNAPSHOT" | ||
ENV CYGNUS_VERSION "2.10.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.10.0" | ||
|
||
ENV MVN_VER "3.5.4" | ||
ENV MVN_TGZ "apache-maven-${MVN_VER}-bin.tar.gz" | ||
|