Marc Schlegel

Results 9 issues of Marc Schlegel

When selecting multiple entries in the repositories-view and calling an action from the context-menu, the action is only applied to the first element which was selected. Reproduce: 1. select multiple...

It was discussed in [issue 1397](https://github.com/bndtools/bndtools/issues/1397) that the editor for the run-descriptor needs some cleanup. The consesus was to move the sections _Repositories_ and _Runtime Properties_ to another tab, because...

When consuming a Kafka record with CloudEvents enabled the current implementation in the KafkaCloudEventHelper breaks when a header with no value is present. The problematic code is: ``` // Build...

fixes #1848 Null values in a header-value can break the UTF-8 String conversion, causing the Channel to be unhealthy.

It would be great if a Hocon node could also yield its current path in the document. It should merely be a additional field in the Hocon-enum, though I could...

Currently any systemd operation fails on this image. The issue is probably linked to this one https://github.com/ansible/ansible/issues/71528 There seems to be some changes on systemd-side which had some follow-up changes...

For embeddables, the current specification says > Embeddable classes must adhere to the requirements specified in Section 2.1 for entities with the exception that embeddable classes are not annotated as...

Kafka 0.10.1.1 is also build with Scala 2.12.

**Is your feature request related to a problem? Please describe.** Assuming all classes responsible communication with some external resource or a JAX-RS endpoint, there is no need to make the...

enhancement