[infinispan-dev] Baselining on Java 7

2013-05-23 Thread Manik Surtani
Yup, it needs to happen sometime. But the question is, when? Is there anyone out there who desperately needs Infinispan to work on Java 6? Cheers Manik -- Manik Surtani ma...@jboss.org twitter.com/maniksurtani Platform Architect, JBoss Data Grid http://red.ht/data-grid

Re: [infinispan-dev] Baselining on Java 7

2013-05-23 Thread Bela Ban
On 5/23/13 12:38 PM, Manik Surtani wrote: Yup, it needs to happen sometime. But the question is, when? Is there anyone out there who desperately needs Infinispan to work on Java 6? I got a lot of pushback when I moved the required JDK in JGroups to 1.5 (people were still using 1.4), and

[infinispan-dev] Infinispan Modularization

2013-05-23 Thread Tristan Tarrant
Dear all, I've written up some of the ideas regarding Infinispan modularization at https://community.jboss.org/wiki/InfinispanModularization Please comment, praise and bash as you feel appropriate. Tristan ___ infinispan-dev mailing list

Re: [infinispan-dev] Baselining on Java 7

2013-05-23 Thread Bela Ban
On 5/23/13 1:11 PM, Sanne Grinovero wrote: WildFly already requires Java7. OK. This doesn't mean though that JGroups 4 has to require JDK 7; it can still baseline on JDK 6. As long as jgroups version = infinispan version = wildfly version , we're fine. Of course, we can always link to a

Re: [infinispan-dev] Baselining on Java 7

2013-05-23 Thread Erik Salter
Me, for now Regards, Erik On May 23, 2013, at 6:39 AM, Manik Surtani msurt...@redhat.com wrote: Yup, it needs to happen sometime. But the question is, when? Is there anyone out there who desperately needs Infinispan to work on Java 6? Cheers Manik -- Manik Surtani ma...@jboss.org

Re: [infinispan-dev] Infinispan Modularization

2013-05-23 Thread Sanne Grinovero
Thanks Tristan! I've added more comments on the doc, but would like to stress here that I still think it's terrible idea to split the repository and move into independent version control. Sanne On 23 May 2013 12:40, Tristan Tarrant ttarr...@redhat.com wrote: Dear all, I've written up some of

Re: [infinispan-dev] Baselining on Java 7

2013-05-23 Thread Galder Zamarreño
What about skipping 7 and waiting for 8? On May 23, 2013, at 12:38 PM, Manik Surtani msurt...@redhat.com wrote: Yup, it needs to happen sometime. But the question is, when? Is there anyone out there who desperately needs Infinispan to work on Java 6? Cheers Manik -- Manik Surtani

Re: [infinispan-dev] Baselining on Java 7

2013-05-23 Thread Bela Ban
If the majority of users go directly to 8 from 6, then yes why not. But if that's not the case, then we can't do it, either... On 5/23/13 3:07 PM, Galder Zamarreño wrote: What about skipping 7 and waiting for 8? On May 23, 2013, at 12:38 PM, Manik Surtani msurt...@redhat.com wrote: Yup, it

Re: [infinispan-dev] Baselining on Java 7

2013-05-23 Thread Dan Berindei
Oracle will support Java 7 at least until March 2015 [1]. And it's very likely that some people will keep using 7 after that, just like they are using 6 now. So unless we want to support Java 6 until 2016, I don't think we can skip 7. [1] http://www.oracle.com/technetwork/java/eol-135779.html

Re: [infinispan-dev] still to do on HR-embedded integration in ISPN-2281

2013-05-23 Thread Mircea Markus
Hi Martin, Galder has finalised the remaining bits of ISPN-2281. Is it possible for you to re-run the test to see where we are with the memory consumption? On 13 May 2013, at 10:44, Galder Zamarreño gal...@redhat.com wrote: On May 7, 2013, at 4:55 PM, Manik Surtani msurt...@redhat.com wrote:

Re: [infinispan-dev] Zero-copy buffer transfers

2013-05-23 Thread Bela Ban
On 5/23/13 2:09 PM, Manik Surtani wrote: Bela, We shouldn't need to wait for NIO2/JDK7 for this. We can do this in JDK6 as well, granted the impl may not be as good unless run on a Java7 VM. In the current NIO impl, unfortunately MulticastSockets are not supported (MulticastChannel),

Re: [infinispan-dev] Zero-copy buffer transfers

2013-05-23 Thread William Burns
Bela, You are thinking something like Netty's composite byte buffer? http://netty.io/4.0/guide/#architecture.5 On 5/23/13 2:09 PM, Manik Surtani wrote: Bela, We shouldn't need to wait for NIO2/JDK7 for this. We can do this in JDK6 as well, granted the impl may not be as good unless run on a

Re: [infinispan-dev] Supporting notifications for entries expired while in the cache store - ISPN-694

2013-05-23 Thread Paul Ferraro
On Wed, 2013-05-22 at 18:03 +0200, Galder Zamarreño wrote: On May 21, 2013, at 7:42 PM, Paul Ferraro paul.ferr...@redhat.com wrote: On Tue, 2013-05-21 at 17:07 +0200, Galder Zamarreño wrote: On May 6, 2013, at 2:20 PM, Mircea Markus mmar...@redhat.com wrote: On 3 May 2013, at 20:15,

Re: [infinispan-dev] Baselining on Java 7

2013-05-23 Thread Mircea Markus
Sent from my iPhone On 23 May 2013, at 12:06, Bela Ban b...@redhat.com wrote: On 5/23/13 12:38 PM, Manik Surtani wrote: Yup, it needs to happen sometime. But the question is, when? Is there anyone out there who desperately needs Infinispan to work on Java 6? I got a lot of

Re: [infinispan-dev] Zero-copy buffer transfers

2013-05-23 Thread Bela Ban
maybe, but I don't know netty On 5/23/13 6:42 PM, William Burns wrote: Bela, You are thinking something like Netty's composite byte buffer? http://netty.io/4.0/guide/#architecture.5 On 5/23/13 2:09 PM, Manik Surtani wrote: Bela, We shouldn't need to wait for NIO2/JDK7 for this. We can