Contains a note on JReleaser 1.23.0
Contains a note on JReleaser 1.23.0
Arconia CLI Supercharge Your Spring Boot Workflow brew install arconia-io/tap/arconia-cli # Run your Spring Boot application during development arconia dev # Build your application as a native executable arconia build --native # Run tests for your Java application arconia test # Build a container image using Cloud Native Buildpacks arconia image build buildpacks --image-name ghcr.io/thomasvitale/myapp # Migrate your application to Spring Boot 4.0 arconia update spring-boot --to-version 4.0
The new version of the Arconia CLI is now out, ready to supercharge your Spring Boot workflow π The CLI uses Java 25, Spring Boot 4, and is now powered by @picocli.bsky.social after migrating from Spring Shell. It's released as a native executable with @graalvm.org and released with @jreleaser.org.
JReleaser 1.23.0 has beenΒ released! andresalmiray.com/jreleaser-1-...
π As always, feedback is welcome. Feel free to raise a ticket at https://github.com/jreleaser/jreleaser/issues
π Full list of changes available at the v1.23.0 milestone https://github.com/jreleaser/jreleaser/milestone/43?closed=1
πͺ΅ Filter changelog entries by path, useful in a Git monorepo setup
ποΈ Resolving a matrix in a FLAT_BINARY distribution will automatically append the configured Windows extension to the binary, if missing
π¦ Homebrew formula name fixes when the name had more than one word, space, or hyphen
π¦ All Maven MOJOs now accept a generic `jreleaser.skip` property to skip their behavior, useful in multi-module builds
ποΈ CHRONVER now accepts a lenient format. Time elements may or may not use a separator
π JReleaser 1.23.0 has been released! https://github.com/jreleaser/jreleaser/releases/tag/v1.23.0
π jreleaser-1.23.0-x86_64.AppImage has been released! https://github.com/jreleaser/jreleaser-appimage/releases/tag/v1.23.0
Another productive pair of #Hackergarten evenings for @jreleaser.org at Basel and Zurich π€©
Fixed a couple of bugs, filed a couple more, new contributors joined. Overall quite happy with results π₯³
Robin Tegg wrote a few reasons to give @jbang.dev and @jreleaser.org a try for your next project.
robintegg.com/2026/01/04/j...
π As always, feedback is welcome. Feel free to raise a ticket at https://github.com/jreleaser/jreleaser/issues
π Full list of changes available at the v1.22.0 milestone https://github.com/jreleaser/jreleaser/milestone/42?closed=1
βοΈ Several updates to JDK plugins to make them more flexible
π Refactor the signing section to allow multiple signing methods at the same time (PGP, Cosign, Minisign, etc)
π Add Minisign as a signing tool for artifacts, checksums, and catalogs
π¦ Allow name templates in more places such as assemblers
π¦ Publication to Maven Central may now skip verifying for PUBLISHED status, enabling faster deployment cycles
π JReleaser 1.22.0 has been released! https://github.com/jreleaser/jreleaser/releases/tag/v1.22.0
π jreleaser-1.22.0-x86_64.AppImage has been released! https://github.com/jreleaser/jreleaser-appimage/releases/tag/v1.22.0
Release everything with #JReleaser
dev.to/onepoint/rel...
How to publish a Java Maven project to Maven Central using @jreleaser.org and GitHub Actions (2025 Guide) by @jagovreede.bsky.social foojay.io/today/how-to...
JReleaser 1.21.0 has been released! andresalmiray.com/jreleaser-1-...
π As always, feedback is welcome. Feel free to raise a ticket at github.com/jreleaser/jr...
π Full list of changes available at the v1.21.0 milestone github.com/jreleaser/jr...
π» Enable inmmutable release support in GitHub.
π Updates to PGP signing when using an external command.