Re: [Discuss] Develop OSGi Converter Service in Apache Felix?

2016-04-05 Thread davidb
Ok, as nobody complained I have started a very small initial project here: https://svn.apache.org/viewvc?view=revision&revision=1737831 Best regards, David On 4 April 2016 at 09:46, wrote: > Hi Jamie, > > Thanks for the link! The OSGi specwork for RFC 215 is already based on a > number of exis

Re: [Discuss] Develop OSGi Converter Service in Apache Felix?

2016-04-04 Thread davidb
Hi Jamie, Thanks for the link! The OSGi specwork for RFC 215 is already based on a number of existing projects, but the camel converter is not yet one of them. I will put it on the list to look at. Cheers, David On 3 April 2016 at 17:29, Jamie G. wrote: > Have you had a look at Apache Camel's

Re: [Discuss] Develop OSGi Converter Service in Apache Felix?

2016-04-03 Thread Jamie G.
Have you had a look at Apache Camel's type converter http://camel.apache.org/type-converter.html might be some useful code in there towards your efforts. Conversion as a Service could be useful. -J On Fri, Apr 1, 2016 at 1:31 PM, wrote: > Hi all, > > In OSGi work is being done to define a Conv

[Discuss] Develop OSGi Converter Service in Apache Felix?

2016-04-01 Thread davidb
Hi all, In OSGi work is being done to define a Converter service. The current working draft can be found here: https://github.com/osgi/design/tree/master/rfcs/rfc0215 I have started prototyping an implementation of this in my personal github project: https://github.com/coderthoughts/converter Ho