Re: [equinox-dev] Bug 566085 - javax.annotation package-uses problems with Java 8

2020-08-28 Thread Neil Bartlett
Thanks Jürgen. Here is the same article, with the diagrams included: http://njbartlett.github.io/2011/09/02/uses-constraints.html Hope it helps. On Fri, 28 Aug 2020 at 13:14, Jürgen Albert wrote: > Hi, > > it seems as if Neil already described the problem and what might cause the > problem

Re: [equinox-dev] Bug 566085 - javax.annotation package-uses problems with Java 8

2020-08-28 Thread Jürgen Albert
Hi, it seems as if Neil already described the problem and what might cause the problem pretty spot on in this blog post: https://blogs.paremus.com/2011/09/solving-osgi-uses-constraint-violations/ Jürgen. Am 28/08/2020 um 13:35 schrieb Mark Hoffmann: Hi Neil, somehow I have the feeling,

Re: [equinox-dev] Bug 566085 - javax.annotation package-uses problems with Java 8

2020-08-28 Thread Mark Hoffmann
Hi Neil, somehow I have the feeling, this problem can be solved in a different way. If the osgi.framework.system.packages / extra is provided including a version qualifier for JavaSE-1.8. Mostly, I see, if provided at all, that these definitions are provided without version attribute. If I