aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2014-01-27 16:17:07 +0100
committerJiri Vanek <[email protected]>2014-01-27 16:17:07 +0100
commitfac61336d7d4f342458a8c0905b0aec56911de70 (patch)
tree11de1b337a0e7ee31dc0585f92636b5ef5fda548 /ChangeLog
parent4394eef2518663d12672dbf593632cc29e6f37ec (diff)
Tuning of properties loading.
Jnlp runtime now correctly dies in case of ConfigurationException and initialisation of config is failing to defaults instead of die with NoClassDefFoundError
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42dc8c8..d2d001e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2014-01-20 Jiri Vanek <[email protected]>
+
+ Tuning of properties loading.
+ * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: added
+ (resetToDefaults) methods to set default values to map.
+ (loadSystemConfiguration) now throws ConfigurationException. Added more
+ verbose error messages. The ioexception is now also cause of ConfigurationException
+ if mandatory is on.
+ * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: now correctly fails to
+ initiate if ConfigurationException appeared.
+ Init of (configuration) now catch general exception, and fall back to default
+ (instead of die fatally with NoClassDefFoundError). User is warned.
+ * netx/net/sourceforge/jnlp/resources/Messages.properties: new key of
+ (RFailingToDefault) added.
+
2014-01-24 Andrew Azores <[email protected]>
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-January/025971.html