Hi David, Yes, I split the converter and the codec in separate modules as it seemed the right thing to do. The converter itself is now really small (37 kb) while the codecs are a little bit bigger with their parsers etc.
Sorry about that hardcoded dep - thanks for spotting! That was a leftover. It's fixed now: https://svn.apache.org/viewvc?view=revision&revision=1758181 Cheers, David On 27 August 2016 at 02:29, David Leangen <[email protected]> wrote: > > Hi! > > I just noticed that the Converter and Codec were split into separate > packages. > > Just so you know, Codec tries to > > import org.apache.felix.converter.impl.ConverterImpl; > > which, as an internal package, is not exported by the Converter bundle. > > Not sure what you intend to do, but thought I’d mention it. I am unable to > use the current version because of this issue. > > > Should I file a JIRA issue? > > Cheers, > =David > > >
