diff options
author | Jiri Vanek <[email protected]> | 2013-12-18 15:41:28 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-12-18 15:41:28 +0100 |
commit | c3b3c491051c08e035593a25850e537168bb1db9 (patch) | |
tree | 589d008ee200fd0c7e73d4bdd29789324ad66c27 /ChangeLog | |
parent | d91bf9ee53eebc7028f4143e03881ee350e4ebef (diff) |
JNLPRuntime.config changed to proper singleton.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2013-12-17 Jiri Vanek <[email protected]> + + JNLPRuntime.config changed to proper singleton. + * netx/net/sourceforge/jnlp/config/DeploymentConfiguration.java: added + field with getter rand setter to save loading exception. + * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: (config) field is no + longer initialized in static block, but on demand in (getConfig). + (initialize) no longer load (config) nor exit on loading exception, but + warn in case that it have loading exception. (initialize) call to + KeyStores.setConfiguration is using (getConfig) instead (config). + (initialize) call to BrowserAwareProxySelector constructor likewise. + (getConfig) is initializing and loading (config), marking exception and sterr + it in case of debug on. Made synchronized. + * netx/net/sourceforge/jnlp/resources/Messages.properties: (RConfigurationError) + enhanced to fit. + * netx/net/sourceforge/jnlp/util/logging/LogConfig.java: no longer use own + copy of (config) but using (JNLPRuntime.getConfig). + 2013-12-15 Jiri Vanek <[email protected]> Console made aware of plugin messages |