Christoph Rueger

Results 35 issues of Christoph Rueger

This issue serves as a collector for potential candidates which could be removed in a future release. - #6645 - #6760 Searching in search.maven.org in BndPomRepository ([docs](https://bnd.bndtools.org/plugins/pomrepo.html#searching)) - search is...

Closes #6858 **Experimental:** For a yet to bnd unknown JDK (e.g. JDK-10000) Instead of ``` Require-Capability: osgi.ee;filter:="(osgi.ee=UNKNOWN)" ``` we now create Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=9955))" for a .class file with u2 major_version...

This adds support building bnd with maven via Eclipse Tycho 4.0.13 See https://tycho.eclipseprojects.io/doc/4.0.13/BndBuild.html While the gradle build is still the official way of building bnd, this could serve as an...

@peterkir just reported a problem to me on Windows: `Eclipse preference > General Workspace` activated * `Refresh using native hooks or polling` * `Refresh on access` 1. I have the...

... baselining to also work on 0.x packages. _Originally posted by @peterkir in https://github.com/bndtools/bnd/issues/6702#issuecomment-3179068554_ Currently in the baseline feature there is a special handling for versions `< 1.0` From: https://bnd.bndtools.org/chapters/180-baselining.html#setting-up-a-project-for-baselining...