Andres Almiray

@aalmiray
863 Followers
118 Following
1.2K Posts
I code for fun and help others in the process. Java Champion Alumni. Co-founder of Hackergarten & Hack.Commit.Push. Creator of JReleaser🚀
BLOGhttps://andresalmiray.com
GITHUBhttps://github.com/aalmiray
Had a great time speaking with @aalmiray at @voxxedzurich last week about "Getting more out of Maven". Thanks @patbaumgartner and team for organising another great event!
And thanks Dimitris Doutsiopoulos for the amazing pictures! 🫶 #VDZ26
Versions 5.0.5 and 4.0.31 of @ApacheGroovy are available for download with 23 and 1 fixes and improvements respectively! The number of fixes in Groovy 4 is slowing as we prepare for Groovy 6! Thanks to all involved!
https://groovy.apache.org/download.html
#groovylang @TheASF
Ran GP Dubendorf 10kms in 00:58:18,3 😎
Not bad considering that I‘m recovering from a back injury 😅

Seen on LinkedIn “If an LLM wrote your code, you can't really claim that it's proprietary”

The floor is open for discussion.

This year I was fortunate enough to complete the trifecta of #VoxxedDays events in Switzerland🇨🇭 as a volunteer, because sharing is caring 😎

Almost 2 weeks ago @aalmiray and I spoke at @JavaLandConf about getting more out of #Maven and #IntelliJIDEA together.

It was fun doing this talk; can't wait to do it again at @voxxedzurich next week!

Thanks to Dimitris Doutsiopoulos for the amazing pictures!

Traveling to an invaded👾 city means … you catch’em all

Had the pleasure of speaking with Olimpiu Pop at the @infoq podcast regarding @jreleaser’s current state and future, as well as @commonhaus_fdn

https://www.infoq.com/podcasts/release-software-jreleaser/?topicPageSponsorship=102c81ce-b6fa-4d91-8e1b-3538227c8385

Andres Almiray on How to Release Any Software to Any OS with JReleaser

Andres Almiray, a serial open-source contributor and the creator of JReleaser, discusses the project's state, noting that the tool is usable across any ecosystem, not just Java.

InfoQ

Most Java CLI tools stop at mvn compile exec:java.

That works locally. It doesn’t scale.

In this guide I show how to:
- build a fat JAR
- automate GitHub releases
- publish a JBang catalog
- install with one command

No cloning. No Maven required.

Full tutorial:
https://www.the-main-thread.com/p/ship-java-cli-jreleaser-jbang-github-release

#Java #JReleaser #JBang #Maven #OpenSource

Automating Cross-OS Software Releases with JReleaser. Authored by Pawan Patra

https://pawanpatra.com/automating-cross-os-software-releases-with-jreleaser/

Automate Software Releases: JReleaser Cross-OS Guide

Ditch manual distribution. Automate software releases across macOS, Windows, and Linux using JReleaser v1.23.0, automated changelogs, and secure IAM.

Pawan patra