fiware-cepheus
fiware-cepheus copied to clipboard
FIWARE Cepheus - CEP for NGSI IoT gateways
Bumps httpclient from 4.4.1 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 1.2.3.RELEASE to 2.5.12. Release notes Sourced from spring-boot-starter-web's releases. v2.5.12 :lady_beetle: Bug Fixes MustacheAutoConfiguration in a Servlet web application fails with a ClassNotFoundException when Spring MVC is...
Bumps logback-classic from 1.1.2 to 1.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps logback-core from 1.1.2 to 1.2.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Added a function call in AdminController.java to unsubscribe Provider whenever a DELETE request is received. Added a function in SubscriptionManager.java to handle the call for unsubscribe from Provider.
When the Cepheus Broker does not manage to forward updates to a remote broker, it just ignores the failed updates (just logging an error). The broker could support a guaranteed...
Updated https://github.com/Orange-OpenSource/fiware-cepheus/blob/master/doc/admin/cep.md to explain how to enable multi-tenancy feature. Added multi-tenant.md, multi_01.png, multi_02.png and multi_03.png to explain how multi-tenancy works and how it relates to Orion tenants.
Hi @marcc-orange as per our discussion on https://github.com/Orange-OpenSource/fiware-cepheus/pull/79 , I was having issue: ```Every-time CEP receives any configuration, it first unsubscribes from the previous Provider and then subscribe to the...
Experimenting with Cepheus I discovered that if a Cepheus CEP configuration is deleted by sending request: ```DELETE cepheus:8080/v1/admin/config``` It deletes the configuration file but does not ```unsubscribe``` from ```Orion``` for...