Silvio Giebl

Results 116 comments of Silvio Giebl

Might be a little off-topic: The Gradle OCI Plugin (https://github.com/SgtSilvio/gradle-oci) might be interesting for those looking to build multi-arch OCI images.

Thanks for your answer. The [hivemq/hivemq-swarm](https://hub.docker.com/r/hivemq/hivemq-swarm) is a public image that has been built with `gralde-oci` since December. (example tag: 4.23.0). The project source is private, but I can share...

There is an issue in the hivemq testcontainer that is causing these permission issues. Fix PR: https://github.com/testcontainers/testcontainers-java/pull/8399

This is already fixed and released with testcontainers 1.19.7.

Please share more information like minSdkVersion and Android version of your test device. Also, do you use the android-retrofix plugin? If so, which version? Did you update to the latest...

Can you share your build file. Do you have everthikg configured as documented here: https://hivemq.github.io/hivemq-mqtt-client/docs/installation/android/

``` classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.4.1' ``` This line in your project/build.gradle means that you are using 0.4.1 of android-retrofix, and not 0.5.0. Please try to update the version.

Can we help in any way to get this merged? I will also take care of updating the PR. I always thought you were too busy so I did not...

Thanks @kiview, it is perfectly valid feedback if you have any concerns that the changes might be too breaking. Although I rather see this as a broken behavior that was...

Any updates? Should I invest more time into it? Can you give me some feedback?