Christoph Läubrich

Results 268 issues of Christoph Läubrich

**Jetty version(s)** https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/10.0.10/ **Description** I have downloaded the zip but if I look at the artifacts.xml is empty: ``` ``` **How should it looks like** If I look at https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-p2/10.0.9/...

Bug

Currently the aQute.bnd.osgi.Jar is not a capable of processing multi-release jars in a convenient way, especially if one likes to support the multi-release modules support as well as the multi-release...

If I look at https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom I see ``` org.osgi org.osgi.service.log 1.3.0 compile org.osgi org.osgi.service.repository 1.1.0 compile .... and even more ... ``` this causes issue when bndlib is used e.g....

I noticed when working on the multirelease support that when I have a jar file analyzed that is all java-8 with the exception of the `modules-info.class` then BND generates the...

Currently a Github build includes the XML files, but the error output indicates there is a more user friendly way: > 2: Task failed with an exception. > ----------- >...

I have read https://github.com/bndtools/bnd/blob/master/CONTRIBUTING.md it says: > The only thing you need to build Bnd/Bndtools is Java. alright that works, but I assume no one uses test-editor to develop the...

Lets assume I have a maven project and use ``` org.osgi osgi.core 8.0.0 provided ``` and of course always upgrade version, so my upgrade-scanner do not complain and of course...

I'm currently try to migrate some hand crafted modules info to bnd. It would be useful to get the "source" of that generated file so I don't need to inspect...

abeyance

I'm currently try to fetch a specific EventSpy to inject an event there (maven-profiler). Sadly in my maven plugin when I try to get it injected: @Requirement(role = EventSpy.class, hint...

Thanks for submitting this @stbischof. Could you please also log an issue in our tracker that describes this enhancement, and link it to your PR? Also, given that this is...

📶 enhancement