log

age author description
Wed, 20 Feb 2019 18:23:45 +0100 Jiri Vanek Implemented way how to modify cp/bootcp in native launchers
Mon, 18 Feb 2019 17:41:52 +0100 Jiri Vanek Added forgotten changelog entry
Mon, 18 Feb 2019 17:34:46 +0100 Jiri Vanek Implemented forgotten support for mslinks.jar library in rust launchers
Mon, 18 Feb 2019 17:14:24 +0100 Jiri Vanek Fixed bug when Option conained "" insted of being None in case of hardcoded paths.
Mon, 18 Feb 2019 15:37:19 +0100 Jiri Vanek * rust-launcher/src/log_helper.rs: deployment.log.stdstreams is now honored
Mon, 18 Feb 2019 15:03:46 +0100 Jiri Vanek For linux, implemented and used system logging
Mon, 18 Feb 2019 14:43:05 +0100 Jiri Vanek Fixed name of variable to from cammel snake snake_case
Mon, 18 Feb 2019 06:52:11 +0100 Jiri Vanek Fioxed double wrappered factory for windows
Sun, 17 Feb 2019 10:35:53 +0100 Jiri Vanek Implemented proper file logging
Sat, 16 Feb 2019 20:56:33 +0100 Jiri Vanek Implemented basic stub for file logging
Sat, 16 Feb 2019 18:51:33 +0100 Jiri Vanek * rust-launcher/src/os_access.rs: removed duplicated code from windows launchers
Sat, 16 Feb 2019 13:53:20 +0100 Jiri Vanek Native launchers got loading (unused for now) of advanced logging properties
Sat, 16 Feb 2019 13:45:10 +0100 Jiri Vanek Makefile.am: fixed issue with MODULARJDK_ARGS_FILE being installded as executable
Fri, 15 Feb 2019 16:03:31 +0100 Jiri Vanek Native launchers got support for modular jdk (via @MODULARJDK_ARGS_LOCATION file)
Wed, 13 Feb 2019 19:14:35 +0100 Jiri Vanek Os trait implemented for windows
Wed, 13 Feb 2019 18:05:44 +0100 Jiri Vanek Propagating unimplemented DownloadService2. Added tests for it
Tue, 12 Feb 2019 13:22:39 +0100 Jiri Vanek Fixed typo in DownloadService2
Tue, 12 Feb 2019 13:10:44 +0100 Jiri Vanek Rewritten bat launcher and introduced file to keep modular JDK swithces
Thu, 07 Feb 2019 17:06:20 +0100 Jiri Vanek Allowed cross-build of bat launchers on linux systems
Thu, 07 Feb 2019 16:50:07 +0100 Jiri Vanek Added protection against to small applets. Enhanced understanding of properties like width/height
Thu, 07 Feb 2019 14:12:39 +0100 Jiri Vanek Desktop sortcuts name is now based on title. And only if missing, then on file
Wed, 06 Feb 2019 19:05:05 +0100 Jiri Vanek Delete-by app dialogue split keys to two groups instead of mixing them
Mon, 04 Feb 2019 17:50:17 +0100 Jiri Vanek Native launchers got splash support
Tue, 15 Jan 2019 18:08:34 +0100 Jiri Vanek Relaxed vendor and title to be no longer mandatory - based on oracle javaws behavior
Tue, 15 Jan 2019 17:56:07 +0100 Jiri Vanek Made Linux launchers portable
Tue, 15 Jan 2019 16:12:46 +0100 Jiri Vanek Added optional windows desktop integration
Mon, 14 Jan 2019 13:02:58 +0100 Jiri Vanek Refactored arranging of arguments and finding jre on path to be testable
Mon, 14 Jan 2019 10:24:14 +0100 Jiri Vanek Added detection of JDK from PATH
Mon, 14 Jan 2019 09:54:38 +0100 Jiri Vanek Added support for -J options
Mon, 14 Jan 2019 09:48:26 +0100 Jiri Vanek Added code-coverage for rust launchers
Wed, 09 Jan 2019 16:16:54 +0100 Jiri Vanek Made rust launchers to resovle jars, compose classpath and this run itw
Thu, 13 Dec 2018 10:51:17 +0100 Jiri Vanek Fixed few javadoc issues.
Thu, 13 Dec 2018 10:50:52 +0100 Jiri Vanek Replaced hardcoded BOM character with utf representation (PR3671)
Mon, 10 Dec 2018 14:44:28 +0100 Jiri Vanek Made get_home os dependent.
Fri, 30 Nov 2018 19:12:09 +0100 Jiri Vanek verbose also from deployment.properties
Fri, 30 Nov 2018 19:04:42 +0100 Jiri Vanek Rust properties parser generalized to be reusable
Wed, 28 Nov 2018 12:35:38 +0100 Jiri Vanek deployment.config now support generic url instead just file
Wed, 28 Nov 2018 12:13:07 +0100 Jiri Vanek OptionsDefinitions.java: (main) moved from ifelse to switch
Wed, 28 Nov 2018 12:12:10 +0100 Jiri Vanek JNLPProxySelectorTest.java: fixed tests in (testConvertingProxyAutoConfigResultToProxyObject)
Tue, 27 Nov 2018 18:49:58 +0100 Jiri Vanek https is preffered only on default port
Tue, 27 Nov 2018 16:07:20 +0100 Jiri Vanek PR3645, second part - following windows system paths correctly
Tue, 27 Nov 2018 13:26:48 +0100 Jiri Vanek Fixed PR3637 - making cache work with jdk9+ #runtime jar url anchor
Fri, 23 Nov 2018 15:33:01 +0100 Jiri Vanek Fixed LockedFile for readonly on windows
Fri, 23 Nov 2018 13:40:58 +0100 Jiri Vanek Fix for java.lang.NoClassDefFoundError: Could not initialize class net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder
Wed, 07 Nov 2018 12:30:58 +0100 Jiri Vanek Added Russian translation
Fri, 26 Oct 2018 12:02:25 +0200 Jiri Vanek Fixed targets of clean-cpp-unit-tests and run-cpp-unit-tests
Thu, 18 Oct 2018 13:08:54 +0200 Jiri Vanek Removed gcc if native plugin is not build
Wed, 17 Oct 2018 18:36:08 +0200 Jiri Vanek LockedFile.java: caching enabled, or at least semi-enabled on windows
Wed, 17 Oct 2018 18:16:29 +0200 Jiri Vanek Removed EDT_DAEMON_THREAD_POOL
Fri, 12 Oct 2018 15:37:55 +0200 Jiri Vanek Fixed README to provide correct information about --disable-native-plugin
Fri, 12 Oct 2018 13:16:28 +0200 Jiri Vanek reworked showDocument logic
Wed, 10 Oct 2018 14:29:03 +0200 Jiri Vanek Rust launchers now spawn jvm
Tue, 02 Oct 2018 18:32:02 +0200 Jiri Vanek rust-launcher/src/main.rs: new method of (is_debug_on) based on cmd line determining verbosity. (main) return of is_debug_on used for os_access::Linux::new call.
Tue, 02 Oct 2018 10:45:37 +0200 Jiri Vanek * netx/net/sourceforge/jnlp/runtime/Boot.java: returned handling of version, licnes, help, property and about which disapeared without any trace inchangelog
Tue, 02 Oct 2018 10:36:25 +0200 Jiri Vanek Allowed itw-settings to be opened from viewer
Mon, 01 Oct 2018 19:16:36 +0200 Jiri Vanek Fixed EDT hanging
Mon, 01 Oct 2018 19:04:14 +0200 Jiri Vanek Added eternal java version detection
Wed, 05 Sep 2018 23:13:59 +0100 Alex Kashchenko fix cargo detection in autoconf
Wed, 05 Sep 2018 19:10:43 +0200 Jiri Vanek Added missing changelog
Wed, 05 Sep 2018 18:59:54 +0200 Jiri Vanek shell-launcher/launchers.sh.in: inverted logic to detect modular jdk. If it is jdk8, then it is not modular JDK, otherwise it is.