Re: Maven repo for Felix Converter

2016-12-27 Thread Raymond Auge
I noticed that the snapshot release does not contain the sources. Is that typical or just missed. - Ray On Tue, Dec 20, 2016 at 4:56 PM, David Leangen wrote: > > @David B - Ok, thanks for letting me know. I really do hope to pick this > up again in January. :-/ > > Cheers, >

Re: Maven repo for Felix Converter

2016-12-20 Thread David Leangen
@David B - Ok, thanks for letting me know. I really do hope to pick this up again in January. :-/ Cheers, =David > On Dec 20, 2016, at 11:47 PM, David Bosschaert > wrote: > > Hi all, > > I've deployed the snapshot: >

Re: Maven repo for Felix Converter

2016-12-20 Thread David Bosschaert
Hi all, I've deployed the snapshot: https://repository.apache.org/content/groups/snapshots/org/apache/felix/org.apache.felix.converter/ @David L - I had to @Ignore some tests in the Schematizer. If I understand things correctly they would be using the targetAs(SomeDTO.class) functionality to

Re: Maven repo for Felix Converter

2016-12-20 Thread Neil Bartlett
Excellent, thanks David! > On 20 Dec 2016, at 14:25, David Bosschaert wrote: > > Hi all, > > I should be able to tackle those test failures and deploy a snapshot today. > > Cheers, > > David > > On 20 December 2016 at 13:59, Felix Meschberger

Re: Maven repo for Felix Converter

2016-12-20 Thread David Bosschaert
Hi all, I should be able to tackle those test failures and deploy a snapshot today. Cheers, David On 20 December 2016 at 13:59, Felix Meschberger wrote: > Hi > > Apache runs a SNAPSHOT repository which is public. But reliance on > SNAPSHOTs deployed there is brittle. > >

Re: Maven repo for Felix Converter

2016-12-20 Thread Felix Meschberger
Hi Apache runs a SNAPSHOT repository which is public. But reliance on SNAPSHOTs deployed there is brittle. I just tried to deply a SNAPSHOT build but I get test failures, so I am a bit unsure, whether that makes a lot of sense. Regards Felix > Am 20.12.2016 um 14:57 schrieb David Leangen

Re: Maven repo for Felix Converter

2016-12-20 Thread Neil Bartlett
Thanks David. I'm aware of the location of the source, I was hoping for a maven repo containing the built artifacts. Neil On 20 Dec 2016 1:56 p.m., "David Leangen" wrote: Hi Neil, It is here: https://github.com/apache/felix/tree/trunk/converter/converter <

Re: Maven repo for Felix Converter

2016-12-20 Thread David Leangen
Oh, sorry, I re-read your message. Don’t know where there is a public Maven repo, or even if there is one at all. David B would know for sure. Cheers, =David > On Dec 20, 2016, at 10:56 PM, David Leangen wrote: > > > Hi Neil, > > It is here: > >

Re: Maven repo for Felix Converter

2016-12-20 Thread David Leangen
Hi Neil, It is here: https://github.com/apache/felix/tree/trunk/converter/converter Cheers, =David > On Dec 20, 2016, at 10:45 PM, Neil Bartlett wrote: > > Hello, > > I’m interested in using the

Maven repo for Felix Converter

2016-12-20 Thread Neil Bartlett
Hello, I’m interested in using the Felix Converter library (org.apache.felix.converter) in a Maven project. It doesn’t matter at this stage that it’s only a SNAPSHOT. Is there a Maven repository from which this dependency can be found? I have been unable to find it in the Nexus on