Live data from Hacker News

Viewing profile — aalmiray

aalmiray

HN member
Joined
Sun, Aug 30, 2020, 8:26 AM UTC
HN karma
12
Public activity
10 items

About aalmiray

Andres is a Java/Groovy developer and a Java Champion with more than 2 decades of experience in software design and development. He has been involved in web and desktop application development since the early days of Java. Andres is a true believer in open source and has participated in popular projects like Groovy, Griffon, and DbUnit, as well as starting his own projects (Json-lib, EZMorph, GraphicsBuilder, JideBuilder). Founding member of the Griffon framework and Hackergarten community event.

[ my public key: https://keybase.io/aalmiray; my proof: https://keybase.io/aalmiray/sigs/hyIsamyhFHRlMo16_EfmpKnS_im6zwSyg3e1k5J7pXM ]

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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 …

  7. story
  8. 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…

  9. 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…

  10. 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…