Christoph Rueger

Results 22 issues of Christoph Rueger

This PR is a suggestion for bnd's [MbrCommand](https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd/src/aQute/bnd/main/MbrCommand.java) e.g. `bnd mbr update -s micro` but making it available in bndtools' UI. This adds a context menu when you Right-Click on...

## Motivation We are migrating from jersey client 1.19 to 2.40 and we noticed that the Http Digest authentication behaves differently than in 1.19. ## Steps to reproduce 1. Setup...

Type: Improvement

Based on https://bnd.discourse.group/t/memory-usage-explosion-with-bnd-resolver-plugin/307/6 by @reckart It seems the [-resolvedebug](https://bnd.bndtools.org/instructions/resolvedebug.html) instruction is not considered in a few places where it would make sense. This PR tries to improve this. ## In...

Closes #5966 Based on brainstorming here https://bnd.discourse.group/t/baseline-repo-exclude-from-the-build-path/391/6 ## In this PR - allow to add a property `tags="baseline,release, foo"` to a Repository in `build.bnd` - default tag in all repositories...

See https://github.com/bndtools/bnd/issues/6123#issuecomment-2126543736 and https://bnd.bndtools.org/instructions/connection-settings.html this helps to notice at least in the a logfile that HTTP Connection settings were overwritten in a `connection-settings.xml` or `settings.xml` or set via `-connection-settings` this...

## What problem does it solve? This PR solves the problem that the source lookup during a debug session did not work when _stepping into a method_ (F5) of a...

Closes #6325 Adds a duplicate strategy to `-includeresource` (similar to `:flatten` or `:rename`) `duplicates:=APPEND` ``` @${repo;org.apache.xmlgraphics:fop-core;latest}!/META-INF/services/* @${repo;org.apache.xmlgraphics:xmlgraphics-commons;latest}!/META-INF/services/*;:duplicates:=APPEND ``` @pkriens This is a first draft based on our discussion last week.

## Scenario The instruction [-includeresource](https://bnd.bndtools.org/instructions/includeresource.html) has various [unroll options](https://bnd.bndtools.org/instructions/includeresource.html#unrolling-options) to add content from multiple jars to the resulting bundle jar. e.g. the following line `@${repo;org.apache.xmlgraphics:fop-core;latest}!/META-INF/services/*,\` extracts the `META-INF/services` folder including...

Closes #6321 Felix Bundle plugin has [a niceManifest option](https://github.com/apache/felix-dev/blob/736d48ca46f9f7e2f60430333cf2db9df3c355e5/tools/maven-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java#L138) that [formats Manifest](https://github.com/apache/felix-dev/blob/master/tools/maven-bundle-plugin/src/main/java/org/apache/felix/bundleplugin/ManifestWriter.java) > Output a nicely formatted manifest that still respects the 72 character line limit. We adapted this and...

Closes https://github.com/bndtools/bnd/issues/6301 now the links for 1. Create a new bnd workspace. 2. Bnd OSGi Workspace (Deprecated) appear again in the Bnd Perspective for an empty workspace if you have...