Re: [hibernate-dev] Using Java8 language features in OGM/HotRod

2016-03-23 Thread Davide D'Alto
> probably. Or make you doubt, so to make you read it all.. The trick is to put it at the end :) (TLDR; = Too Long, Didn't Read;) On Wed, Mar 23, 2016 at 7:12 PM, Sanne Grinovero wrote: > On 23 March 2016 at 19:07, Davide D'Alto wrote: > > Yeah, go with it. > > I don't think it is going to b

Re: [hibernate-dev] Using Java8 language features in OGM/HotRod

2016-03-23 Thread Sanne Grinovero
On 23 March 2016 at 19:07, Davide D'Alto wrote: > Yeah, go with it. > I don't think it is going to be too hard to fix the conflicts in the Neo4j > module. Ok, thanks: - https://hibernate.atlassian.net/browse/OGM-1001 > >>TLRD: > > Did you mean: TLDR; probably. Or make you doubt, so to make you

Re: [hibernate-dev] Using Java8 language features in OGM/HotRod

2016-03-23 Thread Davide D'Alto
Yeah, go with it. I don't think it is going to be too hard to fix the conflicts in the Neo4j module. >TLRD: Did you mean: TLDR; On Wed, Mar 23, 2016 at 7:02 PM, Gunnar Morling wrote: > +1 for fixing these things, I also was wondering about some apparent style > violations which CS failed to r

Re: [hibernate-dev] Using Java8 language features in OGM/HotRod

2016-03-23 Thread Gunnar Morling
+1 for fixing these things, I also was wondering about some apparent style violations which CS failed to report. Must have been these bug fixes then. The only thing coming to my mind is Davide's work which may change things in the existing Neo4j code. Maybe you two quickly sync? Apart from that I'

[hibernate-dev] Using Java8 language features in OGM/HotRod

2016-03-23 Thread Sanne Grinovero
TLRD: don't be surprised if I'll be sending some rather large code style fixes. Not wasting my time nor intending to waste yours.. I've been writing quite some code enjoying Java 8 specific features in the new OGM module, as I assumed this would not be an issue at all since Hot Rod requires Java8