You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Vivek Mishra <mi...@gmail.com> on 2012/09/22 03:15:59 UTC

Kundera 2.1 released

Hi All,

We are happy to announce release of Kundera 2.0.7.

Kundera is a JPA 2.0 based, object-datastore papping library for NoSQL
datastores. The idea behind Kundera is to make working with NoSQL Databases
drop-dead simple and fun. It currently supports Cassandra, HBase, MongoDB
and relational databases.

Major Changes in this release:
-------------------------------------------
* Allow user to set specific CQL versioning.

* Batch insert/update for Cassandra/MongoDB/HBase.

* Extended JPA Metamodel/TypedQuery/ProviderUtil implementation.

* Another Thrift client implementation for Cassandra.

* Deprecated support for properties with XML based Column
family/Table/server specific property configuration for Cassandra, MongoDB
and HBase.

* Stronger query support:
     a) JPQL support over all data types and associations.
     b) JPQL support to query using primary key alongwith other columns.

 * Fixed github issues:

   https://github.com/impetus-opensource/Kundera/issues/90
   https://github.com/impetus-opensource/Kundera/issues/91
   https://github.com/impetus-opensource/Kundera/issues/92
   https://github.com/impetus-opensource/Kundera/issues/93
   https://github.com/impetus-opensource/Kundera/issues/94
   https://github.com/impetus-opensource/Kundera/issues/96
   https://github.com/impetus-opensource/Kundera/issues/98
   https://github.com/impetus-opensource/Kundera/issues/99
   https://github.com/impetus-opensource/Kundera/issues/100
   https://github.com/impetus-opensource/Kundera/issues/101
   https://github.com/impetus-opensource/Kundera/issues/102
   https://github.com/impetus-opensource/Kundera/issues/104
   https://github.com/impetus-opensource/Kundera/issues/106
   https://github.com/impetus-opensource/Kundera/issues/107
   https://github.com/impetus-opensource/Kundera/issues/108
   https://github.com/impetus-opensource/Kundera/issues/109
   https://github.com/impetus-opensource/Kundera/issues/111
   https://github.com/impetus-opensource/Kundera/issues/112
   https://github.com/impetus-opensource/Kundera/issues/116


To download, use or contribute to Kundera, visit:
http://github.com/impetus-opensource/Kundera

Latest released tag version is 2.1. Kundera maven libraries are now
available at:
https://oss.sonatype.org/content/repositories/releases/com/impetus and
http://kundera.googlecode.com/svn/maven2/maven-missing-resources.

Sample codes and examples for using Kundera can be found here:
http://github.com/impetus-opensource/Kundera-Examples
and
https://github.com/impetus-opensource/Kundera/tree/trunk/kundera-tests

Thank you all for your contributions!

Regards,
Kundera Team.

Re: Kundera 2.1 released

Posted by Vivek Mishra <mi...@gmail.com>.
Sorry for typo, this is 2.1 release.

-Vivek

On Sat, Sep 22, 2012 at 6:45 AM, Vivek Mishra <mi...@gmail.com> wrote:

> Hi All,
>
> We are happy to announce release of Kundera 2.0.7.
>
> Kundera is a JPA 2.0 based, object-datastore papping library for NoSQL
> datastores. The idea behind Kundera is to make working with NoSQL Databases
> drop-dead simple and fun. It currently supports Cassandra, HBase, MongoDB
> and relational databases.
>
> Major Changes in this release:
> -------------------------------------------
> * Allow user to set specific CQL versioning.
>
> * Batch insert/update for Cassandra/MongoDB/HBase.
>
> * Extended JPA Metamodel/TypedQuery/ProviderUtil implementation.
>
> * Another Thrift client implementation for Cassandra.
>
> * Deprecated support for properties with XML based Column
> family/Table/server specific property configuration for Cassandra, MongoDB
> and HBase.
>
> * Stronger query support:
>      a) JPQL support over all data types and associations.
>      b) JPQL support to query using primary key alongwith other columns.
>
>  * Fixed github issues:
>
>    https://github.com/impetus-opensource/Kundera/issues/90
>    https://github.com/impetus-opensource/Kundera/issues/91
>    https://github.com/impetus-opensource/Kundera/issues/92
>    https://github.com/impetus-opensource/Kundera/issues/93
>    https://github.com/impetus-opensource/Kundera/issues/94
>    https://github.com/impetus-opensource/Kundera/issues/96
>    https://github.com/impetus-opensource/Kundera/issues/98
>    https://github.com/impetus-opensource/Kundera/issues/99
>    https://github.com/impetus-opensource/Kundera/issues/100
>    https://github.com/impetus-opensource/Kundera/issues/101
>    https://github.com/impetus-opensource/Kundera/issues/102
>    https://github.com/impetus-opensource/Kundera/issues/104
>    https://github.com/impetus-opensource/Kundera/issues/106
>    https://github.com/impetus-opensource/Kundera/issues/107
>    https://github.com/impetus-opensource/Kundera/issues/108
>    https://github.com/impetus-opensource/Kundera/issues/109
>    https://github.com/impetus-opensource/Kundera/issues/111
>    https://github.com/impetus-opensource/Kundera/issues/112
>    https://github.com/impetus-opensource/Kundera/issues/116
>
>
> To download, use or contribute to Kundera, visit:
> http://github.com/impetus-opensource/Kundera
>
> Latest released tag version is 2.1. Kundera maven libraries are now
> available at:
> https://oss.sonatype.org/content/repositories/releases/com/impetus and
> http://kundera.googlecode.com/svn/maven2/maven-missing-resources.
>
> Sample codes and examples for using Kundera can be found here:
> http://github.com/impetus-opensource/Kundera-Examples
> and
> https://github.com/impetus-opensource/Kundera/tree/trunk/kundera-tests
>
> Thank you all for your contributions!
>
> Regards,
> Kundera Team.
>

