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, <[email protected]> wrote: > 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 > > However, it would obviously be nicer to do the implementation an a proper > opensource project, so I'm looking for a home work this work. > Apache Felix would be a good place IMHO as this will be another generally > useful OSGi component. Another place could be Apache Aries, but I was > initially thinking of Felix because this is not really an 'Enterprise' > component. > > How would people feel if I would contribute my current very small codebase > with no dependencies to the Felix project and continue development here? > > Best regards, > > David Bosschaert
