[
https://issues.apache.org/jira/browse/KARAF-6762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17155138#comment-17155138
]
ASF subversion and git services commented on KARAF-6762:
--------------------------------------------------------
Commit e01be4f06e419cb9bc48219c2b37a92baa0cf1f8 in karaf-cellar's branch
refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf-cellar.git;h=e01be4f ]
Merge pull request #79 from jbonofre/KARAF-6762
[KARAF-6762] Add jcache in the hazelcast feature in order to allow use of
hazelcast caching
> Possibility to use JCache with appended hazelcast instance
> ----------------------------------------------------------
>
> Key: KARAF-6762
> URL: https://issues.apache.org/jira/browse/KARAF-6762
> Project: Karaf
> Issue Type: New Feature
> Components: cellar
> Environment: It's reproducible with:
> 1) Install cellar
> feature:repo-add cellar
> feature:install cellar
> 2) THEN install JCache
> cluster:bundle-install -s default mvn:javax.cache/cache-api/1.1.0
> ...) More bundles
> 3) MUST restart karaf
> shutdown -r -f
> Now it's possible to use the cache api. (In other order it fails -
> reproducible)
>
> Reporter: Mike Hummel
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: cellar-4.2.0
>
>
> Cellar is coming with a hazelcast bundle. The bundle will not import packages
> from javax.cache/cache-api/1.1.0 and therefore it's not possible to use
> caching capabilities from hazelcast.
> Solutions could be dynamic imports or an optional reference to the cache api.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)