Update dependency org.jreleaser:jreleaser-maven-plugin to v1.22.0 #332
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.12.0→1.22.0Release Notes
jreleaser/jreleaser (org.jreleaser:jreleaser-maven-plugin)
v1.22.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.22.0
Changelog
🚀 Features
assemble
1b123d3Evaluate templates in missing properties, closes #2020core
7f7949cWarn when a name template cannot be resolved, closes #1960 #1961gradle
363b681Use Directory as input for stagingRepository(), closes #20324510cceAdd individual setupJdk tasks per configured JDKjdks
8e0a752Allow filtering by platform, closes #2000jlink
8942a05Resolve multi-release template in JlinkAssemblerProcessor, closes #2030sign
a5036e0Support minisign as signature generator, closes #2023🐛 Fixes
gradle
32b8ebaResolve NPE in GitHubReleaser, closes #2009jdks
7da3bcdRelax conditions for copying JDKs from cache, closes #1993release
22a90d2Only delete remote tags for snapshot releases, closes #2010unscoped
a44555euse correct method when resolving extra properties🔄️ Changes
core
4523860Silence warnings when mainClass/module template is not available, closes #1960signing
0928f99Check that minisign input files exist, closes #2035ada9775Allow simultaneous signing tools, closes #2035🛠 Build
326dfaeUpgrade graal to 25.0.1731473dUpdate release configuration6627feaDelete JDK caches on linux28f139aDelete JDK caches on linux6af8f03Clear JDKs cache before build1e6bdb7Update release announcements321a205Remove some JDKs before assembling Jlink distributions7d7bb6cUpdate GH workflowsdfcfb2dOnly setup platform matching JDKS in CI (jpackage/native-image)f717d3dUpdate GH workflowsde4b148Update jdks to Java 25, closes #2001a4d9ca0Downgrade jdks to Java 17a87092bUpdate jdks to Java 2510c2983Update release announcements📝 Documentation
eb35387Add HarshMehta112 as a contributor for codee1b6939Fix links in readmeb763392public keyserver link from http to https⚙️ Dependencies
913b31fUpdate asm to 9.9.17df2d0eUpdate aws-java-sdk to 2.40.154f7902fUpdate bouncycastle to 1.83f0370a9Update classmate to 1.7.1cadaecdUpdate commons-codec to 1.20.0268c3faUpdate commons-io to 2.21.0659aae8Update commons-jexl to 3.6.1b03fb6bUpdate commons-lang3 to 3.20.08cd6b86Update commons-text to 1.15.043bb779Update cyclonedx to 0.29.22d7f288Update jackson to 2.20.15a269beUpdate junit5 to 6.0.1477cdaeUpdate maven-plugin-annotations to 3.15.246b7f69Update plexus-archiver to 4.10.4c107694Update syft to 1.39.0b429307Update xz to 1.11f7c2bcdUpdate download gradle plugin to 5.6.0d791e01Releasing version 1.22.0d10dafedeploy: Skip publication checks on MavenCentral, closes #20111471abdBump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.21.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.21.0
Changelog
🚀 Features
announce
6ffa245Add Reddit announcer support, closes #1457release
0fb5c64Configuration validation, closes #19787c9a56dAdd support for github immutable releases, closes #1978sign
a2d5dc2Send GPG passphrase on loopback only when set in config, closes #1800🐛 Fixes
deploy
a7b2d0eSkip PGP key checks if signing.mode = COMMAND, closes #2004d657c17Skip GPG key verification when signing.verify is false, closes #1981unscoped
90fc384check snapshot version for '-SNAPSHOT' tag, closes #1971🔄️ Changes
announce
3d79ff8Tidy up reddit code, closes #1457unscoped
9f3becfUpdate SerialVersionUID in GithubReleaser, closes #1978🛠 Build
a08b6b6Reduce size of native image executablec222e79Downgrade jdks to Java 17, closes #2001c9de37cUpdate jdks to Java 256979e56Update macos version in GH actions6279082Upgrade to GraalVM 255acf0a6Update GH actions4579443Fix links in readmecb46f20Use common files from JReleaser org📝 Documentation
0c3a74bAdd emlun as a contributor for codeb8c5f4cAdd LogFlames as a contributor for code666998aAdd adutra as a contributor for code4d4ec34Add shaikhu as a contributor for code⚙️ Dependencies
210dcf2Update junit5 to 6.0.0c287c3eUpdate zstd-jni to 1.5.7-6e49c50cUpdate syft to 1.36.05fba57fUpdate spotbugs to 4.9.85189290Update snakeyaml to 2.561b5cc5Update jbang to 0.132.11d4e439Update cosign to 3.0.231d0a7eUpdate commons-lang3 to 3.19.0288a3b5Update byte-buddy to 1.17.8e592042Update bouncycastle to 1.82ce7f231Update aws-java-sdk to 2.36.3284902fUpdate asm to 9.9acb3037Update assertj to 3.27.699f255cUpdate jakarta.mail-api to 2.1.56292b25Releasing version 1.21.0a69596bBump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.20.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.20.0
Changelog
🚀 Features
assemble
68c924eAdd missing config flags to jpackage, closes #1912core
29bfe21Log path to settings file, closes #1945ac02ec7Add a --deploy flag to config, closes #1946b74c3f1Location of settings file may be defined explicitly, closes #1945extensions
3046d3aRefine JBang extension supporta3d96cbSupport JBang as extension loader and launcher, closes #1952hooks
b3b95daAdd explicit support for running hooks via JBang, closes #1955bfccf24Inject fully resolved model as template in hooks, closes #1937d8fb5eeAdd named groups to command and script hooks, closes #1947packagers
b4be8f7Allow packagers to skip publish step, closes #1936292ccc5Add org.opencontainers.image.source label to Docker/Jib, closes #19339da8d74Stage distribution publication in a fixed directory, closes #19436602c25Let docker.cmd be configurable, closes #1941d83def4Let docker.entrypoint be configurable, closes #1934bf7f829Let docker registries be enabled/disabled for publishing, closes #1935release
61daa17Associate milestone in gitlab release, closes #1932tools
028f229Add a custom User-Agent when dowloading tools🐛 Fixes
build
2da4f55Update GH token permissions on smoke-tests workflowd2df5b8Set CMD --help as default in docker templates, closes #1942core
2d51c2dDisplay configured path when it fails to be resolved, closes #1964deploy
0ff6c4dAssign auth interceptor, closes #1921aed5a82Nexus3 should collect deployable signatures, closes #1953355b8ccLog staged repository URI after creating a staging repository in Nexus2, closes #1650ffb0239Fail deployment if signing key is expired, closes #19304fba79dShow clear error messages for 401/403, closes #1922368ae0bLet MavenCentral consume user encoded auth token, closes #19216a4c799Ignore hidden files when collecting deployable artifacts, closes #1926gradle
e026065Disable up-to-date checks in JReleaserConfigTask and JReleaserEnvTask, closes #1972a14b657Remove usages of ConfigureUtil, closes #1956hooks
3278df6Inherit matrix and environment from named groups, closes #1947packagers
03725cbUse spec name for directory name in repository, closes #1950ae869deConfigure entrypoint/cmd for docker specs, closes #1934 #1941unscoped
9ff67f5Ensure Nexus3 URLs don't have a trailing slash, closes #1968642206dNormalize URL for Nexus3 deployer, closes #19677b14506Configure missing resources in native-image, closes #1918🔄️ Changes
announce
f81db09Deprecate the Discussions announcer, closes #1301build
910afdfUpdate spec names for docker packager🛠 Build
cdfd61aUpdate release announcements6c01f8eRemove mocked test cases70154e9Switch git token for smoke-tests522d6f9Upgrade to Gradle 8.14.3a42dc07Add missing graal NativeImage annotation to sdks, closes #1918b4d98c3Upgrade graal to 24.0.1, closes #1918📝 Documentation
7538982Add lauzadis as a contributor for code3b086b2Add ammbra as a contributor for code3f4c6c9Add dorianm as a contributor for codea83a9d3Add ramanathan1504 as a contributor for code⚙️ Dependencies
c128f96Update jackson to 2.20.073f1396Update zstd-jni to 1.5.7-429ea880Update jackson to 2.19.2e048c80Update syft to 1.32.0123ca5cUpdate spotbugs to 4.9.47d3f965Update mockito to 5.19.0e1c9698Update junit5 to 5.13.44e616e4Update jsoup to 1.21.2cd4cc24Update json-smart to 2.6.0fa685a6Update jbang to 0.129.0a1495e5Update greenmail to 2.1.5e6cfa15Update errorprone to 2.41.06f7c31eUpdate cyclonedx to 0.29.12ec4de4Update cosign to 2.5.384b0c45Update commons-text to 1.14.045b4313Update commons-net to 3.12.06d00748Update commons-lang3 to 3.18.07652adeUpdate commons-io to 2.20.094f4679Update commons-compress to 1.28.04109ad0Update commons-codec to 1.19.065cbdceUpdate checkstyle to 11.0.01f264a9Update checker-qual to 3.49.5e5f3f43Update byte-buddy to 1.17.7576655bUpdate aws-java-sdk to 2.32.3116e3b06Releasing version 1.20.0737bdb7Bump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.19.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.19.0
Changelog
🚀 Features
core
9d8f7a5Add a flag to skip non-configured sections. The yolo flag., closes #1840gradle
0ea6c9bUse RegularFile as input for stagingRepository(), closes #1665🐛 Fixes
core
ae81484Do not display empty or blank environment vars, closes #1913deploy
1f4fa85Use fake URL on nexus2.url when empty and project is snapshot, closes #18775a74e26Nexus2 should not fail url validation when snapshot is active, closes #1877gradle
ae660b7Fix type accessor, closes #1665e9deaf8Support blank gpg passphrase (#1884), closes #1883 #1884packagers
2070736Validate docker.password only when required, closes #1881release
294aefdDo not fail when commeting on locked issues, closes #1871unscoped
50bfdb2Do not shade jakarta.mail and jakarta.activation, closes #1867🧰 Tasks
packagers
a0b6a39Upddate winget templates🛠 Build
b2f408fIncrease retry/tiemout parameters for deployments2395d1eUpdate release announcements7b8dc53Update deploy settings4d614b4Reformat code, closes #1665919b630Upgrade to Gradle 8.14.24eddcb1Remove Noticeable from announcers4375cd3Remove twitter form appimage templates📝 Documentation
7b4ffb4Add marcphilipp as a contributor for code6f8c0ecAdd ThomasKrieger as a contributor for coded96046bAdd JonasVautherin as a contributor for code⚙️ Dependencies
7881a33Update aws-java-sdk to 2.31.30674dee0Update bouncycastle to 1.81bf8ac42Update byte-buddy to 1.17.68ffa475Update cosign to 2.5.217c66fdUpdate cyclonedx to 0.28.2a100584Update feign to 13.6e6158edUpdate jackson to 2.19.1b44b1dfUpdate jsoup to 1.21.18d84c45Update junit5 to 5.13.25c7030bUpdate syft to 1.27.1ef9fbe3Update woodstox to 7.1.1c716019Update zstd-jni to 1.5.7-34195d2dUpdate sshj to 0.40.0ecaef0dReleasing version 1.19.0e29469fDo not fail deployment if timeout is reached during publication59eb417Add more logging statements to MavenCentral deployer, closes #190706f2c35[announce] Send a message to multiple Slack channels, closes #1889d0c86caBump version for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.18.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.18.0
Changelog
🚀 Features
assemble
e25f9e9Native-image assembler can assemble FLAT_BINARY distributions, closes #1841build
474ca0cAdd git to docker images, closes #1838deploy
9367144Increase delay/retries in Maven deployers148e2bdSupport deploying to Nexus3, closes #1836ec179c4Warn when deployment to Maven Central times out, closes #1826packagers
b2b8098Support podman command for building container images, closes #1816release
3e49e05Let github.release.makeLatest be specified as input, closes #18479edf164Support Forgejo as releaser, closes #1842 #1843🐛 Fixes
announce
0c9352aSkip relocating jakarta.mail as it causes CNFE with smtp, closes #1860assemble
25399edOnly resolve selected assemblers, closes #1828core
7372af1Normalize packager names for inclusion/exclusion, closes #1829da12d7cValidate default docker registry, closes #1827deploy
5e1bd4eFix calculation of deployable coordinates for snapshot artifacts, closes #184865a0891Add missing Forgejo messages, closes #1842packager
a6d0463Update AppImage templates, closes #1821🛠 Build
6a2e5b4Upgrade to Gradle 8.143dd7c08Update release announcementsafdace7Update jreleaser-setup.sh75b1b7dFix readme0438e51Add link to Reproducible Central badge46c7ae7Skip milestone & release candidates for app-image metadata📝 Documentation
c28ddbfAdd agreedSkiing as a contributor for code7daa791Add hboutemy as a contributor for infra6a4f8f7Add preimers as a contributor for codec6579dbAdd martinfrancois as a contributor for codedf98677Add anneloreegger as a contributor for code⚙️ Dependencies
7334cd8Update asm to 9.81d74345Update aws-java-sdk to 2.31.30525f448Update byte-buddy to 1.17.546ce530Update checker-qual to 3.49.2eaabeaeUpdate checkstyle to 10.23.0731b8e3Update classworlds to 2.9.0f663502Update commons-io to 2.19.06271a8bUpdate commons-jexl to 3.5.0a6966bfUpdate commons-text to 1.13.18f1f9dfUpdate cosign to 2.5.0baacbb3Update errorprone to 2.38.0698aa23Update graalvm to 22.3.528393baUpdate jackson to 2.19.0801c2f1Update jacoco to 0.8.1311d1973Update jib to 0.13.0db19f2bUpdate jsonschema to 4.38.020a1c6cUpdate json-smart to 2.5.23a45a10Update jsoup to 1.19.1d7423beUpdate junit5 to 5.12.26bf76eaUpdate jakarta.mail-api to 2.1.3, closes #186153873e7Update mockito to 5.17.0b0d83a9Update mojoexecutor to 2.4.1d21217dUpdate picocli to 4.7.7bfa6f7bUpdate slf4j to 2.0.17e0463aaUpdate spotbugs to 4.9.37972c8fUpdate syft to 1.23.1a04d1b0Update zstd-jni to 1.5.7-233048eaReleasing version 1.18.06b4504eBump for next development cycleContributors
We'd like to thank the following people for their contributions:
v1.17.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.17.0
Changelog
🚀 Features
assemble
d9c4b97Support x86 and arm customizations in native-image assembler, closes #1786e95ac89Let jlink.targetJdks be parameterizable with a matrix, closes #1783caa59dbLet nativeImage.graalJdks be parameterizable with a matrix, closes #1782core
e968abdLet distributions be parameterized with matrix, closes #1780deploy
dd6055fAllow snapshot publications in mavenCentral deployer, closes #1803unscoped
a293b94Add custom Scoop manifestd4eb3c3Add a setup script🐛 Fixes
assemble
3c79265Relax validation of project properties during assembly, closes #1788gradle
bc7d621Fix annotation for ourputDirectory, closes #18099df6483Change cache instructions for outputDirectory property, closes #1777hooks
694b0daFilter hooks by matrix.platform when platform selection is configured, closes #1779unscoped
80c35cbCorrect JSON syntax in init template8b16954Correct parameter name for overwriting init templatesd345eafLinkedIn announcement Message contains distribution payload for PUBLIC MemberNetworkVisibility, closes #1789 #179424c04bdRestAPIException does not ignore message body, closes #1795🔄️ Changes
announce
12d003cDeprecate twitter, closes #1791deploy
c49bdd5Add missing parameter to logging message🧰 Tasks
announce
13d1001Annotate deprecated announcersbuild
ddfb824Remove Twitter from release configuration, closes #1793unscoped
7dae42fUpdate Scoop templates with suggested formatting🛠 Build
68bde7bUpdate release announcements58d7724Add license to generated SBOMs21a6554Switch to org.gradlex.maven-plugin-development pluginde6f233Configure linux-aarch64 binaries, closes #980fcb7a1aUpgrade to Gradle 8.1260ea2eeUpdate copyright in license headersb595eb4Bump for next development cycle📝 Documentation
4c5f037Add algomaster99 as a contributor for codeb9c68fbAdd morisil as a contributor for code⚙️ Dependencies
c5ef944Update aws-java-sdk to 2.30.26e443456Update zstd-jni to 1.5.7-129e031dUpdate syft to 1.20.0d48fd9bUpdate snakeyaml to 2.429e5ee6Update mockito to 5.15.2dc3bba8Update junit5 to 5.12.0bfb60f6Update jsonschema to 4.37.0ed632a2Update cosign to 2.4.3cf25e1aUpdate commons-codec to 1.18.0418a2b0Update byte-buddy to 1.17.15b62cfaUpdate bouncycastle to 1.80d37dc5fUpdate awaitility to 4.3.00ebf9afUpdate assertj to 3.27.330d1905Releasing version 1.17.0Contributors
We'd like to thank the following people for their contributions:
v1.16.0Compare Source
Binaries
https://github.com/jreleaser/jreleaser/wiki/Release-v1.16.0
Changelog
🚀 Features
assemble
e2f8792Let matrix define skip properties for archive assembler formats, closes #177427df844Add an assembler for .deb files, closes #1240core
5380848Update initial templates, closes #1773f22d96cAdd a matrix section to enhance parameterization, closes #1774537c442Add a languages section to Project, closes #1773deploy
6f855c1Skip sources/javadoc JARs for resource JARs, closes #17512bc1a03Log upload & publish ops in mavenCentral deployer, closes #1747a0d0ddbEnable pomchecker's strict mode to be configured, closes #175350fbfd9Allow artifactOverrides to skip jar validation, closes #1746deployment
9685699Use fingerprint to validate if a key is published, closes #1769gradle
3bb3906Configure the model as late as possible, closes #1755packagers
ddb40b0Update winget templates, closes #1771🐛 Fixes
core
5a8c102Honor changelog.enabled when project is snapshot, closes #1717aa774b3Releaser may not be configured in deployment, closes #1748deploy
b77cfd6Fix debug messages in MavenCentral deployer, closes #1757ad4d718Output correct messages for maven.central logse65cadaIgnore 401 errors from MavenCentral in waitForStatus()e0144b5Fail early if signing is disabled, closes #1748158c27dAllow relocating POMs to be deployed, closes #1749packagers
9f839b1Fix typo in Snap -> s/hasArchitectures/snapHasArchitectures/release
7bec38fEnsure remote branch exists before creating a release, closes #14212600370Undo creating tag on resolved commit, closes #16922affd52Create tag on resolved commit found in context, closes #169214e8430Tag release with explicit SHA, closes #1692upload
3ec947fAvoid NPE in S3ArtifactUploader NPE, closes #1762🧰 Tasks
8a752f8Update Bluesky handle to @jreleaser.org3eea23eUpdate social badges🛠 Build
deps
f12b5daBump org.eclipse.jgit:org.eclipse.jgit from 5.13.0.202109080827-r to 5.13.3.202401111512-runscoped
20864f9Jpackage 21 no longer attaches revision number to .debe056460Update release configuration1969432Fix Wix configuration for Jpackage03d3152Update assemblies to Java 21 and Graal 23.0.15ed0248Update release announcementse5361c8Skip reproducibleTmestamp task on Windowsb31ff3eUpdate release announcementsc1beb18Setup Graal before Java in smoketestf56ef21Remove explicit GraalVM version from GH action setup📝 Documentation
455c448Fix badges in readme482c599Update badgesb2599c5Add marbleVHS as a contributor for code2aef74aAdd fprochazka as a contributor for code⚙️ Dependencies
5377cd0Update assertj to 3.27.084738a1Update cyclonedx to 0.27.2097c3f4Update syft to 1.18.19b39ed2Update aws-java-sdk to 2.29.39f35f96eUpdate zstd-jni to 1.5.6-81f3be5cUpdate jsoup to 1.18.3a45822aUpdate commons-text to 1.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.