Compilation failure on fresh clone

2016-07-05 Thread NoTrueScotsman
Hi all, I just tried to compile a fresh clone off master branch[1] and getting a compilation failure: $ mvn clean package -DskipTests ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project ignite-clients: Compilation failu

Re: Compilation failure on fresh clone

2016-07-05 Thread NoTrueScotsman
Hi Andrey, thanks for this. On Tue, Jul 5, 2016 at 1:21 PM, Andrey Novikov wrote: > Hi NoTrueScotsman, > > Compilation failed only under java 8. CI used java 7 for tests. > > Fixed compilation error in master. > > On Tue, Jul 5, 2016 at 3:52 PM, NoTrueScotsman > wrote: &

Converting TreeMap to BinaryObject causes ClassCastException (IGNITE-2852)

2016-07-19 Thread NoTrueScotsman
It happens when applying ignite.binary().toBinary(m) to a TreeMap with a custom key K. I thought this would be a nice task to pick as a first (attempt of a) contribution, however there is a ticket for this already assigned to someone: https://issues.apache.org/jira/browse/IGNITE-2852 I haven't se

Re: Converting TreeMap to BinaryObject causes ClassCastException (IGNITE-2852)

2016-07-20 Thread NoTrueScotsman
ted at all. > > I would recommend you picking up one of the tickets with “newbie” filter. > https://issues.apache.org/jira/issues/?filter=12338037 > <https://issues.apache.org/jira/issues/?filter=12338037> > > Regards, > Denis > >> On Jul 19, 2016, at 9:00 PM, NoTr

New contributor: Support primitive type names in QueryEntity (IGNITE-3399)

2016-07-21 Thread NoTrueScotsman
Hi all, I'd like to attempt a fix for IGNITE-3399 (currently unclaimed in Jira) as my newbie contribution. Could you add me to the list of Ignite contributors? Jira username: thehoff Cheers Jens

Re: New contributor: Support primitive type names in QueryEntity (IGNITE-3399)

2016-07-21 Thread NoTrueScotsman
: > Hi, > > I added you in the contributors list. > > On Thu, Jul 21, 2016 at 1:54 PM, NoTrueScotsman > wrote: > >> Hi all, >> >> I'd like to attempt a fix for IGNITE-3399 (currently unclaimed in >> Jira) as my newbie contribution. >> >>

IGNITE-3399 ready for review

2016-07-21 Thread NoTrueScotsman
Thanks Jens

Re: New contributor: Support primitive type names in QueryEntity (IGNITE-3399)

2016-07-23 Thread NoTrueScotsman
an register in TeamCity and run the TestSuite on your pull request. > Once the tests passes you can submit the jira ticket as Submit Patch. > > https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-SubmittingForReview > > Regards > Saikat > > On Thu, J

Re: [GitHub] ignite pull request #895: IGNITE-3323 Use maven dependencies for Jetbrains a...

2016-07-26 Thread NoTrueScotsman
Ready for review: https://issues.apache.org/jira/browse/IGNITE-3323 I ran a number of TC tests, almost all are passing apart from 3 that are failing, but the failures don't seem to be related to the change and also fail in other runs. Cheers, Jens On Tue, Jul 26, 2016 at 12:40 AM, jayho wrote:

Re: [GitHub] ignite pull request #895: IGNITE-3323 Use maven dependencies for Jetbrains a...

2016-07-26 Thread NoTrueScotsman
Hi Anton, devs, it seems that a commit was missed in the merge for https://issues.apache.org/jira/browse/IGNITE-3323 The current state of master might not be good. Please see my comments on the ticket. Thanks Jens On Tue, Jul 26, 2016 at 9:59 AM, NoTrueScotsman wrote: > Ready for rev

Documentation for IGNITE-3399 (Support primitive type names in QueryEntity)

2016-07-28 Thread NoTrueScotsman
Hi all, I worked on this issue and wondered whether it is worth adding something to the documentation. Candidates: https://apacheignite.readme.io/docs/cache-queries https://apacheignite.readme.io/docs/sql-queries The ticket description also mentioned improved usability for .NET and C++ users, so

Re: Documentation for IGNITE-3399 (Support primitive type names in QueryEntity)

2016-07-29 Thread NoTrueScotsman
mples on apacheignite-net.readme.io, these can be > fixed in 1.7. > > But not many people use Spring in .NET, so this change does not affect > Ignite.NET much. > When queries are configured in native C# code or app.config, we map .NET > primitives to Java automatically. > > P

Re: Converting TreeMap to BinaryObject causes ClassCastException (IGNITE-2852)

2016-08-05 Thread NoTrueScotsman
gt;> > >> >> >> >> I would recommend you picking up one of the tickets with “newbie” >> filter. >> >> https://issues.apache.org/jira/issues/?filter=12338037 < >> >> https://issues.apache.org/jira/issues/?filter=12338037> >> >>