Konrad Windszus
Konrad Windszus
According to https://sling.apache.org/documentation/bundles/models.html#a-note-about-cache-true-and-using-the-self-injector the adaptable should not be stored in the model when `cache=true` is used, as this might exhaust the memory easily. A rule to enforce that the adaptable...
The rule described at that `ProviderType` interfaces must not be implemented (or according classes must not be extended) would be helpful to have in SonarQube already. That way issues otherwise...
Currently it is not clear from the javadoc of either [ProviderType](https://docs.osgi.org/javadoc/osgi.annotation/8.0.0/org/osgi/annotation/versioning/ProviderType.html) or [ConsumerType](https://docs.osgi.org/javadoc/osgi.annotation/8.0.0/org/osgi/annotation/versioning/ConsumerType.html) which role annotation wins in case multiple ones apply (from the same package). According to Bnd it...
WIP: This requires https://github.com/codehaus-plexus/plexus-utils/issues/260. Currently only implemented for the most important commands.
Although there is a reserved OSGi namespace `JakartaJSONProcessing` (https://docs.osgi.org/reference/portable-java-contracts.html) there is no capability header set in the MANIFEST.MF of the jakarta.json-api-2.1.1.jar
When I set a breakpoint within a JAR of a Maven dependency of a project and afterwards debug that project, the debugger will not show the decompiled source of the...
The following error is exposed ``` org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoSuchMethodError: org.eclipse.ui.internal.registry.FileEditorMapping.setDefaultEditor(Lorg/eclipse/ui/internal/registry/EditorDescriptor;)V) at org.eclipse.swt.SWT.error(SWT.java:4533) at org.eclipse.swt.SWT.error(SWT.java:4448) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4024) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3700) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022) at...
Right now the popup looks quite blurry on a retina display. 
Currently there is no way to enforce the installation of m2e-apt through the pom.xml only. That would be possible with lifecycle-mapping. Could you make the m2e-apt Configurator the default for...
For upstream consumers it should be easier to detect/fix issue when loading certain classes. Right now the original downstream classloading issue is only logged with level warn. Instead there should...