You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "jaikiran pai (JIRA)" <ji...@apache.org> on 2017/08/05 15:53:00 UTC

[jira] [Resolved] (IVY-804) 'cache' property defined twice in typedef.properties

     [ https://issues.apache.org/jira/browse/IVY-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai resolved IVY-804.
------------------------------
       Resolution: Fixed
    Fix Version/s: master

The {{cache}} property value {{org.apache.ivy.plugins.resolver.CacheResolver}} which hasn't been functional through this properties file, for a while now, has now been removed from this file. The CacheResolver itself isn't documented in the public docs and at the moment, I don't see it being used in the Ivy code either. The class {{org.apache.ivy.plugins.resolver.CacheResolver}} will continue to exist for now.

> 'cache' property defined twice in typedef.properties
> ----------------------------------------------------
>
>                 Key: IVY-804
>                 URL: https://issues.apache.org/jira/browse/IVY-804
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0-beta-2, 2.4.0
>            Reporter: James P. White
>            Assignee: jaikiran pai
>             Fix For: master
>
>
> There are two settings for 'cache' in ivy/src/java/org/apache/ivy/core/settings/typedef.properties:
> {noformat}cache		= org.apache.ivy.plugins.resolver.CacheResolver
> cache		= org.apache.ivy.core.cache.DefaultRepositoryCacheManager
> {noformat}
> That is probably wrong (or at least not a good idea).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)