Wouter Born

Results 410 comments of Wouter Born

Please add some details like logging, reproduction scenario etc.

LGTM! Would be nice to know if you can access private ECR registries using some credentials? We might also want to use private Docker images when deploying OpenRemote in other...

If iOS wake up is configured it could be put into its own `CompletableFuture` and after it completes the arping commands could be exectued, e.g. using [thenRunAsync](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html#thenRunAsync-java.lang.Runnable-java.util.concurrent.Executor-)

IIRC it would optimize network traffic when using the default configuration and having lots of (Docker) interfaces.

Do you know if this upgrade will work @GiviMAD?

In a nutshell, this PR updates the code so it can compile with the latest EEA library that had some annotation updates. This includes: > 1. Is it the fact...

Looks like some new code got added that no longer compiles with the newer EEAs. Can you update that too @lsiepel? After that we can merge the PR.

Even though there is a warning we've been using it to build containers without any problems in parallel builds for months now. :slightly_smiling_face:

We might want to look into replacing it with the docker/build-push-action which is better maintained, see https://docs.docker.com/build/ci/github-actions/cache/

https://github.com/openremote/openremote/actions/runs/17577809496/job/49927050182 ``` org.openremote.test.provisioning.UserAndAssetProvisioningTest Test Check basic functionality FAILED (28.9s) Condition not satisfied after 20.00 seconds and 114 attempts at app//spock.util.concurrent.PollingConditions.within(PollingConditions.java:206) at app//spock.util.concurrent.PollingConditions.eventually(PollingConditions.java:158) at org.openremote.test.provisioning.UserAndAssetProvisioningTest.Check basic functionality(UserAndAssetProvisioningTest.groovy:787) Caused by: Condition not...