Are you planning to create a repository for all the cache store or one
for each cache store?
From a user perspective, I think that is a good idea because I believe
the cache store code rarely changes. However, it will make the developer
life a little bit more complex :)
Cheers,
Pedro
On 05/09/2013 01:22 PM, Mircea Markus wrote:
Hi,
Because of the hight number of dependencies and large distribution size (build time as
well) there were discussions about moving some of the cache stores into an independent git
repository under the infinispan project. Now that we have two more cache stores to be
integrated (JPA and MongoDB), it's a good opportunity to start a discussion around
this.
The cache stores I'm thinking about are: JPA, MongoDB (integrated them directly in
the new repository), Cassandra, Cloud, HBase, jdbm and bdbje. Or thinking more about it,
why not all of them but the file cache store - which is dependency free and it's nice
to ship it .
There are several options when it comes to releasing these stores. I think the simplest
is by to a maven repo (i.e. no .zip file). If there'll be demand for specific
distribution files we can always add it at a further point in time.
wdyt?
Cheers,