Jürgen Albert

Results 23 issues of Jürgen Albert

This PR is meant to get some early feedback on this. The Mojo provides support for the generate mechanism via external plugins. The general bnd generator mechanism reads the instruction...

We quite often have corners that are how they are for historic reasons. They made sense at the time, but cause nowadays behavior that seems counterintuitive and is often hard...

If I use and Configuration Annotation and `@Designate` without an `@ObjectClassDefintion` the following Error is shown in bndtools on the bnd file: ``` DS Component my.fancy.ConfigAnnotation specifies ocd class de.jena.mdo.data.importer.DataImporterConfig...

@bjhargrave you last [comment on my PR #4976](https://github.com/bndtools/bnd/issues/4976#issuecomment-985656658_) got me thinking and I saw that you are correct. Thus here is a new Exporter that goes a bit beyond the...

The newly introduced message that a bndrun can't be resolved appears in to many cases, even in some bnd files. ![image](https://user-images.githubusercontent.com/8199490/134162657-7f32cabc-be50-4c06-bf65-d6c8d4a48231.png) @bjhargrave I'd like to improve this behavior before the...

abeyance

In `org.osgi.util.pushstream.PushbackPolicyOption` we have a couple of usefull default policies. Aver the last years, we found another one that became our default and I suggest adding it to the exsisting...

``` 112.17 References [1]Automating Service Dependency Management in a Service-Oriented Component ModelHumberto Cervantes, Richard S. Hall, Proceedings of the Sixth Component-Based Software Engineering Workshop, May 2003, pp. 91-96 http://www-adele.imag.fr/Les.Publications/intConferences/CBSE2003Cer.pdf ```...

I've updated jackson from 2.11.2 ot 2.12.1 and the following error appears on Resource save: ``` com.fasterxml.jackson.databind.JsonMappingException: Cannot create TypeBindings for class org.gecko.emf.osgi.model.test.Address with 1 type parameter: class expects 0...

In its current form, I can define a version in my `-generate` instruction. As far as I understand the code, this is only taken into account for generators, where a...

With the new bnd libraries, we can now offer such a functionality. If it is acceptable, the bnd example might become smaller and easier to maintain as well. The library...