Re: Warning message in Scala type analysis

2015-01-27 Thread Aljoscha Krettek
Ok, if it is only a testing dependency it should be alright. The problem seems to be that some of the Joda classes have annotations that reside in joda-convert. The java compiler seems to be OK with missing annotations while the Scala compiler gives a warning. At least that's how I understood it fr

Re: Warning message in Scala type analysis

2015-01-26 Thread Stephan Ewen
Ah, I see, thanks for the explanation. I picked the commit because I wanted the Joda in Scala tests in the system, but delay the serializer registration, as a discussion was still going on on the mailing list. So, the solution is simply to add the joda convert dependecy to the test scope as well?

Re: Warning message in Scala type analysis

2015-01-26 Thread Aljoscha Krettek
The culprit seems to be this commit: https://github.com/apache/flink/commit/020b282bdc5468aa51b231e9ae8d4d3a1a76e696 It seems you took a commit from an unmerged PR of mine and changed it. Now the content does not match the Issue ID and also the LICENCE and NOTICE file are not correct anymore. The

Re: Warning message in Scala type analysis

2015-01-24 Thread Stephan Ewen
Not 100% My guess is that it comes from the scala tests in flink-tests for POJOs containing joda time classes (to test the custom serializers) Stephan On Sat, Jan 24, 2015 at 12:16 PM, Aljoscha Krettek wrote: > Yes, I will look into it. > > Are you sure this happens in the Scala code? > > On

Re: Warning message in Scala type analysis

2015-01-24 Thread Aljoscha Krettek
Yes, I will look into it. Are you sure this happens in the Scala code? On Sat, Jan 24, 2015 at 8:57 PM, Stephan Ewen wrote: > Hi! > > When running a recent build, I am seeing the following error message in the > "flink-tests" project. > > [WARNING] warning: Class org.joda.convert.ToString not fo

Warning message in Scala type analysis

2015-01-24 Thread Stephan Ewen
Hi! When running a recent build, I am seeing the following error message in the "flink-tests" project. [WARNING] warning: Class org.joda.convert.ToString not found - continuing with a stub. @aljoscha This is probably a message generated by the Scala type analyzer. Can you elaborate what this mea