Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
3.2.7
Fixes a lingering issue affecting whole 3.2.x lineage, that resulted in "bad passphrase" on Windows OS with GPG signer (see MGPG-136 for details).
What's Changed
- [MGPG-136] Windows passphrase corruption by
@cstamas
in apache/maven-gpg-plugin#120- Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to 2.10.1 by
@dependabot
in apache/maven-gpg-plugin#121- Bump commons-io:commons-io from 2.16.1 to 2.17.0 by
@dependabot
in apache/maven-gpg-plugin#119Full Changelog: https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7
43af21c
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.78c5a8d2
[MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#119)cb5422f
[MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from
2.10.0 to ...6b2a27f
[MGPG-136] Windows passphrase corruption (#120)31e87e0
[maven-release-plugin] prepare for next development iteration7679b9e
[maven-release-plugin] prepare release netty-4.1.114.Finald5f4bfb
Refactor DnsNameResolver to be able to use different strategies when …
(#14374)041eaed
Re-add previous removed method to make revapi plugin happy again.232a5ab
DnsResolverBuilder methods should make it clear that these are for Da…
(#14379)e87ce47
Initialize DnsNameResolverBuilder
at runtime for native
images (#14376)3f66dd2
Make it possible to notify the TrustManager of resumed sessions (#14358)c036b99
DnsNameResolver: allow users to skip bind() during bootstrap (#14375)56a9101
Update small documentation typo (#14370)8362d9d
Fix flaky BootstrapTest (#14369)bbd3a4a
Fix OpenSslClientSessionCache remove (#14366)091785b
[maven-release-plugin] prepare release maven-javadoc-plugin-3.10.1cde7c56
[MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty
JARsdb6d7f6
[MJAVADOC-811] javadoc.bat fails to execute on Windows when project is
not on...a737e16
Bump commons-io:commons-io from 2.16.1 to 2.17.0577c204
Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1ff52cff
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.054a7651
Add goal prefixa424c6b
[MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution
fail i...d9c0002
[maven-release-plugin] prepare for next development iterationSourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
3.5.1
🚀 New features and improvements
- [SUREFIRE-2270] - Use JUnit5 in surefire-shadefire (#783)
@slawekjaranowski
- [SUREFIRE-2266] - Execute ITs in parallel (#781)
@slawekjaranowski
- [SUREFIRE-2264] - Limit usage of commons-io from surefire-shared-utils (#777)
@slawekjaranowski
🐛 Bug Fixes
- [SUREFIRE-2267] - Packages for commons-codec should be relocated in surefire-shared-utils (#782)
@slawekjaranowski
- [SUREFIRE-1737] - Fix disable in statelessTestsetReporter (#780)
@slawekjaranowski
- [SUREFIRE-2257] - [REGRESSION] NPEx: Cannot invoke "Object.toString()" … (#774)
@michael-o
📦 Dependency updates
- [SUREFIRE-2273] - Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)
@dependabot
- [SUREFIRE-2272] - Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JDK 23 support (#786)
@dependabot
- [SUREFIRE-2226] - Upgrade to Maven Verifier 2.0.0-M1 (#706)
@michael-o
- [SUREFIRE-2265] - Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#779)
@dependabot
- [SUREFIRE-2263] - Use the latest version of surefire for self build (#776)
@slawekjaranowski
- [SUREFIRE-2262] - Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#775)
@dependabot
👻 Maintenance
- [SUREFIRE-2269] - Allow fail during clean in surefire-its (#785)
@slawekjaranowski
a69b0f8
[maven-release-plugin] prepare release surefire-3.5.1ccc54d0
[SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#784)ab77c35
[SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
- JD...93317ff
[SUREFIRE-2269] Allow fail during clean in surefire-itsd7f4dbb
[SUREFIRE-2270] Use JUnit5 in surefire-shadefire7a98850
Drop comment from jira integrationb2aa8a6
[SUREFIRE-2267] Packages for commons-codec should be relocated in
surefire-sh...a928255
[SUREFIRE-1737] Fix disable in statelessTestsetReporter4584ebb
[SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M15aa3515
[SUREFIRE-2266] Execute ITs in parallelSourced from uraimo/run-on-arch-action's releases.
2.8.1
Fixed typo in Dockerfile.
Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.8.0...v2.8.1
2.8.0
This release explicitly adds the
--platform
parameter for the default Dockerfiles that now requires it.Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.7.2...v2.8.0
5397f9e
Fix type in Dockerfile3216ac1
Basic example workflow points to masterd20c7e3
Add explicit platform for all dockerfiles from the main reposc076445
Disable caching for local unit testsfded6bc
Trigger CI96c27aa
Declare the platform explicitly for all Ubundu default dockerfilesd01e021
Update README.mdSourced from org.codehaus.mojo:exec-maven-plugin's releases.
3.5.0
🚀 New features and improvements
- Add toolchain java path to environment variables in ExecMojo (#455)
@michalm2000
🐛 Bug Fixes
- #322, enable to control the exec:java interaction with JVM classloader more finely (#337)
@rmannibucau
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#445)
@dependabot
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/project6/project5lib (#451)
@dependabot
- Bump asm.version from 9.7 to 9.7.1 (#452)
@dependabot
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/setup-parent (#450)
@dependabot
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project13 (#449)
@dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#447)
@dependabot
👻 Maintenance
- Update site descriptor to 2.0.0 (#457)
@slawekjaranowski
- Toolchains manual improvements (#456)
@slawekjaranowski
- Manage version of maven-toolchains-plugin (#454)
@slawekjaranowski
b80d3d6
[maven-release-plugin] prepare release 3.5.0226a8ce
Update site descriptor to 2.0.047eac15
#322,
enable to control the exec:java interaction with JVM classloader more
f...582aed0
Bump project version8e7fa52
Update src/main/java/org/codehaus/mojo/exec/ExecMojo.javad2bdc9c
Add toolchain java path to environment variables in ExecMojo - added
tests an...eb62d78
Add toolchain java path to environment variables in ExecMojo - added
tests an...8dbbb07
Add toolchain java path to environment variables in ExecMojo - added
tests an...168b368
Add toolchain java path to environment variables in ExecMojo - added
tests an...491526a
Add toolchain java path to environment variables in ExecMojo - added
tests an...