119 Commits

Author SHA1 Message Date
Claridtimo b266a73187 build: depend on samskivert 1.12-SNAPSHOT (local stack)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 11:39:45 +12:00
Michael Bayne 30f56a833c [maven-release-plugin] prepare for next development iteration 2026-05-12 12:50:08 -07:00
Michael Bayne 759b73aba3 [maven-release-plugin] prepare release getdown-1.8.10 2026-05-12 12:50:05 -07:00
Michael Bayne f621e7d810 Handle network error during proxy config better.
Don't assume we need a proxy and show the user an inscrutable dialog. Pop up a
dialog that says that we were unable to connect and tell them to check their
internet connection. From there they can either try again or configure a proxy
if they know that's a thing they might need to do.
2026-05-12 12:47:19 -07:00
Michael Bayne a5eae1a80c [maven-release-plugin] prepare for next development iteration 2026-04-27 15:55:51 -07:00
Michael Bayne 9a9a08ad88 [maven-release-plugin] prepare release getdown-1.8.9 2026-04-27 15:55:46 -07:00
Michael Bayne cd3302fea2 Add compatibility shim. 2026-04-27 15:55:02 -07:00
Michael Bayne 40a3f1dbbf [maven-release-plugin] prepare for next development iteration 2026-02-12 15:45:40 -08:00
Michael Bayne 060099564a [maven-release-plugin] prepare release getdown-1.8.8 2026-02-12 15:45:37 -08:00
Michael Bayne 3f80104238 Upgrade Proguard to version that can handle JDK 25+. 2026-02-12 14:33:59 -08:00
Michael Bayne db5e14ec27 Upgrade GraalVM to one that works with JDK 23+. 2025-07-10 11:32:43 -07:00
Michael Bayne 792f0a1669 Merge pull request #262 from bekoenig/cleanup_on_install
Moved resource cleanup to install for support of unversioned-mode
2022-08-01 09:37:23 -07:00
Anosh D. Ullenius 42dfbe4735 Replace string concatenation in loop with StringBuilder 2022-06-17 20:35:38 +02:00
Anosh D. Ullenius 508ef73d85 Use factory method for creating FileInputStream 2022-06-17 20:34:58 +02:00
Anosh D. Ullenius 03ed2f52d1 Type inference. Use autoboxing for int 2022-06-17 20:33:00 +02:00
Anosh D. Ullenius 258d85b934 Remove redundant throws clause 2022-06-17 20:29:52 +02:00
Anosh D. Ullenius 245f5386ce Remove protected-modifier in final class 2022-06-17 20:26:22 +02:00
Anosh D. Ullenius 2b30d9dab0 Make fields final. Remove protected-modifier in final class 2022-06-17 20:23:51 +02:00
Anosh D. Ullenius a4e38057ae Make fields final. Remove redundant modifier on final-class 2022-06-17 20:20:05 +02:00
Michael Bayne d41a817b55 [maven-release-plugin] prepare for next development iteration 2022-05-24 10:42:36 -07:00
Michael Bayne 425e0d0c87 [maven-release-plugin] prepare release getdown-1.8.7 2022-05-24 10:42:34 -07:00
Michael Bayne 26d559e5c2 Upgrade Proguard to a version that supports Java 18.
For unfortunate reasons, we have to add a separate (build-time) dependency on
proguard-core, code from which proguard-base relies on but neither includes
directly nor expresses as a dependency.

How is it in the year of our lord two thousand and twenty two, we are still
making such basic build errors in our Maven plugins and POM files?
2022-05-24 10:24:58 -07:00
m500020 315ba430e0 Moved resource cleanup to install for support of unversioned-mode 2022-03-10 14:08:14 +01:00
Michael Bayne 49279009cb Use newer Proguard that can handle JDK14.
Unfortunately due to a bug in proguard-maven-plugin I can't currently use a
version of Proguard that supports JDK15.
2021-04-05 07:43:10 -07:00
Michael Bayne cedf568383 Merge pull request #240 from Cosium/java.net.useSystemProxies
Usage of Proxy.NO_PROXY prevents -Djava.net.useSystemProxies=true from kicking in
2021-04-05 07:29:42 -07:00
Michael Bayne 1c0320b36d Use Graal JavaScript VM.
Nashorn was removed in JDK15, but the PAC proxy detection code depends on
having a JavaScript VM (what a twisty maze of passages). Rather than remove it
completely, I'll just keep the tests working so that people who use Getdown
with PAC proxies on JDK 14 or earlier can keep on trucking.

