Benoit Orihuela
Benoit Orihuela
Some feedback: - https://github.com/gradle/gradle/issues/30430 - adding `kotlin.incremental.useClasspathSnapshot=false` in `gradle.properties` fixes the problem (but it is not a solution)
@dependabot rebase
this works: ``` http http://localhost:8080/ngsi-ld/v1/entities/?type=Shelf&q=stocks==urn:ngsi-ld:Product:001 ``` but not this: ``` http http://localhost:8080/ngsi-ld/v1/entities/?type=Shelf&q=stocks=="urn:ngsi-ld:Product:001" ``` basically because, in the 2nd case, Stellio says it is a string, not an URI, so it...
Hi, Sorry for the very late reply! **About the tenants** Indeed, you can currently only create them by modifying the configuration and restarting the services. We are still thinking about...