Dirk Fauth

Results 24 issues of Dirk Fauth

### Bug Description: I tried to add some custom preferences to a Theia application by following the documentation: https://theia-ide.org/docs/preferences/ I was not able to follow the description to make a...

preferences
documentation

I tried to follow the documentation for building Theia on Windows: https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#building-on-windows I installed the necessary tools and tried to build, but it fails with the following error: ``` gyp...

OS/Windows
documentation

When creating a new Bnd OSGi Project via the wizard, a dialog will popup at the end asking if you want to create the module-info.java. If you select "Create" you...

I have created a minimal OSGi runtime example to see what is possible using OSGi R8 and OSGi Connect. Similar to the example created by @rotty3000 (https://github.com/rotty3000/osgi-config-aff) When running the...

reload4j is a drop-in replacement intended to fix the latest security issues. https://reload4j.qos.ch/ They have fixed CVE-2021-4104 by hardening, not by removing the class. logpresso does anyhow report the CVE-2021-4104...

discussion
patch released

With this pull request I would like to simplify the build of the p2 update site. Right now there is a p2-repository module in the main build that uses Eclipse...

Hi, I have a small PDE based project with a Tycho build that should show how to publish an OSGi service via JAX-RS Whiteboard (Aries implementation). As the Aries implementation...

help wanted

When trying to build a native image with **graalvm-ce-java17-22.2.0** and the following options: ``` ${GRAALVM_HOME}\bin\native-image \ --no-fallback \ --module-path ${LIB_FOLDER} \ --add-modules ALL-MODULE-PATH \ --module ${MAIN_MODULE} \ -H:ConfigurationFileDirectories=META-INF\native-image \ -H:+ReportUnsupportedElementsAtRuntime...

### Describe the feature Add OSGi metadata to the aws-cdk Java artefacts, so it can be deployed and consumed in OSGi applications. ### Use Case I want to create services...

feature-request
effort/medium
p2