Daniel Wagner

Results 24 comments of Daniel Wagner

Seem's the corresponding issue at JGit project is already there for some time https://bugs.eclipse.org/bugs/show_bug.cgi?id=441198

I've already reproduced the issue with a freshly imported model on which I did a single change. Import worked fine, so communication with Git Server (Atlassian Bitbucket) should be fine....

Hm, the problem seem's originate from the the global (per user) `.gitconfig` ``` [commit] gpgsign = true [gpg] program = C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe ``` which wasn't honored by JGit as...

In the meanwhile I've disabled signed commits.

Especially in industry applications OPC UA is often used by actuators, sensors or gateways. This would add to the already existing support for Eclipse Paho

I've noticed this error as well. However in my case, I didn't use any additional properties in the JWT for RBAC or other stuff, I just used the standard `scope`...

Seem's this issue still exists. When `forwardDeadLetteredMessagesTo` is enabled on a subscription and maximum number of (system) hops is exceeded, messages are moved the dead-letter queue of the last subscription....

As promised a reworked GitHub Action. Required Secrets: - DOCKERHUB_IMAGENAME, e.g gilleslamiral/imapsync - DOCKERHUB_TOKEN, i.e a Docker Hub Personal Access Token to be able to push images - DOCKERHUB_USERNAME, e.g....