[hibernate-dev] jsr107

2014-03-19 Thread Alex Snaps
look into that). Anyways... further random thoughts on the subject welcome, even non-random ones actually. Alex -- Alex Snaps Principal Software Engineer - Terracotta http://twitter.com/alexsnaps http://www.linkedin.com/in/alexsnaps http://withinthefra.me ___

Re: [hibernate-dev] jsr107

2014-03-20 Thread Alex Snaps
obody has started this work AFAIK so you're very welcome :) > > Emmanuel > > On Wed 2014-03-19 17:13, Alex Snaps wrote: > > Hey everyone, > > I wondered if anyone had considered (even the feasibility of) moving the > > Caching SPI of Hibernate to use the (now relea

Re: [hibernate-dev] On 2nd level cache and requirements off the cache implementor

2014-04-07 Thread Alex Snaps
ppen to be transactional so I wonder if that's a requirement > > and if not what are the list of atomic operations that a clustered cache > > provider would need to offer. > > > > Any hint and feedback appreciated :) > > > > Emmanuel > > __

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Alex Snaps
> > -- > Guillaume > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev > -- Alex Snaps Principal Software Engineer - Terracotta http://twitter.com/alexsnaps

Re: [hibernate-dev] JCS Hibernate Region Factory

2014-08-20 Thread Alex Snaps
nice to provide a region > factory, so the end-client has the choice whichever they like. > > @Alex: There's a 2.0-SNAPSHOT here: > https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-jcs/ > and yes, seems like it is JCache complient. > &g

[hibernate-dev] JSR107 H2LC module

2015-04-10 Thread Alex Snaps
Hey guys, I'm not completely, only mostly, done with the JSR-107, aka javax.cache, aka jcache, 2nd level cache for Hibernate. I still have to sort out the issue with dependencies, where the current hibernate-ehcache module suffers from the new module being added (I use ehcache as the provider for t

Re: [hibernate-dev] JSR107 H2LC module

2015-04-10 Thread Alex Snaps
eally speak to the caching aspect as well as others, but if you > need help sorting out the dependencies give me a shout. > > On Fri, Apr 10, 2015 at 3:25 PM, Alex Snaps wrote: > >> Hey guys, >> I'm not completely, only mostly, done with the JSR-107, aka javax.cache, >

Re: [hibernate-dev] Cache

2015-09-24 Thread Alex Snaps
Petar, We're (at Terracotta) are currently working on our upgrading our internal test suite to test Hibernate5. Steve may obviously disagree, but I think upgrading in the next minor is the best option, i.e. Hibernate 5.1. I'll be working on making sure we have all testing being rolled out (i.e. aut

Re: [hibernate-dev] Merry Christmas everyone

2015-12-24 Thread Alex Snaps
Merry Christmas. And wishing you all a happy & yet challenging 2016! On Thu, Dec 24, 2015 at 4:37 PM Gunnar Morling wrote: > Merry Christmas and a happy New Year, everyone! > > It is a great pleasure to work with such an amazing bunch of people, > looking forward to tackle many more exciting thin

Re: [hibernate-dev] 5.1 tentative release date

2016-01-11 Thread Alex Snaps
caveat, while I still plan to work on this, as of this year I'm not working for Terracotta anymore... Basically, that's whenever I'll find time to do so. cc'ed Louis, in case some he wants to provide some more formal stance... Alex On Mon, Jan 11, 2016 at 11:00 AM Steve Ebersole w

Re: [hibernate-dev] Hibernate Core 3.5.0-Final release

2010-04-01 Thread Alex Snaps
> hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev > -- Alex Snaps Senior Software Engineer - Terracotta http://twitter.com/alexsnaps http://www.linkedin.com/in/alexsnaps __

[hibernate-dev] HHH-5326: Should UpdateTimestampsCache maintain the statistics for its region ?

2010-06-30 Thread Alex Snaps
Hey, I created that JIRA recently HHH-5326 I'm not sure whether there is a rational for this not being done already? If not I can start working on a patch for that, wdyt ? Thanks, Alex -- Alex Snaps Senior Software Engineer - Terracotta http://twitter.com/alexsnaps http://www.linkedin.c

[hibernate-dev] Ehcache upgrade

2011-04-05 Thread Alex Snaps
JIRA for that ? I also wondered about any release plan for these versions ? Thanks, Alex -- Alex Snaps Senior Software Engineer - Terracotta http://twitter.com/alexsnaps http://www.linkedin.com/in/alexsnaps ___ hibernate-dev mailing list hibernate-d

[hibernate-dev] Hibernate OGM

2011-05-11 Thread Alex Snaps
o instantiate the proper provider... The changes are available here: https://github.com/alexsnaps/hibernate-ogm/commit/d0fcbffed4c4bcc2aa5208c049ca5e870e07424e Hope that can be made useful… I also wanted to start looking into queries next. But I'll send another mail on that later. Thanks,

Re: [hibernate-dev] Hibernate OGM

2011-05-11 Thread Alex Snaps
? My first attempt was GridMap... On Wednesday 11 May 2011 at 16:50, Sanne Grinovero wrote: > 2011/5/11 Alex Snaps : > > On Wednesday 11 May 2011 at 15:38, Sanne Grinovero wrote: > > Hi Alex, > > > thank you I'm having a look and will comment more on github directly. &g

Re: [hibernate-dev] Hibernate OGM

2011-05-13 Thread Alex Snaps
gt; > > - Cache > > > - Database > > > - Bucket > > > > > > Note a fan of GridMap as it won't make sense for the post key/value > > > > > > On 11 mai 2011, at 17:24, Sanne Grinovero wrote: > > > > > > > 2011/5/

Re: [hibernate-dev] Hibernate OGM

2011-05-13 Thread Alex Snaps
hink this mainly due to me rebasing before rearranging & squashing my changes. Not so much at ease with git yet... But I'll find a way to clean that all up nicely when getting to a pull request. > > On 11 mai 2011, at 15:12, Alex Snaps wrote: > > > Hey, > > I'v

Re: [hibernate-dev] Hibernate OGM

2011-06-12 Thread Alex Snaps
ay). > > On 13 mai 2011, at 16:16, Alex Snaps wrote: > > > On Thursday 12 May 2011 at 17:17, Emmanuel Bernard wrote: > > I've significantly improved the GridDialect in my quest to use Atomic Maps > > for entity and associations. Unfortunately the change is not re

