Marc Schlegel

Results 41 comments of Marc Schlegel

The problem is the use of reflection for JPMS modules residing within the JDK like in our case `java.base/java.time`. Since Java 9 this produced warnings along the lines "Illegal Reflective...

Seing the same problem when doing a PlainOpen on an existing local repo and issuing a Fetch

BndTools 3.3.0 I am getting the same error when using the new asm version (6.0.0.ALPHA) `! Failed to uninstall bundle C:\Development\temp\maven-local-repository\org\ow2\asm\asm-commons\6.0_ALPHA\asm-commons-6.0_ALPHA.jar, exception Could not create bundle object. ! Failed to...

Workaround confirmed. Bugs opened at ASM [http://forge.ow2.org/tracker/?func=detail&aid=317781&group_id=23&atid=100023](http://forge.ow2.org/tracker/?func=detail&aid=317781&group_id=23&atid=100023) [http://forge.ow2.org/tracker/?func=detail&aid=317782&group_id=23&atid=100023](http://forge.ow2.org/tracker/?func=detail&aid=317782&group_id=23&atid=100023)

Thanks for the investigation Seen. Would it be easier if some common actions can be configured, for example using a preference "attach sources automatically" as Maven-M2E does? This option could...

Deprecating JPM would be a pitty: I really enjoy its features like querying for packages (rather than modules) and filtering out artifacts that do not provide OSGI metadata. If implementing...

The filtering would need to take the version into account. An entry should only be filtered if it is available with one version, which matches the version in the requirements.

Questions How is the bundle-descriptor affected? I remember a statement on the user-group that the run-tab will be removed from bundle-descriptors, so the user always has to create a run-descriptor?...

One more reason for the Eclipse-Foundation: Bintray is difficult in corporate environments because of redirects to other CDNs (in our case Cloudfront). With Eclipse we have a well established CDN...

I will prepare a PR which skips null headers, but I also wonder if mapping all headers (including non-CloudEvent ones) to a UTF-8 String is correct: the Kafka-client exposes the...