Perhaps the JavaScript code could be rewritten in Java and this weird massive
dependency could be eliminated?
2021-04-04 12:23:18 -07:00
Michael Bayne 09ed5b0f2c Merge pull request #246 from threerings/dependabot/maven/launcher/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /launcher
2021-04-04 12:09:06 -07:00
Giedrius Zavadskis 332f7f15e3 Do resource cleanup only if resources have to be updated.
(cherry picked from commit 37fed0570e1eb3ac520256761760a8e311889b51)
2021-03-31 10:31:51 +03:00
Giedrius Zavadskis 79420067b2 Adds support for glob 'cleanup_pattern' to facilitate removal of obsolete resources
(cherry picked from commit 515ed2e049dbc4e76d4e35d89ec2c674e87d3e6d)
2021-03-29 10:53:16 +03:00
dependabot[bot] eff8e31299 Bump junit from 4.12 to 4.13.1 in /launcher
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 13:31:24 +00:00
Réda Housni Alaoui 736dfffd04 Usage of Proxy.NO_PROXY prevents -Djava.net.useSystemProxies=true from kicking in 2020-06-12 14:27:56 +02:00
Michael Bayne 0c8a29deb0 Upgrade Proguard to work with Java >8. 2020-01-06 13:38:31 -08:00
Michael Bayne 3d62949fe7 Fix indentation. No tabs. 2019-07-02 08:10:08 -07:00
Guenther Demetz 338b5a66ef fix catch 2019-06-06 10:39:14 +02:00
Guenther Demetz 305fc314ab Merge branch 'master' into noEngineAvailable 2019-06-06 10:28:10 +02:00
Guenther Demetz fbc383d942 Avoid launcher abort due missing engine 2019-06-06 10:26:19 +02:00
Michael Bayne e7818030a7 Behave more gracefully when patch files do not exist.
It is possible to use versioned mode without patch files, though there's no way
to specifically tell Getdown whether or not you are using patch files, so it
always tries to download them. If they don't exist, it should now log one
reasonable warning and then proceed to update based on resource hashes.
2019-06-05 16:09:51 -07:00
Michael Bayne 157b12dbfa Oops, forgot to hook up myIpAddress(). 2019-06-05 15:45:03 -07:00
Michael Bayne 5cb2613e3b [maven-release-plugin] prepare for next development iteration 2019-06-04 15:25:43 -07:00
Michael Bayne 6283b60776 [maven-release-plugin] prepare release getdown-1.8.6 2019-06-04 15:25:33 -07:00
Michael Bayne ce76832835 Add myIpAddress() to PAC proxy environment.
Also fixed issue with dnsResolve() in same.
2019-05-31 09:53:12 -07:00
Michael Bayne 85c4a0ddc1 Some comment fixes. 2019-05-31 09:48:30 -07:00
Guenther Demetz bc889e67fd autoDetectProxy needs initialized configuration 2019-05-31 10:47:01 +02:00
Michael Bayne b5377ca66b Use a debug system property to control debugging.
When set, it disables stdout/stderr redirection and uses java.exe on Windows so
that a console window is shown with output from the launched app.

This removes the use of a debug.txt file.
2019-05-29 14:09:17 -07:00
Michael Bayne a0bdfb1ca9 [maven-release-plugin] prepare for next development iteration 2019-05-29 12:12:06 -07:00
Michael Bayne 45350e1842 [maven-release-plugin] prepare release getdown-1.8.5 2019-05-29 12:11:57 -07:00
Michael Bayne 9a0537a6f9 Fix javadoc error. 2019-05-29 12:10:59 -07:00
Michael Bayne 9d6088ab80 Added revalidate_policy config.
This allows resources to be validated prior to every app launch instead of just
after update.

Also fixed some erroneous logging.
2019-05-29 11:40:36 -07:00
Michael Bayne a706936bce Oops, use valid URL for PAC proxy detection. 2019-05-29 10:59:54 -07:00
sergiorussia 8ad174124a added more missing translations for russian 2019-05-29 10:29:59 +03:00