Benoit Orihuela
Benoit Orihuela
@dependabot rebase
Hi @EliottPaillard, For the 1st point (`name` becoming `ngsi-ld:name`): - from https://smartdatamodels.org/context.jsonld, `name` is expanded to `https://uri.etsi.org/ngsi-ld/name` at entity creation time - when you get the entity without specifying any...
Hi @EliottPaillard, The provided context (https://smartdatamodels.org/context.jsonld) contains pieces of the NGSI-LD core context (look for all the terms starting with `http://uri.etsi.org/ngsi-ld/`). When Stellio receives the query, it looks at the...
Hi, The link you are using is not pointing to a GitHub page. For instance, for this raw context file that we have in one of our repository: https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/master/authorization/jsonld-contexts/authorization-compound.jsonld, the...
- the last build has failed - why the permission code is "embedded" into the authorization layer? that's many levels of code - `handler` package should be renamed to `web`...
> > why the permission code is "embedded" into the authorization layer? that's many levels of code > > I think it's better because there is multiple authorization entity /...
> > > > why the permission code is "embedded" into the authorization layer? that's many levels of code > > > > > > > > > I think...
Hi @lucboj, Sorry for the late reply. The whole team is currently busy with the [NGSI-LD Plug Test](https://www.etsi.org/events/2458-ngsi-ld-plugtests#pane-4/). We'll get back to you next week!
Hi @lucboj, I did some research about the error you are getting. There are many possible causes but in your case, most probably, it is due to network issues between...
Hi @lucboj > can I configure r2dbc-pool using environment variables? If not, and if only possible using the application.properties files, maybe this could be an improvement? Yes, you can configure...