[rfc][icedtea-web] DeploymentConfiguration Key Additions

Jiri Vanek jvanek at redhat.com
Thu Sep 18 14:36:17 UTC 2014


On 09/17/2014 08:57 PM, Jie Kang wrote:
> Hello,
>
> For consistency purposes, this patch adds three new keys to DeploymentConfiguration used by other parts of ITW.
>
> +    public static final String  KEY_CACHE_MAX_SIZE = "deployment.cache.max.size";
> +
> +    public static final String KEY_CACHE_ENABLED = "deployment.javapi.cache.enabled";
> +    public static final String KEY_CACHE_COMPRESSION_ENABLED = "deployment.cache.jarcompression";
>
> The parts of ITW that use these keys have been refactored to make use of these instead of private enums or strings.
>
> Thoughts? Okay to push?
>
>
> Regards,
>
>
Sounds perfectly reasonable. Thank you for crawling in those ancient regions!

J.


More information about the distro-pkg-dev mailing list