I've just cut 4.2.1.CR4 - hopefully the last before I can cut 4.2.1.FINAL soon. Feedback on this is very important. :-)
A bunch of things have been fixed - the changelog is here - and you know where downloads, forums, etc are!
Enjoy
Manik
Monday, 7 March 2011
Subscribe to:
Post Comments (Atom)
Any idea as to when this is targeted for GA or Final release?
ReplyDeleteManik,
ReplyDeleteI think there is a problem with string based Jdbc cache store. An exception is raised when I start a cache: java.lang.NoClassDefFoundError: org/infinispan/config/PluggableConfigurationComponent.
It was worked fine with CR3.
I ran strings against compiled JdbcStringBasedCacheStoreConfig.class:
* CR3:
$ strings JdbcStringBasedCacheStoreConfig.class | grep -i configuration
=()Lorg/infinispan/config/AbstractNamedCacheConfigurationBean;
9()Lorg/infinispan/config/CloneableConfigurationComponent;
* CR4:
$ strings JdbcStringBasedCacheStoreConfig.class | grep -i configuration
9()Lorg/infinispan/config/PluggableConfigurationComponent;
=()Lorg/infinispan/config/AbstractNamedCacheConfigurationBean;
9()Lorg/infinispan/config/CloneableConfigurationComponent;
Thanks,
daniel
@Poul We're testing some feedback received on this release candidate and once we're happy with it, a FINAL should follow very soon.
ReplyDelete@Daniel could you pls create a JIRA for this?
ReplyDelete