Updated docs
by Manik Surtani
Whew, finally done overhauling the 3.0 docs. :-) It's all pretty much
rewritten, especially the bits on eviction, transactions and
concurrency, configuration and JMX.
Have a look, here's a snapshot. Feedback is much appreciated.
http://snapshots.jboss.org/maven2/org/jboss/cache/jbosscache-core/3.0.0-S...
I hope to cut another CR later today once I stabilise a few
intermittent tests, and hopefully go gold with a GA by the end of next
week. There isn't much open in JIRA for this release and like I said,
apart from a few intermittent failures, I don't foresee anything
holding up the GA.
Cheers
--
Manik Surtani
Lead, JBoss Cache
manik(a)jboss.org
16 years, 1 month
To GA or not to GA...
by Manik Surtani
People,
If everyone is happy with 2.2.1.CR2 then I propose tagging the GA and
passing it on to QE to release.
Thoughts?
--
Manik Surtani
Lead, JBoss Cache
manik(a)jboss.org
16 years, 1 month
cache-jbosscache3 module for Hibernate Core
by Manik Surtani
Guys,
The API of JBC 3.0 is compatible with 2.x so the actual provider code
should not change, but we probably want to test MVCC as a locking
scheme as well.
So, we either
1) need a cache-jbosscache3 module (yuk!), copy the providers and
existing tests from cache-jbosscache2 and add a few extra tests.
or,
2) assume that cache-jbosscache2 refers to an API and not a version
of the cache. So update the cache used in cache-jbosscache2 to 3.0.0,
and add the extra MVCC tests as well.
My pref would be for 2, what do you guys think?
Cheers
--
Manik Surtani
Lead, JBoss Cache
manik(a)jboss.org
16 years, 1 month
JBC 3.0.0 with Hibernate
by Manik Surtani
Guys,
FYI, I've just run the Hibernate trunk (3.4.0-SNAPSHOT)'s cache-
jbosscache2 module test suite with 3.0.0.CR1 and it passed 100%. But
this uses Optimistic Locking and Pessimistic Locking. The next step
would be in creating a cache-jbosscache3 module, along with tests for
MVCC.
Cheers,
--
Manik Surtani
Lead, JBoss Cache
manik(a)jboss.org
16 years, 1 month