Re: [hibernate-dev] Ehcache integration

2011-06-21 Thread Alex Snaps
On Wednesday 8 June 2011 at 16:47, Strong Liu wrote: > > On Jun 8, 2011, at 9:02 PM, Steve Ebersole wrote: > > > The only use case I am really interested in for "simple map based" > > caching is the test suite. Its the whole reason I did not do the things > > Strong and I discussed on the oth

Re: [hibernate-dev] Ehcache integration

2011-06-21 Thread Alex Snaps
gt; package name like that, using "internal" in user's configuration file is not > a good ghing > > --- > Strong Liu mailto:st...@hibernate.org)> > http://hibernate.org > http://github.com/stliu > > On Jun 21, 2011, at 4:42 PM, Alex Snaps wrote:

Re: [hibernate-dev] Ehcache integration

2011-07-11 Thread Alex Snaps
ctories > (org.hibernate.cache.internal.RegionFactoryInitiator) to understand the > legacy class FQN as well.  Have a look at > org.hibernate.engine.transaction.internal.TransactionFactoryInitiator for an > example of somewhere else we do that. > > On 06/21/2011 04:56 AM, Al

Re: [hibernate-dev] Ehcache integration

2011-07-13 Thread Alex Snaps
On Wed, Jul 13, 2011 at 4:46 PM, Strong Liu wrote: > > > On Jul 11, 2011, at 10:48 PM, Alex Snaps wrote: > >> Hey guys, >> I've finished the port of all the Hibernate h2lc from the ehcache >> source base into the hibernate-ehcache module. >> Now, polishing

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Alex Snaps
Strong Liu wrote: > > > On Jul 14, 2011, at 4:57 AM, Steve Ebersole wrote: > >> Or do you mean java.util.ServiceLoader ? > > yes, i think Alex means this >> >> On Wed 13 Jul 2011 03:54:16 PM CDT, Steve Ebersole wrote: >>> On 07/13/2011 09:46 AM, Strong Liu wro

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Alex Snaps
is in process of moving from SettingsFactory.createRegionFactory to > RegionFactoryInitiator > > --- > Strong Liu > http://hibernate.org > http://github.com/stliu > > On Jul 14, 2011, at 4:57 PM, Alex Snaps wrote: > >> Yeah. >> I wanted to ha

Re: [hibernate-dev] Ehcache integration

2011-07-14 Thread Alex Snaps
sLoaderService(ClassLoaderService > classLoaderService) { >                this.classLoaderService = classLoaderService; >        } > . > } > > then the ClassLoaderService will be injected automaticly > > --- > Strong Liu > http://hibernate.org > http://github.com/stliu > > On Jul

Re: [hibernate-dev] Hibernate OGM split in modules, ready for new integrations!

2011-12-06 Thread Alex Snaps
backing > databases as much as possible. > > The basic build information can be found here: > http://docs.jboss.org/hibernate/ogm/3.0/reference/en-US/html/ogm-howtocontribute.html > > For any question, we're looking forward to help you! > > Regards, > Sanne > > 1 - > org.hibernate.ogm.test.utils.Test

