Basil Crow
Basil Crow
I found a slightly cleaner workaround in https://github.com/jenkinsci/maven-hpi-plugin/commit/2c60a037daa40ff962b434d338d6de8a9cc43e3b by overriding `WebAppContext#configureClassLoader` to return my `WebAppClassLoader` rather than calling `WebAppContext#setClassLoader`. This sets up the current thread's context class loader correctly, but...
@fcojfernandez This has been blocking us from upgrading for many months now. Any chance you might be able to provide a quick fix to allow us to move past this...
I can reproduce https://github.com/electron/electron/issues/42250#issuecomment-2187274111 consistently with `xdg-desktop-portal-kde`, but not with any other portal (e.g., `xdg-desktop-portal-gtk` works fine). Also, `xdg-desktop-portal-kde` works fine on KDE 5 (Ubuntu 20.04), but it consistently exhibits...
After reading the Chromium sources, I can see that this is implemented with IPC (D-Bus) which makes it pretty easy to observe with `dbus-monitor 'interface=org.freedesktop.impl.portal.FileChooser'`. For reference the docs are...
From the above analysis it is clear that there is a bad interaction between Chromium/Electron and `xdg-desktop-portal-kde` when relative paths are used in the save file chooser. When Chromium/Electron sets...
Here is a minimal reproducible example that shows the issue with `xdg-desktop-portal-kde` without using Chromium/Electron: ```python import dbus from dbus.mainloop.glib import DBusGMainLoop from gi.repository import GLib DBusGMainLoop(set_as_default=True) loop = GLib.MainLoop()...
https://github.com/jenkinsci/acceptance-test-harness/pull/1644 is failing with similar errors even after a retry
@dependabot rebase
Hi @DudyShavit, unfortunately we don't have any members of @jenkinsci/gitlab-branch-source-plugin-developers actively reviewing incoming pull requests for this plugin. We don't want your pull request to be in limbo forever; you...
Fixed in: - https://github.com/jenkinsci/apache-httpcomponents-client-5-api-plugin/releases/tag/5.4.3-140.v2516ccde99e7 - https://github.com/jenkinsci/docker-java-api-plugin/releases/tag/3.5.0-108.v211cdd21c383