[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
version 1.0 (2012-05-29)
* First official release with authorisation endpoint, token endpoint, check
ID endpoint and UserInfo endpoint support.
* JSON Web Tokens (JWTs) support through the Nimbus-JWT library.
* Language Tags (RFC 5646) support through the Nimbus-LangTag library.
* JSON support through the JSON Smart library.
version 2.0 (2013-05-13)
* Intermediary development release with Maven build, published to
Maven Central.
version 2.1 (2013-06-06)
* Updates the APIs to OpenID Connect Messages draft 20, OpenID Connect
Standard draft 21, OpenID Connect Discovery draft 17 and OpenID
Connect Registration draft 19.
* Major refactoring of the APIs for greater simplicity.
* Adds JUnit tests.
version 2.2 (2013-06-18)
* Refactors dynamic OpenID Connect client registration.
* Adds partial support of the OAuth 2.0 Dynamic Client Registration
Protocol (draft-ietf-oauth-dyn-reg-12).
* Optimises parsing of request parameters consisting of one or more
tokens (scope, response type, etc).
version 2.4 (2013-06-20)
* Adds static OIDCClientInformation.parse(JSONObject) method.
version 2.5 (2013-06-22)
* Adds support OAuth 2.0 dynamic client update.
* Adds OpenID Connect dynamic client registration classes.
version 2.6 (2013-06-25)
* Enforces order of preference of ACR values in OpenID Connect client
metadata, as required by the specification.
* Documentation and performance improvements.
version 2.7 (2013-06-26)
* Switches Identifier generation to java.security.SecureRandom.
version 2.8 (2013-06-30)
* Fixes serialisation and assignment bugs in ClientMetadata.
* Switches Secret generation to java.security.SecureRandom.
version 2.9 (2013-09-17)
... (truncated)
Commits
0ea81ab [maven-release-plugin] prepare for next development iteration
9e2a53d Rearranges native_sso_supported const in OIDCProviderMetadata
a32053e Adds DeviceSecretToken class to represent DeviceSecret instances as a Token
bf5a1dc Certain parse methods must prevent unchecked IllegalArgumentExceptions due to...
dd025b0 RefreshToken.parse(JSONObject) must not throw unchecked exception on empty or...
4c8f49d TokenRevocationRequest supports device_secret as token
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 prod-deps group with 15 updates in the / directory:
33.3.0-jre
33.3.1-jre
2.17.2
2.18.0
2.17.2
2.18.0
2.17.2
2.18.0
2.17.2
2.18.0
5.13.0
5.14.1
5.13.0
5.14.1
5.11.0
5.11.1
5.11.0
5.11.1
2.7.2.Final
3.0.0.Final
3.10.0
3.10.1
3.2.5
3.2.7
1.13.4
1.13.5
1.13.4
1.13.5
11.19.1
11.20
Updates
com.google.guava:guava
from 33.3.0-jre to 33.3.1-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
com.fasterxml.jackson.core:jackson-core
from 2.17.2 to 2.18.0Commits
e78545c
[maven-release-plugin] prepare release jackson-core-2.18.0f698083
Prepare for 2.18.0 release95bc86e
Merge branch '2.17' into 2.186ce1c0d
Merge branch '2.16' into 2.1756265d1
Backport #1340 in 2.16(.3)9f3ed66
Fix #1340 by adding missing "provides" inmodule-info.java
(#1339)b9d56af
add tests for ints with 19 chars (#1337)4d47aae
Write 4-byte characters (surrogate pairs) instead of escapes (#1335)5c76113
Merge branch '2.17' into 2.18af8e0a2
Backport #1331 library upgradeUpdates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.17.2 to 2.18.0Updates
com.fasterxml.jackson.core:jackson-databind
from 2.17.2 to 2.18.0Commits
Updates
com.fasterxml.jackson.core:jackson-annotations
from 2.17.2 to 2.18.0Commits
Updates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.17.2 to 2.18.0Updates
org.mockito:mockito-core
from 5.13.0 to 5.14.1Release notes
Sourced from org.mockito:mockito-core's releases.
Commits
39a0c75
fix: gradle mockitoAgent configuration should not be transitive (#3454)e928059
Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)8a0e586
Disable mocks with an error message (#3424)d28b012
Fix typo in Javadoc of ArgumentCaptor (#3448)a2fc9c6
Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)c3fcc6e
Split subprojects by deliverable and integration tests (#3447)f5858c2
Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)1e337ed
Allow for installing a Java agent within the Mockito jar, without exposing By...a1d5860
Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)0438593
Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)Updates
org.mockito:mockito-junit-jupiter
from 5.13.0 to 5.14.1Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
Commits
39a0c75
fix: gradle mockitoAgent configuration should not be transitive (#3454)e928059
Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)8a0e586
Disable mocks with an error message (#3424)d28b012
Fix typo in Javadoc of ArgumentCaptor (#3448)a2fc9c6
Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)c3fcc6e
Split subprojects by deliverable and integration tests (#3447)f5858c2
Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)1e337ed
Allow for installing a Java agent within the Mockito jar, without exposing By...a1d5860
Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)0438593
Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)Updates
org.mockito:mockito-junit-jupiter
from 5.13.0 to 5.14.1Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
Commits
39a0c75
fix: gradle mockitoAgent configuration should not be transitive (#3454)e928059
Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)8a0e586
Disable mocks with an error message (#3424)d28b012
Fix typo in Javadoc of ArgumentCaptor (#3448)a2fc9c6
Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)c3fcc6e
Split subprojects by deliverable and integration tests (#3447)f5858c2
Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)1e337ed
Allow for installing a Java agent within the Mockito jar, without exposing By...a1d5860
Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)0438593
Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)Updates
org.junit.jupiter:junit-jupiter-api
from 5.11.0 to 5.11.1Release notes
Sourced from org.junit.jupiter:junit-jupiter-api's releases.
Commits
e4b2c0c
Release 5.11.1c37b179
Finalize 5.11.1 release notesa7b1c49
Include 5.10.4 release notes3646b7d
Document benefits ofmessageSupplier
inAssertions
(#3938)6b9f15d
Delete unnecessary (and potentially misleading) comment in User Guide98dafd3
Reduce flakiness6529d8d
Allow for work stealing when only holding read locks (#4012)0d25a5a
Fix YAML syntax28dd375
Fix step label348ef61
Switch to Temurin for JDK 23 (#4005)Updates
org.junit.jupiter:junit-jupiter
from 5.11.0 to 5.11.1Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
e4b2c0c
Release 5.11.1c37b179
Finalize 5.11.1 release notesa7b1c49
Include 5.10.4 release notes3646b7d
Document benefits ofmessageSupplier
inAssertions
(#3938)6b9f15d
Delete unnecessary (and potentially misleading) comment in User Guide98dafd3
Reduce flakiness6529d8d
Allow for work stealing when only holding read locks (#4012)0d25a5a
Fix YAML syntax28dd375
Fix step label348ef61
Switch to Temurin for JDK 23 (#4005)Updates
io.debezium:debezium-testing-testcontainers
from 2.7.2.Final to 3.0.0.FinalUpdates
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
org.apache.maven.plugins:maven-gpg-plugin
from 3.2.5 to 3.2.7Release notes
Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.
... (truncated)
Commits
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 iteration1c9a14c
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.6bbe6156
Add FAQ for "no pinentry" issue (#118)5b94273
[MGPG-141] Remove use of deprecated classes (#117)afdfd28
[MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)7516e7c
[MGPG-140] Update Maven to 3.9.9 (#116)Updates
com.fasterxml.jackson.core:jackson-databind
from 2.17.2 to 2.18.0Commits
Updates
io.micrometer:micrometer-registry-jmx
from 1.13.4 to 1.13.5Release notes
Sourced from io.micrometer:micrometer-registry-jmx's releases.
Commits
37b2499
Bump io.netty:netty-bom from 4.1.113.Final to 4.1.114.Final (#5546)9fe4577
Bump io.spring.develocity.conventions from 0.0.21 to 0.0.22 (#5545)75c7671
Run concurrency tests as part of CI build (#5498)45df021
Bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final (#5499)a832be6
Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 (#5506)2941011
Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 (#5504)d220ab5
Bump org.junit:junit-bom from 5.10.3 to 5.10.4 (#5501)1e04ea5
Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 (#5505)722c0bc
Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 (#5503)a27f7a4
Bump io.spring.develocity.conventions from 0.0.20 to 0.0.21 (#5502)Updates
io.micrometer:micrometer-registry-prometheus
from 1.13.4 to 1.13.5Release notes
Sourced from io.micrometer:micrometer-registry-prometheus's releases.
Commits
37b2499
Bump io.netty:netty-bom from 4.1.113.Final to 4.1.114.Final (#5546)9fe4577
Bump io.spring.develocity.conventions from 0.0.21 to 0.0.22 (#5545)75c7671
Run concurrency tests as part of CI build (#5498)45df021
Bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final (#5499)a832be6
Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 (#5506)2941011
Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 (#5504)d220ab5
Bump org.junit:junit-bom from 5.10.3 to 5.10.4 (#5501)1e04ea5
Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 (#5505)722c0bc
Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 (#5503)a27f7a4
Bump io.spring.develocity.conventions from 0.0.20 to 0.0.21 (#5502)Updates
io.micrometer:micrometer-registry-prometheus
from 1.13.4 to 1.13.5Release notes
Sourced from io.micrometer:micrometer-registry-prometheus's releases.
Commits
37b2499
Bump io.netty:netty-bom from 4.1.113.Final to 4.1.114.Final (#5546)9fe4577
Bump io.spring.develocity.conventions from 0.0.21 to 0.0.22 (#5545)75c7671
Run concurrency tests as part of CI build (#5498)45df021
Bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final (#5499)a832be6
Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 (#5506)2941011
Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 (#5504)d220ab5
Bump org.junit:junit-bom from 5.10.3 to 5.10.4 (#5501)1e04ea5
Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 (#5505)722c0bc
Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 (#5503)a27f7a4
Bump io.spring.develocity.conventions from 0.0.20 to 0.0.21 (#5502)Updates
com.fasterxml.jackson.core:jackson-annotations
from 2.17.2 to 2.18.0Commits
Updates
com.nimbusds:oauth2-oidc-sdk
from 11.19.1 to 11.20Changelog
Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.
... (truncated)
Commits
0ea81ab
[maven-release-plugin] prepare for next development iteration9e2a53d
Rearranges native_sso_supported const in OIDCProviderMetadataa32053e
Adds DeviceSecretToken class to represent DeviceSecret instances as a Tokenbf5a1dc
Certain parse methods must prevent unchecked IllegalArgumentExceptions due to...dd025b0
RefreshToken.parse(JSONObject) must not throw unchecked exception on empty or...4c8f49d
TokenRevocationRequest supports device_secret as token661c363
[maven-release-plugin] prepare release 11.20Dependabot 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