[hibernate-dev] CacheKey serialization

2011-12-09 Thread Alex Snaps
not be affected. But users using persistent caches, or replicated caches would suffer from this afaict. So would users of 2 level-cache that do use on "plain-old Java Serialization". Anyways, just wanted to get your opinion on this. Thanks, Alex -- Alex Snaps Senior Softwar

Re: [hibernate-dev] natural-id to primary key cache

2012-03-06 Thread Alex Snaps
___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Alex Snaps Senior Software Engineer - Terracotta http://twitter.com/alexsnaps http://www.linkedin.com/in/alexsnaps _

[hibernate-dev] Timestamper

2012-04-26 Thread Alex Snaps
or the 3.x). Should I go ahead and create a jira, pull request, ... ? Cause, based on my experience, blaming it on crappy env. hasn't really worked out for me ;-) Alex -- Alex Snaps Senior Software Engineer - Terracotta http://twitter.com/alexsnaps h

Re: [hibernate-dev] Timestamper

2012-04-26 Thread Alex Snaps
als, and never goes back in time. > > Cheers, > Sanne > > On 26 April 2012 17:11, Alex Snaps wrote: >> Hey, >> I wanted to draw your attention to "an issue" we've hit with the >> nonblocking implementation of Timestamper, that you guys use as well. >> Ba

Re: [hibernate-dev] Timestamper

2012-04-27 Thread Alex Snaps
sting package to > make that completely apparent. > > > On Fri 27 Apr 2012 09:21:26 AM CDT, Alex Snaps wrote: >> >> I'm confused... The hibernate-ehcache module was using >> net.sf.ehcache.util.Timestamper (from 2.4.3) that internally uses the >> SlewClock ..

Re: [hibernate-dev] Question regarding method ReadWriteEhcacheNaturalIdRegionAccessStrategy#afterInsert

2012-06-14 Thread Alex Snaps
Item( value, null, region.nextTimestamp() ) ); > > I ask because after trying to resolve a Todo in StatefulPersistenceContext > (you find it by searching for "should be using access strategy, not plain > evict.. "), > some test in CachedMutableNaturalIdStrictReadWriteTest fails

[hibernate-dev] Hibernate & Java 5 ?

2009-12-01 Thread Alex Snaps
't find it. Thanks, Alex -- Alex Snaps Software Engineer - Terracotta http://twitter.com/alexsnaps http://www.linkedin.com/in/alexsnaps ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Hibernate & Java 5 ?

2009-12-01 Thread Alex Snaps
hat "statistics work" discussion?  I must have missed that.  But for > sure the hibernate-core module should remain 1.4 compatible.  Dropping > 1.4 support is on the roadmap, but not for 3.5 > > > On Tue, 2009-12-01 at 11:32 +0100, Alex Snaps wrote: >> Hey, >

Re: [hibernate-dev] Hibernate & Java 5 ?

2009-12-01 Thread Alex Snaps
in 1.4 > environments today.  So maybe we can just make it 1.5 compatible. > > Votes? > > > On Tue, 2009-12-01 at 14:38 +0100, Alex Snaps wrote: >> We've been doing some improvement to the Hibernate statistics at >> Terracotta, when we realized how much the

Re: [hibernate-dev] Hibernate & Java 5 ?

2009-12-09 Thread Alex Snaps
in 1.4 > environments today.  So maybe we can just make it 1.5 compatible. > > Votes? > > > On Tue, 2009-12-01 at 14:38 +0100, Alex Snaps wrote: >> We've been doing some improvement to the Hibernate statistics at >> Terracotta, when we realized how much the synchro

Re: [hibernate-dev] Hibernate & Java 5 ?

2009-12-09 Thread Alex Snaps
n't think it's critical to backport this for 1.4 JDK users. But if you > want to spare cycles... > > On 9 déc. 2009, at 12:48, Alex Snaps wrote: > >> I have finished a first version of it all: >> It is supporting both jdk 1.4 and 1.5+. So that if the >> java.u

Re: [hibernate-dev] Hibernate & Java 5 ?

2009-12-14 Thread Alex Snaps
option.  Then its mostly a matter of how disruptive > the change is. > > On Wed, 2009-12-09 at 14:12 +0100, Alex Snaps wrote: >> What about the dirty reads? Should I mark all getters as synchronized >> methods, or just leave it as is? Not knowing how intensively these >>

Re: [hibernate-dev] Hibernate & Java 5 ?

2009-12-15 Thread Alex Snaps
can you sign the JBoss contributor agreement (somewhat similar tot he > Apache foundation one) https://www.jboss.org/contribute and ping steve > afterwards. > > I've also commented inline your questions. > > On 14 déc. 2009, at 12:13, Alex Snaps wrote: > >> Attache