Viewing profile — aalmiray
aalmiray
HN member- Joined
- Sun, Aug 30, 2020, 8:26 AM UTC
- HN karma
- 12
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About aalmiray
[ my public key: https://keybase.io/aalmiray; my proof: https://keybase.io/aalmiray/sigs/hyIsamyhFHRlMo16_EfmpKnS_im6zwSyg3e1k5J7pXM ]
Recent public activity
-
comment
Comment #42794376
JReleaser offers plenty of examples for Java and non-Java projects. All of them have explicit setup for building on GitHub Actions. Some repos (non platform specific or cross-platf…
-
comment
Comment #42794307
Given that JReleaser relies on jpackage to create native installers, yes, you must run it on the target platform. Luckily it’s not that complicated to do on GitHub Actions. JReleas…
-
comment
Comment #42790299
This burden is what prompted me to create JReleaser in the first place as I also wanted to release a JavaFX application without instructing people to clone a repository and build t…
-
comment
Comment #42790273
It does. This is one of the initial reasons to create such tool. At the moment you can assemble native installers with jpackage (project must be Java based) https://jreleaser.org/g…
-
comment
Comment #42790259
Technically it already works as long as your app is published to GH releases and/or the currently supported package managers. Support for explicit Python ecosystem tools and servic…
-
comment
Comment #42790238
JReleaser author here. Yes, GoReleaser served as an inspiration to get started with the tool. The guide does mention this connection. I can certainly add one more entry to the FAQ …
- story
-
comment
Comment #24322172
To my knowledge there have been no official efforts to support Clojure so far. Griffon 2.x requires the use of specific class types (Controller, Model, View, etc) plus the use of a…
-
comment
Comment #24322159
There may be few tweets but development still continues, on the road to version 3.0.0. The source repository continues to have activity. Changes include: - support of Java's modula…
-
comment
Comment #24322151
Latest release is 2.15.1 (stable). Current development (3.x) is still in flux with big internal changes hence the breakages. I decided to post the changes to let people know what's…