Michael N. Lipp

Results 48 issues of Michael N. Lipp

**Describe the bug** Currently, the hk2 service locator is used in [FactoryFinder](https://github.com/jakartaee/mail-api/blob/82dae3a682f8b8a75dc426c28c458ffbcc78014f/api/src/main/java/jakarta/mail/util/FactoryFinder.java#L89-L114) only. Session.java uses the ServiceLoader [without the hk2 "wrapper"](https://github.com/eclipse-ee4j/mail/blob/82dae3a682f8b8a75dc426c28c458ffbcc78014f/api/src/main/java/jakarta/mail/Session.java#L984) and therefore fails to load the providers in an...

When separating the api and the implementation, the service loader was introduced. This perfectly well suited mechanism is known to have problems in OSGi environments. To overcome this, https://github.com/eclipse-ee4j/jaf/commit/4d84d6b7d30681d0cc8b4c1e4d1c93c84049aa1c added...

Without this, output on a (my) system stops after displaying "Efi stub loaded initrd from command line option".

Clients usually have a convenient way to create playlists and save or even upload them. When such a playlist is imported by gerbera, it should check if entries in this...

enhancement
help wanted

## Subject of the issue I know that it is "out of fashion", but I have my reasons. I want to use gridstack in the browser without any packaging tools....

type:enhancement

I think I found the proper place for getting rid of the problem mentioned in #174. But now I get all sorts of serious compilation errors. Missing "`#include `", wrong...

Trying to compile (several files), I get ``` In file included from /home/mnl/tools/esp/esp-idf/components/freertos/esp_additions/include/freertos/idf_additions.h:20, from /home/mnl/tools/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos/FreeRTOS.h:1532, from /home/mnl/devel/esp/WiFi-IoT-Base/externals/smooth/lib/smooth/include/smooth/core/Task.h:38, from /home/mnl/devel/esp/WiFi-IoT-Base/externals/smooth/lib/smooth/include/smooth/core/network/BufferContainer.h:21, from /home/mnl/devel/esp/WiFi-IoT-Base/externals/smooth/lib/smooth/include/smooth/application/network/http/IResponseOperation.h:21, from /home/mnl/devel/esp/WiFi-IoT-Base/externals/smooth/lib/smooth/include/smooth/application/network/http/regular/responses/HeaderOnlyResponse.h:20, from /home/mnl/devel/esp/WiFi-IoT-Base/externals/smooth/lib/smooth/include/smooth/application/network/http/regular/responses/StringResponse.h:20, from /home/mnl/devel/esp/WiFi-IoT-Base/externals/smooth/lib/smooth/include/smooth/application/network/http/regular/TemplateProcessor.h:25, from /home/mnl/devel/esp/WiFi-IoT-Base/externals/smooth/lib/smooth/application/network/http/regular/TemplateProcessor.cpp:18: /home/mnl/tools/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos/task.h:204:46:...

**Describe the bug** If the response received from calling GenericKubernetesApi.watch has `type` "ADDED", the KubernetesObject in `object` has only metadata. `raw` is empty (`null`). (The object's raw data *is* provided...

The exporter does not provide values when the UPS is on battery. (Prometheus does work between power loss and shutdown, I can see the values from the other sources.) I'm...

When the IMAP server closes a connection while the `IdleManager` is waiting (watching), the `ConnectionListener`'s `closed` is not invoked. Here's a stack trace from this condition: ``` DEBUG IMAP: IdleManager...