JSurf

Results 9 comments of JSurf

Currently experiencing a similar issue where the artifactid is appended to the url of a parent pom. Seems this is caused by maven behaviour: > Notice that the 5 URLs...

btw. maybe there should be a way to override the URL like it is possible with the license in THIRD-PARTY.properties ?

Could add one, not sure what features/configuration to put inside. You can create a pull request if you like

Hi, because of the qemu trick used to build automatically on docker hub. It seems there is no way currently to force the architecture to arm, see: https://github.com/moby/moby/issues/36552

We are affected by the same issue after upgrading nexus. Is there any workaround besides not using grouped yum repositories ?

Thanks for creating the issue. To clarify: DEPENDS_ON works fine when used in the "main" document but fails when packages are referenced with DEPENDS_ON in an external library document Background:...

It seems the bug is even more simple and has nothing to do with referencing external documents and can be reproduced with a single document. It seems DEPENDS_ON is only...

Problem is, the gpio binding is using /sys/class/gpio to communicate with the pins. Setting the pullups is only available via native wiringpi library which is currently not used. As far...

Seems there is some work on a new binding #4976 https://github.com/openhab/openhab2-addons/pull/1334