The source code would be the best source imho. The main org.apache.felix.bundlerepository package contains everything you need to parse a repository descriptor, create resources, add requirements / resource to the resolver. You should not have to create your own resource anymore, but still a patch for the issue you mentioned would be welcome.
On Fri, Jun 11, 2010 at 12:10, Alasdair Nottingham <[email protected]> wrote: > Hi, is there javadoc for the API or do I have to look at the source code? > > Thanks > Alasdair > > On 10 June 2010 22:26, Guillaume Nodet <[email protected]> wrote: > > Btw, you don't really need that for Aries Application if that's what you > had > > in mind. The new API is much more powerful and will allow the aries > > application obr resolver to work in a much nicer way without the need to > > create resources yourself at all. Just look at the > > org.apache.felix.bundlerepository api in 1.6.0 .... > > > > On Thu, Jun 10, 2010 at 20:21, Alasdair Nottingham <[email protected]> > wrote: > > > >> Hi, > >> > >> While I'm not against releasing bundle repository, but I think it > >> needs to fix FELIX-2306 [1] before it does so. This is a serious > >> regression from 1.4, and means I can't even think of picking up any > >> 1.6 based version of bundle repository. This is a problem for me since > >> I want to pick up the improvements Guillaume made. > >> > >> Thanks > >> Alasdair > >> > >> [1] https://issues.apache.org/jira/browse/FELIX-2306 > >> > >> On Wednesday, June 9, 2010, Jarek Gawor <[email protected]> wrote: > >> > Can you also consider releasing bundlerepository as well since it > >> > contains a fix for execution environments which caused problems with > >> > OBR resolution on Equinox? > >> > > >> > Jarek > >> > > >> > On Wed, Jun 9, 2010 at 12:15 PM, Guillaume Nodet <[email protected]> > >> wrote: > >> >> I'd like to release webconsole and karaf later this week or next > week. > >> >> If there is any issue with that (or anything that would like to be > >> included > >> >> in those releases), > >> >> please speak up! > >> >> > >> >> -- > >> >> Cheers, > >> >> Guillaume Nodet > >> >> ------------------------ > >> >> Blog: http://gnodet.blogspot.com/ > >> >> ------------------------ > >> >> Open Source SOA > >> >> http://fusesource.com > >> >> > >> > > >> > >> -- > >> Alasdair Nottingham > >> [email protected] > >> > > > > > > > > -- > > Cheers, > > Guillaume Nodet > > ------------------------ > > Blog: http://gnodet.blogspot.com/ > > ------------------------ > > Open Source SOA > > http://fusesource.com > > > > > > -- > Alasdair Nottingham > [email protected] > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