Re: Kundera 2.1 released

Posted by Brian O'Neill <bo...@alumni.brown.edu>.
Well done, Vivek and team!!  This release was much anticipated.

I'll give this a test with Spring Data JPA when I return from vacation.

thanks,
-brian


On Sep 21, 2012, at 9:15 PM, Vivek Mishra wrote:

> Hi All,
> 
> We are happy to announce release of Kundera 2.0.7.
> 
> Kundera is a JPA 2.0 based, object-datastore papping library for NoSQL datastores. The idea behind Kundera is to make working with NoSQL Databases
> drop-dead simple and fun. It currently supports Cassandra, HBase, MongoDB and relational databases.
> 
> Major Changes in this release:
> -------------------------------------------
> * Allow user to set specific CQL versioning.
> 
> * Batch insert/update for Cassandra/MongoDB/HBase.
> 
> * Extended JPA Metamodel/TypedQuery/ProviderUtil implementation.
> 
> * Another Thrift client implementation for Cassandra.
> 
> * Deprecated support for properties with XML based Column family/Table/server specific property configuration for Cassandra, MongoDB and HBase.
> 
> * Stronger query support:
>      a) JPQL support over all data types and associations.
>      b) JPQL support to query using primary key alongwith other columns.
> 
>  * Fixed github issues:
> 
>    https://github.com/impetus-opensource/Kundera/issues/90
>    https://github.com/impetus-opensource/Kundera/issues/91
>    https://github.com/impetus-opensource/Kundera/issues/92
>    https://github.com/impetus-opensource/Kundera/issues/93
>    https://github.com/impetus-opensource/Kundera/issues/94
>    https://github.com/impetus-opensource/Kundera/issues/96
>    https://github.com/impetus-opensource/Kundera/issues/98
>    https://github.com/impetus-opensource/Kundera/issues/99
>    https://github.com/impetus-opensource/Kundera/issues/100
>    https://github.com/impetus-opensource/Kundera/issues/101
>    https://github.com/impetus-opensource/Kundera/issues/102
>    https://github.com/impetus-opensource/Kundera/issues/104
>    https://github.com/impetus-opensource/Kundera/issues/106
>    https://github.com/impetus-opensource/Kundera/issues/107 
>    https://github.com/impetus-opensource/Kundera/issues/108
>    https://github.com/impetus-opensource/Kundera/issues/109
>    https://github.com/impetus-opensource/Kundera/issues/111
>    https://github.com/impetus-opensource/Kundera/issues/112   
>    https://github.com/impetus-opensource/Kundera/issues/116
> 
> 
> To download, use or contribute to Kundera, visit:
> http://github.com/impetus-opensource/Kundera
> 
> Latest released tag version is 2.1. Kundera maven libraries are now available at: https://oss.sonatype.org/content/repositories/releases/com/impetus and http://kundera.googlecode.com/svn/maven2/maven-missing-resources.
> 
> Sample codes and examples for using Kundera can be found here:
> http://github.com/impetus-opensource/Kundera-Examples
> and 
> https://github.com/impetus-opensource/Kundera/tree/trunk/kundera-tests
> 
> Thank you all for your contributions!
> 
> Regards,
> Kundera Team.

-- 
Brian ONeill
Lead Architect, Health Market Science (http://healthmarketscience.com)
mobile:215.588.6024
blog: http://weblogs.java.net/blog/boneill42/
blog: http://brianoneill.blogspot.com/