Results 1 to 3 of 3

Thread: Small OSGi bundle headers fix

Hybrid View

  1. #1

    Default Small OSGi bundle headers fix

    Any chance the upcoming release of 3.1.0 can allow a wider package version range for EHCache? Right now, it's "[1.4.1, 2.0.0)". The latest ehcache available as a bundle is 1.6.2 (still pretty old). I was hoping to try a distributed ACL cache with Terracotta, but it won't happen with EHCache 1.x on OSGi (Virgo, in my case).

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    If 2+ supports the same APIs that we require, then there's no reason why not. Please open a Jira issue.
    Spring - by Pivotal
    twitter @tekul

  3. #3

    Default

    Seems to, for the ACL cache. I can say the unit tests will break for that; the default cache store doesn't behave like it used to, so the test assumptions are broken (maxElementsInMemory = 0 means no limit now, not straight-to-disk like it used to).

    I've done a git clone and managed a build against 2.4.0, so the APIs appear to be there. I'll take this over to JIRA.

    Thanks.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •