Re: [infinispan-dev] IMPORTANT API additions in ISPN-2281 pull req

2013-04-26 Thread Mircea Markus
Thanks for the heads up! On 25 Apr 2013, at 18:35, Galder Zamarreño wrote: Hi all, Re: https://github.com/infinispan/infinispan/pull/1790 **There's some bits that require a look from all core developers**: - AdvancedCache.put(K key, V value, Metadata metadata) - interface Metadata -

[infinispan-dev] 5.3.0.Beta1 next week

2013-04-26 Thread Mircea Markus
Hi, Galder has just issued a rather large pull request on ISPN-2281 Initial Embedded and Hot Rod compatibility. Would be great to have this in rather soon, so let's postpone the release till this makes it in: the new target date is 1st May. Cheers, -- Mircea Markus Infinispan lead

Re: [infinispan-dev] 5.3.0.Beta1 next week

2013-04-26 Thread Ales Justin
We - CapeDwarf - are also working on some changes, which modify API a bit, so it's good to get this in asap, before things go into some CR. I'll let Marko add the details. But as he tells me, we should be done before 1. May. -Ales Hi, Galder has just issued a rather large pull request on

Re: [infinispan-dev] AdvancedCache.put with Metadata parameter

2013-04-26 Thread Galder Zamarreño
On Apr 8, 2013, at 6:59 PM, Tristan Tarrant ttarr...@redhat.com wrote: On 04/08/2013 06:51 PM, Galder Zamarreño wrote: ^ That's certainly an option, but it's gotta be extensible (and retrievable), so that server's can build on top of it. For example, REST server might wanna add MIME

[infinispan-dev] Implications of adding put with metadata (ISPN-2281)

2013-04-26 Thread Galder Zamarreño
Hi all, Looking at the pull req for ISPN-2281, I'm adding methods like this to AdvancedCache: V put(K key, V value, Metadata metadata); Now, I think that adding this should deprecate these methods: V put(K key, V value, long lifespan, TimeUnit unit); V put(K key, V value, long lifespan,

Re: [infinispan-dev] Implications of adding put with metadata (ISPN-2281)

2013-04-26 Thread Manik Surtani
-1 to removing them ... On 26 Apr 2013, at 14:58, Galder Zamarreño gal...@redhat.com wrote: Hi all, Looking at the pull req for ISPN-2281, I'm adding methods like this to AdvancedCache: V put(K key, V value, Metadata metadata); Now, I think that adding this should deprecate these

Re: [infinispan-dev] Querying in Infinispan

2013-04-26 Thread Galder Zamarreño
Manik, found it. I had it as a Google Document. I've shared it with you, let me know if you can't access it. Cheers, On Apr 23, 2013, at 8:05 PM, Galder Zamarreño gal...@redhat.com wrote: I've found some info, but can't find it all. I need to check in my backup hard drive. Cheers, On