Eric Bariaux

Results 38 comments of Eric Bariaux

I had the same issue and this was caused by a conflict between gradle plugin dependencies. In my case, I was using the gradle-docker-plugin (https://github.com/bmuschko/gradle-docker-plugin) AND having a multi-module gradle...

What if showAppTextInput = true and app is defined ? Who has precedence ? I would say if app is defined, skip app selection screen -> no input text

@richturner I don't remember how this was exposed from the manager. The iOS console is doing a query on apps/consoleConfig to get the content of the console_config.json file.

@DonWillems it looks like this bug is still present and would impact MyGrid. Can we bring it higher in the backlog ?

I don't believe #1414 changed the behaviour (but I have not tested). mapConfig is initialized in `MapService.setData()` method but only if `mapTilesPath` is non null and references an existing file....

In addition, there are several vulnerabilities reported in bcprov 1.74 (1.78 fixes them), that is coming as transitive from keycloak: [GHSA-v435-xc8x-wvr9 medium vulnerability for bcprov-jdk18on package · Code scanning alert...

Confirm it still occurs with head of master

Check folder simple-helm from branch feature/k8s_aws_eks. Documentation is in README-AWS.md We will not integrate into a CI/CD pipeline at this stage, until we have a production use case for using...

Added documentation and configuration file to https://github.com/openremote/openremote/pull/1876

Current mechanism with docker compose is to mount a volume for the customer project on top of a generic manager container. The corresponding way to do this in Kubernetes would...