Re: [infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-20 Thread Radim Vansa
Hi, the heterogenous clusters link does not work. I also miss any 
related JIRA in release notes - is it really implemented?


Radim

On 11/19/2013 09:08 PM, Adrian Nistor wrote:

Dear Infinispan community,

We're pleased to announce the final release of Infinispan 6.0 
Infinium. Asannounced 
http://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html, 
this is the first Infinispan stable version to be released under the 
terms ofApache License v2.0 
http://www.apache.org/licenses/LICENSE-2.0.html.


This release brings some highly demanded features besides many 
stability enhancements and bug fixes:


 *
Support for remote query

http://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html.
It is now possible for the HotRod clients to query an Infinispan
grid using a new expressive query DSL. This querying functionality
is built on top of Apache Lucene and Google Protobuf and lays the
foundation for storing information and querying an Infinispan
server in a language neutral manner. The Java HotRod client has
already been enhanced to support this, the soon-to-be announced
C++ HotRod client will also contain this functionality (initially
for write/read, then full blown querying).
 *
C++ HotRod client.  Allows C++ applications to read and write
information from an Infinispan server. This is a fully fledged
HotRod client that is topology (level 2) and consistent hash aware
(level 3) and will be released in the following days. Some
features (such as Remote Query and SSL support) will be developed
during the next iteration so that it maintains feature parity with
its Java counterpart.
 *
Better persistence integration. We've revisited the entire cache
loader API and we're quite pleased with the result: the new
Persistence API

http://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.htmlbrought
by Infinispan 6.0 supports parallel iteration of the stored
entries, reduces the overall serialization overhead and also is
aligned with the JSR-107
http://jcp.org/en/jsr/detail?id=107specification, which makes
implementations more portable.

 *
A more efficient FileCacheStore implementation
http://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html.
This file store is built with efficiency in mind: it outperforms
the existing file store with up to 2 levels of magnitude. This
comes at a cost though, as keys need to be kept  in memory. Thanks
to Karsten Blees https://github.com/kbleesfor contributing this!
 *
Support for heterogeneous clusters

http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm.
Up to this release, every member of the cluster owns an equal
share of the cluster's data. This doesn't work well if one machine
is more powerful than the other cluster participants. This
functionality allows specifying the amount of data, compared with
the average, held by a particular machine.
 *
A new set of usage and performance statistics
https://issues.jboss.org/browse/ISPN-2861developed within the
scope of the CloudTM
projecthttps://issues.jboss.org/browse/ISPN-3234.
 *
JCache https://issues.jboss.org/browse/ISPN-3234(JSR-107)
implementation upgrade. First released in Infinispan 5.3.0, the
standard caching support is now upgraded to version 1.0.0-PFD.



For a complete list of features included in this release please refer 
to the release notes 
https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799version=12322480.
The user documentation for this release has been revamped and migrated 
to the new website http://infinispan.org/documentation/- we think it 
looks much better and hope you'll like it too!
This release has spread over a period of 5 months: a sustained effort 
from the core development team, QE team and our growing community - a 
BIG thanks to everybody involved! Please visit our downloads 
http://infinispan.org/download/section to find the latest release. 
Also if you have any questions please check our forums 
http://infinispan.org/community/, our mailing lists 
https://lists.jboss.org/mailman/listinfo/infinispan-devor ping us 
directly on IRC irc://irc.freenode.org/infinispan.


Cheers,
Adrian


___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev



--
Radim Vansa rva...@redhat.com
JBoss DataGrid QA

___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-20 Thread Dan Berindei
Yes, it was implemented in Beta1:
http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.html

Cheers
Dan


On Wed, Nov 20, 2013 at 11:37 AM, Radim Vansa rva...@redhat.com wrote:

  Hi, the heterogenous clusters link does not work. I also miss any
 related JIRA in release notes - is it really implemented?

 Radim


 On 11/19/2013 09:08 PM, Adrian Nistor wrote:

 Dear Infinispan community,

  We're pleased to announce the final release of Infinispan 6.0
 Infinium. As 
 announcedhttp://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html,
 this is the first Infinispan stable version to be released under the terms
 of Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0.html.

  This release brings some highly demanded features besides many stability
 enhancements and bug fixes:


-  Support for remote 
 queryhttp://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html.
It is now possible for the HotRod clients to query an Infinispan grid using
a new expressive query DSL. This querying functionality is built on top of
Apache Lucene and Google Protobuf and lays the foundation for storing
information and querying an Infinispan server in a language neutral manner.
The Java HotRod client has already been enhanced to support this, the
soon-to-be announced C++ HotRod client will also contain this functionality
(initially for write/read, then full blown querying).
 -  C++ HotRod client.  Allows C++ applications to read and write
information from an Infinispan server. This is a fully fledged HotRod
client that is topology (level 2) and consistent hash aware (level 3) and
will be released in the following days. Some features (such as Remote Query
and SSL support) will be developed during the next iteration so that it
maintains feature parity with its Java counterpart.
 -  Better persistence integration. We’ve revisited the entire cache
loader API and we’re quite pleased with the result: the new Persistence

 APIhttp://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.htmlbrought
  by Infinispan 6.0 supports parallel iteration of the stored
entries, reduces the overall serialization overhead and also is aligned
with the JSR-107 http://jcp.org/en/jsr/detail?id=107 specification,
which makes implementations more portable.


-  A more efficient FileCacheStore 
 implementationhttp://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html.
This file store is built with efficiency in mind: it outperforms the
existing file store with up to 2 levels of magnitude. This comes at a cost
though, as keys need to be kept  in memory. Thanks to Karsten 
 Bleeshttps://github.com/kbleesfor contributing this!
 -  Support for heterogeneous 
 clustershttp://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm.
Up to this release, every member of the cluster owns an equal share of the
cluster’s data. This doesn’t work well if one machine is more powerful than
the other cluster participants. This functionality allows specifying the
amount of data, compared with the average, held by a particular machine.
 -  A new set of usage and performance 
 statisticshttps://issues.jboss.org/browse/ISPN-2861developed within the 
 scope of the CloudTM projecthttps://issues.jboss.org/browse/ISPN-3234
.
 -  JCache https://issues.jboss.org/browse/ISPN-3234 (JSR-107)
implementation upgrade. First released in Infinispan 5.3.0, the standard
caching support is now upgraded to version 1.0.0-PFD.



  For a complete list of features included in this release please refer to
 the release 
 noteshttps://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799version=12322480
 .
  The user documentation for this release has been revamped and migrated
 to the new website http://infinispan.org/documentation/ - we think it
 looks much better and hope you’ll like it too!
  This release has spread over a period of 5 months: a sustained effort
 from the core development team, QE team and our growing community - a BIG
 thanks to everybody involved! Please visit our 
 downloadshttp://infinispan.org/download/section to find the latest release. 
 Also if you have any questions please
 check our forums http://infinispan.org/community/, our mailing 
 listshttps://lists.jboss.org/mailman/listinfo/infinispan-devor ping us 
 directly on
 IRC.

  Cheers,
  Adrian


 ___
 infinispan-dev mailing 
 listinfinispan-dev@lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/infinispan-dev



 --
 Radim Vansa rva...@redhat.com rva...@redhat.com
 JBoss DataGrid QA


 ___
 infinispan-dev mailing list
 infinispan-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/infinispan-dev

___
infinispan-dev mailing list

Re: [infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-20 Thread Adrian Nistor

Thanks for pointing that out. I've fixed the url in the blog post now.

On 11/20/2013 02:56 PM, Dan Berindei wrote:
Yes, it was implemented in Beta1: 
http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.html 



Cheers
Dan


On Wed, Nov 20, 2013 at 11:37 AM, Radim Vansa rva...@redhat.com 
mailto:rva...@redhat.com wrote:


Hi, the heterogenous clusters link does not work. I also miss
any related JIRA in release notes - is it really implemented?

Radim


On 11/19/2013 09:08 PM, Adrian Nistor wrote:

Dear Infinispan community,

We're pleased to announce the final release of Infinispan 6.0
Infinium. Asannounced

http://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html,
this is the first Infinispan stable version to be released under
the terms ofApache License v2.0
http://www.apache.org/licenses/LICENSE-2.0.html.

This release brings some highly demanded features besides many
stability enhancements and bug fixes:

 *
Support for remote query

http://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html.
It is now possible for the HotRod clients to query an
Infinispan grid using a new expressive query DSL. This
querying functionality is built on top of Apache Lucene and
Google Protobuf and lays the foundation for storing
information and querying an Infinispan server in a language
neutral manner. The Java HotRod client has already been
enhanced to support this, the soon-to-be announced C++ HotRod
client will also contain this functionality (initially for
write/read, then full blown querying).
 *
C++ HotRod client.  Allows C++ applications to read and write
information from an Infinispan server. This is a fully
fledged HotRod client that is topology (level 2) and
consistent hash aware (level 3) and will be released in the
following days. Some features (such as Remote Query and SSL
support) will be developed during the next iteration so that
it maintains feature parity with its Java counterpart.
 *
Better persistence integration. We've revisited the entire
cache loader API and we're quite pleased with the result: the
new Persistence API

http://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.htmlbrought
by Infinispan 6.0 supports parallel iteration of the stored
entries, reduces the overall serialization overhead and also
is aligned with the JSR-107
http://jcp.org/en/jsr/detail?id=107specification, which
makes implementations more portable.

 *
A more efficient FileCacheStore implementation

http://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html.
This file store is built with efficiency in mind: it
outperforms the existing file store with up to 2 levels of
magnitude. This comes at a cost though, as keys need to be
kept  in memory. Thanks to Karsten Blees
https://github.com/kbleesfor contributing this!
 *
Support for heterogeneous clusters

http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm.
Up to this release, every member of the cluster owns an equal
share of the cluster's data. This doesn't work well if one
machine is more powerful than the other cluster participants.
This functionality allows specifying the amount of data,
compared with the average, held by a particular machine.
 *
A new set of usage and performance statistics
https://issues.jboss.org/browse/ISPN-2861developed within
the scope of the CloudTM
projecthttps://issues.jboss.org/browse/ISPN-3234.
 *
JCache https://issues.jboss.org/browse/ISPN-3234(JSR-107)
implementation upgrade. First released in Infinispan 5.3.0,
the standard caching support is now upgraded to version
1.0.0-PFD.



For a complete list of features included in this release please
refer to the release notes

https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799version=12322480.
The user documentation for this release has been revamped and
migrated to the new website
http://infinispan.org/documentation/- we think it looks much
better and hope you'll like it too!
This release has spread over a period of 5 months: a sustained
effort from the core development team, QE team and our growing
community - a BIG thanks to everybody involved! Please visit our
downloads http://infinispan.org/download/section to find the
latest release. Also if you have any questions please check our
forums http://infinispan.org/community/, our mailing lists
https://lists.jboss.org/mailman/listinfo/infinispan-devor ping
us directly on IRC.

Cheers,

Re: [infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-20 Thread Adrian Nistor

Thanks Manik! Website rendering and twitter are fixed now.

On 11/20/2013 12:49 AM, Manik Surtani wrote:

Congrats.

Looks like a few things went missing though:

* Nothing on Twitter?
* C++ docs fail - http://infinispan.org/docs/hotrod-clients/cpp/
* The fact that there is a stable but no unstable causes some 
weirdness in the website rendering.  See the Java client - 
http://infinispan.org/hotrod-clients/
* Some cache stores still undocumented - e.g., REST 
http://infinispan.org/docs/cachestores/rest/


- M


On 19 November 2013 12:08, Adrian Nistor anis...@redhat.com 
mailto:anis...@redhat.com wrote:


Dear Infinispan community,

We're pleased to announce the final release of Infinispan 6.0
Infinium. Asannounced

http://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html,
this is the first Infinispan stable version to be released under
the terms ofApache License v2.0
http://www.apache.org/licenses/LICENSE-2.0.html.

This release brings some highly demanded features besides many
stability enhancements and bug fixes:

 *
Support for remote query

http://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html.
It is now possible for the HotRod clients to query an
Infinispan grid using a new expressive query DSL. This
querying functionality is built on top of Apache Lucene and
Google Protobuf and lays the foundation for storing
information and querying an Infinispan server in a language
neutral manner. The Java HotRod client has already been
enhanced to support this, the soon-to-be announced C++ HotRod
client will also contain this functionality (initially for
write/read, then full blown querying).
 *
C++ HotRod client.  Allows C++ applications to read and write
information from an Infinispan server. This is a fully fledged
HotRod client that is topology (level 2) and consistent hash
aware (level 3) and will be released in the following days.
Some features (such as Remote Query and SSL support) will be
developed during the next iteration so that it maintains
feature parity with its Java counterpart.
 *
Better persistence integration. We've revisited the entire
cache loader API and we're quite pleased with the result: the
new Persistence API

http://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.htmlbrought
by Infinispan 6.0 supports parallel iteration of the stored
entries, reduces the overall serialization overhead and also
is aligned with the JSR-107
http://jcp.org/en/jsr/detail?id=107specification, which
makes implementations more portable.

 *
A more efficient FileCacheStore implementation

http://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html.
This file store is built with efficiency in mind: it
outperforms the existing file store with up to 2 levels of
magnitude. This comes at a cost though, as keys need to be
kept  in memory. Thanks to Karsten Blees
https://github.com/kbleesfor contributing this!
 *
Support for heterogeneous clusters

http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm.
Up to this release, every member of the cluster owns an equal
share of the cluster's data. This doesn't work well if one
machine is more powerful than the other cluster participants.
This functionality allows specifying the amount of data,
compared with the average, held by a particular machine.
 *
A new set of usage and performance statistics
https://issues.jboss.org/browse/ISPN-2861developed within
the scope of the CloudTM
projecthttps://issues.jboss.org/browse/ISPN-3234.
 *
JCache https://issues.jboss.org/browse/ISPN-3234(JSR-107)
implementation upgrade. First released in Infinispan 5.3.0,
the standard caching support is now upgraded to version 1.0.0-PFD.



For a complete list of features included in this release please
refer to the release notes

https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799version=12322480.
The user documentation for this release has been revamped and
migrated to the new website
http://infinispan.org/documentation/- we think it looks much
better and hope you'll like it too!
This release has spread over a period of 5 months: a sustained
effort from the core development team, QE team and our growing
community - a BIG thanks to everybody involved! Please visit our
downloads http://infinispan.org/download/section to find the
latest release. Also if you have any questions please check our
forums http://infinispan.org/community/, our mailing lists

Re: [infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-20 Thread Vladimir Blagojevic

On 11/20/2013, 10:30 AM, Adrian Nistor wrote:

Thanks Manik! Website rendering and twitter are fixed now.
Adrian, I made a mistake with source highlighter for c++. It worked 
locally for me but I believe these highlighters are version dependent. I 
am pushing a PR now that should fix it. Lets take this over to IRC.


Vladimir
___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

[infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-19 Thread Adrian Nistor

Dear Infinispan community,

We're pleased to announce the final release of Infinispan 6.0 
Infinium. Asannounced 
http://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html, 
this is the first Infinispan stable version to be released under the 
terms ofApache License v2.0 
http://www.apache.org/licenses/LICENSE-2.0.html.


This release brings some highly demanded features besides many stability 
enhancements and bug fixes:


 *
   Support for remote query
   
http://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html.
   It is now possible for the HotRod clients to query an Infinispan
   grid using a new expressive query DSL. This querying functionality
   is built on top of Apache Lucene and Google Protobuf and lays the
   foundation for storing information and querying an Infinispan server
   in a language neutral manner. The Java HotRod client has already
   been enhanced to support this, the soon-to-be announced C++ HotRod
   client will also contain this functionality (initially for
   write/read, then full blown querying).
 *
   C++ HotRod client.  Allows C++ applications to read and write
   information from an Infinispan server. This is a fully fledged
   HotRod client that is topology (level 2) and consistent hash aware
   (level 3) and will be released in the following days. Some features
   (such as Remote Query and SSL support) will be developed during the
   next iteration so that it maintains feature parity with its Java
   counterpart.
 *
   Better persistence integration. We've revisited the entire cache
   loader API and we're quite pleased with the result: the new
   Persistence API
   
http://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.htmlbrought
   by Infinispan 6.0 supports parallel iteration of the stored entries,
   reduces the overall serialization overhead and also is aligned with
   the JSR-107 http://jcp.org/en/jsr/detail?id=107specification,
   which makes implementations more portable.

 *
   A more efficient FileCacheStore implementation
   http://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html.
   This file store is built with efficiency in mind: it outperforms the
   existing file store with up to 2 levels of magnitude. This comes at
   a cost though, as keys need to be kept  in memory. Thanks to Karsten
   Blees https://github.com/kbleesfor contributing this!
 *
   Support for heterogeneous clusters
   
http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm.
   Up to this release, every member of the cluster owns an equal share
   of the cluster's data. This doesn't work well if one machine is more
   powerful than the other cluster participants. This functionality
   allows specifying the amount of data, compared with the average,
   held by a particular machine.
 *
   A new set of usage and performance statistics
   https://issues.jboss.org/browse/ISPN-2861developed within the
   scope of the CloudTM projecthttps://issues.jboss.org/browse/ISPN-3234.
 *
   JCache https://issues.jboss.org/browse/ISPN-3234(JSR-107)
   implementation upgrade. First released in Infinispan 5.3.0, the
   standard caching support is now upgraded to version 1.0.0-PFD.



For a complete list of features included in this release please refer to 
the release notes 
https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799version=12322480.
The user documentation for this release has been revamped and migrated 
to the new website http://infinispan.org/documentation/- we think it 
looks much better and hope you'll like it too!
This release has spread over a period of 5 months: a sustained effort 
from the core development team, QE team and our growing community - a 
BIG thanks to everybody involved! Please visit our downloads 
http://infinispan.org/download/section to find the latest release. 
Also if you have any questions please check our forums 
http://infinispan.org/community/, our mailing lists 
https://lists.jboss.org/mailman/listinfo/infinispan-devor ping us 
directly on IRC irc://irc.freenode.org/infinispan.


Cheers,
Adrian
___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-19 Thread Manik Surtani
Congrats.

Looks like a few things went missing though:

* Nothing on Twitter?
* C++ docs fail - http://infinispan.org/docs/hotrod-clients/cpp/
* The fact that there is a stable but no unstable causes some weirdness in
the website rendering.  See the Java client -
http://infinispan.org/hotrod-clients/
* Some cache stores still undocumented - e.g., REST
http://infinispan.org/docs/cachestores/rest/

- M


On 19 November 2013 12:08, Adrian Nistor anis...@redhat.com wrote:

  Dear Infinispan community,

  We're pleased to announce the final release of Infinispan 6.0
 Infinium. As 
 announcedhttp://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html,
 this is the first Infinispan stable version to be released under the terms
 of Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0.html.

  This release brings some highly demanded features besides many stability
 enhancements and bug fixes:


-  Support for remote 
 queryhttp://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html.
It is now possible for the HotRod clients to query an Infinispan grid using
a new expressive query DSL. This querying functionality is built on top of
Apache Lucene and Google Protobuf and lays the foundation for storing
information and querying an Infinispan server in a language neutral manner.
The Java HotRod client has already been enhanced to support this, the
soon-to-be announced C++ HotRod client will also contain this functionality
(initially for write/read, then full blown querying).
 -  C++ HotRod client.  Allows C++ applications to read and write
information from an Infinispan server. This is a fully fledged HotRod
client that is topology (level 2) and consistent hash aware (level 3) and
will be released in the following days. Some features (such as Remote Query
and SSL support) will be developed during the next iteration so that it
maintains feature parity with its Java counterpart.
 -  Better persistence integration. We’ve revisited the entire cache
loader API and we’re quite pleased with the result: the new Persistence

 APIhttp://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.htmlbrought
  by Infinispan 6.0 supports parallel iteration of the stored
entries, reduces the overall serialization overhead and also is aligned
with the JSR-107 http://jcp.org/en/jsr/detail?id=107 specification,
which makes implementations more portable.


-  A more efficient FileCacheStore 
 implementationhttp://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html.
This file store is built with efficiency in mind: it outperforms the
existing file store with up to 2 levels of magnitude. This comes at a cost
though, as keys need to be kept  in memory. Thanks to Karsten 
 Bleeshttps://github.com/kbleesfor contributing this!
 -  Support for heterogeneous 
 clustershttp://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm.
Up to this release, every member of the cluster owns an equal share of the
cluster’s data. This doesn’t work well if one machine is more powerful than
the other cluster participants. This functionality allows specifying the
amount of data, compared with the average, held by a particular machine.
 -  A new set of usage and performance 
 statisticshttps://issues.jboss.org/browse/ISPN-2861developed within the 
 scope of the CloudTM projecthttps://issues.jboss.org/browse/ISPN-3234
.
 -  JCache https://issues.jboss.org/browse/ISPN-3234 (JSR-107)
implementation upgrade. First released in Infinispan 5.3.0, the standard
caching support is now upgraded to version 1.0.0-PFD.



  For a complete list of features included in this release please refer to
 the release 
 noteshttps://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799version=12322480
 .
  The user documentation for this release has been revamped and migrated
 to the new website http://infinispan.org/documentation/ - we think it
 looks much better and hope you’ll like it too!
  This release has spread over a period of 5 months: a sustained effort
 from the core development team, QE team and our growing community - a BIG
 thanks to everybody involved! Please visit our 
 downloadshttp://infinispan.org/download/section to find the latest release. 
 Also if you have any questions please
 check our forums http://infinispan.org/community/, our mailing 
 listshttps://lists.jboss.org/mailman/listinfo/infinispan-devor ping us 
 directly on
 IRC.

  Cheers,
  Adrian

 ___
 infinispan-dev mailing list
 infinispan-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/infinispan-dev

___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Infinispan 6.0.0.Final is out!

2013-11-19 Thread Bela Ban
Congrats !

Note that the link to heterogeneous clusters doesn't work

On 11/19/13 9:08 PM, Adrian Nistor wrote:
 Dear Infinispan community,

 We're pleased to announce the final release of Infinispan 6.0
 Infinium. Asannounced
 http://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html,
 this is the first Infinispan stable version to be released under the
 terms ofApache License v2.0
 http://www.apache.org/licenses/LICENSE-2.0.html.

 This release brings some highly demanded features besides many stability
 enhancements and bug fixes:

   *
 Support for remote query
 
 http://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html.
 It is now possible for the HotRod clients to query an Infinispan
 grid using a new expressive query DSL. This querying functionality
 is built on top of Apache Lucene and Google Protobuf and lays the
 foundation for storing information and querying an Infinispan server
 in a language neutral manner. The Java HotRod client has already
 been enhanced to support this, the soon-to-be announced C++ HotRod
 client will also contain this functionality (initially for
 write/read, then full blown querying).
   *
 C++ HotRod client.  Allows C++ applications to read and write
 information from an Infinispan server. This is a fully fledged
 HotRod client that is topology (level 2) and consistent hash aware
 (level 3) and will be released in the following days. Some features
 (such as Remote Query and SSL support) will be developed during the
 next iteration so that it maintains feature parity with its Java
 counterpart.
   *
 Better persistence integration. We’ve revisited the entire cache
 loader API and we’re quite pleased with the result: the new
 Persistence API
 
 http://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.htmlbrought
 by Infinispan 6.0 supports parallel iteration of the stored entries,
 reduces the overall serialization overhead and also is aligned with
 the JSR-107 http://jcp.org/en/jsr/detail?id=107specification,
 which makes implementations more portable.

   *
 A more efficient FileCacheStore implementation
 
 http://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html.
 This file store is built with efficiency in mind: it outperforms the
 existing file store with up to 2 levels of magnitude. This comes at
 a cost though, as keys need to be kept  in memory. Thanks to Karsten
 Blees https://github.com/kbleesfor contributing this!
   *
 Support for heterogeneous clusters
 
 http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm.
 Up to this release, every member of the cluster owns an equal share
 of the cluster’s data. This doesn’t work well if one machine is more
 powerful than the other cluster participants. This functionality
 allows specifying the amount of data, compared with the average,
 held by a particular machine.
   *
 A new set of usage and performance statistics
 https://issues.jboss.org/browse/ISPN-2861developed within the
 scope of the CloudTM projecthttps://issues.jboss.org/browse/ISPN-3234.
   *
 JCache https://issues.jboss.org/browse/ISPN-3234(JSR-107)
 implementation upgrade. First released in Infinispan 5.3.0, the
 standard caching support is now upgraded to version 1.0.0-PFD.



 For a complete list of features included in this release please refer to
 the release notes
 https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799version=12322480.
 The user documentation for this release has been revamped and migrated
 to the new website http://infinispan.org/documentation/- we think it
 looks much better and hope you’ll like it too!
 This release has spread over a period of 5 months: a sustained effort
 from the core development team, QE team and our growing community - a
 BIG thanks to everybody involved! Please visit our downloads
 http://infinispan.org/download/section to find the latest release.
 Also if you have any questions please check our forums
 http://infinispan.org/community/, our mailing lists
 https://lists.jboss.org/mailman/listinfo/infinispan-devor ping us
 directly on IRC irc://irc.freenode.org/infinispan.

 Cheers,
 Adrian


 ___
 infinispan-dev mailing list
 infinispan-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/infinispan-dev


-- 
Bela Ban, JGroups lead (http://www.jgroups.org)
___
infinispan-dev mailing list
infinispan-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev