[rfc][icedtea-web] DeploymentConfiguration Key Additions
Jie Kang
jkang at redhat.com
Wed Sep 17 18:57:46 UTC 2014
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,
--
Jie Kang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: itw-deployconfig-use.patch
Type: text/x-patch
Size: 9291 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140917/5081cb58/itw-deployconfig-use-0001.patch>
More information about the distro-pkg-dev
mailing list