Monday 7 March 2011

One last release candidate for 4.2.1

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

4 comments:

  1. Any idea as to when this is targeted for GA or Final release?

    ReplyDelete
  2. Manik,

    I 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

    ReplyDelete
  3. @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
  4. @Daniel could you pls create a JIRA for this?

    ReplyDelete