Christoph Läubrich
Christoph Läubrich
Some context here: - https://github.com/eclipse/xtext-eclipse/issues/1931#issuecomment-1313985215 - https://github.com/eclipse-tycho/tycho/issues/1662 Currently we try to "guess" if a P2 dependency is actually a maven dependency from the P2 data, but actually this is only...
The[ jpackage tool](https://docs.oracle.com/en/java/javase/17/docs/specs/man/jpackage.html) will take as input a Java application and a Java run-time image, and produce a Java application image that includes all the necessary dependencies. It would be...
Currently Tycho uses some generic error codes when it comes to download failures. In P2 there is `org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatus` that gives some more insightful codes, we should copy the class here...
Fix #824
Currently Namespace has a constant EFFECTIVE_ACTIVE, but this is not referenced anywhere in the spec. This now adds a little sentence at the spec text to make it appear as...
Enables obtaining resolver instances outside OSGi frameworks using Java SPI, similar to `FrameworkFactory` ### Problem Resolvers are needed in many scenarios before/outside OSGi: - Framework initialization - Build tools (Maven,...
Fix https://github.com/osgi/osgi/issues/646
It is not required anymore by the EF to add a "signed off" footer to each commit so it seems a bit useless to have this check here and we...
Add type checking for ERROR_EXCEPTION_TYPE attribute to handle both String and Class types properly. This fixes the ClassCastException that occurred when the servlet container provides the exception type as a...
Currently the sections are quite bare and even though one usually should not write them manually its good to see how they would look like (see for example [here](https://github.com/eclipse-equinox/p2/pull/972)). This...