[MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution fail if any toolchains or settings file isn't present by @cstamas in apache/maven-javadoc-plugin#313
Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#3803). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.
Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#3803). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.
Similar to release 2.32.0, the minimum supported JDK version to run Error Prone is JDK 17 (#3803). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group in /value with 6 updates:
3.10.0
3.10.1
2.32.0
2.33.0
2.32.0
2.33.0
9.7
9.7.1
3.5.0
3.5.1
3.5.0
3.5.1
Updates
org.apache.maven.plugins:maven-javadoc-plugin
from 3.10.0 to 3.10.1Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
Commits
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 iterationUpdates
com.google.errorprone:error_prone_annotations
from 2.32.0 to 2.33.0Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Commits
7a67f20
Release Error Prone 2.33.0f1f7955
Remove out of place.
. Previously, the error message was:c885150
Add a regression test for b/3698625722b78c1f
Avoid a possibleIndexOutOfBoundsException
inMemberName
.47dd2a8
SuggestSplitter.on(Pattern.compile(...))
instead ofSplitter.onPattern
50d0983
Add some missing testdata/ prefixes.f82fb66
Fix typosfb1a05b
Update protobuf versionbe99217
Extend MissingOverride to require@Override
on "an explicitly declared access...2c04ada
Support toSeconds in DurationToLongTimeUnitUpdates
com.google.errorprone:error_prone_type_annotations
from 2.32.0 to 2.33.0Release notes
Sourced from com.google.errorprone:error_prone_type_annotations's releases.
Commits
7a67f20
Release Error Prone 2.33.0f1f7955
Remove out of place.
. Previously, the error message was:c885150
Add a regression test for b/3698625722b78c1f
Avoid a possibleIndexOutOfBoundsException
inMemberName
.47dd2a8
SuggestSplitter.on(Pattern.compile(...))
instead ofSplitter.onPattern
50d0983
Add some missing testdata/ prefixes.f82fb66
Fix typosfb1a05b
Update protobuf versionbe99217
Extend MissingOverride to require@Override
on "an explicitly declared access...2c04ada
Support toSeconds in DurationToLongTimeUnitUpdates
org.ow2.asm:asm
from 9.7 to 9.7.1Updates
com.google.errorprone:error_prone_type_annotations
from 2.32.0 to 2.33.0Release notes
Sourced from com.google.errorprone:error_prone_type_annotations's releases.
Commits
7a67f20
Release Error Prone 2.33.0f1f7955
Remove out of place.
. Previously, the error message was:c885150
Add a regression test for b/3698625722b78c1f
Avoid a possibleIndexOutOfBoundsException
inMemberName
.47dd2a8
SuggestSplitter.on(Pattern.compile(...))
instead ofSplitter.onPattern
50d0983
Add some missing testdata/ prefixes.f82fb66
Fix typosfb1a05b
Update protobuf versionbe99217
Extend MissingOverride to require@Override
on "an explicitly declared access...2c04ada
Support toSeconds in DurationToLongTimeUnitUpdates
org.apache.maven.plugins:maven-surefire-plugin
from 3.5.0 to 3.5.1Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
Commits
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 parallelUpdates
org.apache.maven.plugins:maven-failsafe-plugin
from 3.5.0 to 3.5.1Release notes
Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.
Commits
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 parallelDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show