A scriptable/customizable web server for testing HTTP clients using OAuth2/OpenID Connect or applications with a dependency to a running OAuth2 server (i.e. APIs requiring signed JWTs from a known issuer)
MIT License
248
stars
59
forks
source link
chore(deps): bump the github group across 1 directory with 20 updates #709
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
d32a23c [maven-release-plugin] prepare for next development iteration
This is a bugfix release that aims to fix missing kotlinx-serialization-hocon artifact.
It also contains experimental integration with kotlinx-io library.
Kotlin 2.0.0 is used by default.
Fixed HOCON publication
Sadly, 1.7.0 release was published incomplete: kotlinx-serialization-hocon artifact is missing from 1.7.0 and 1.7.0-RC releases.
This release fixes this problem and now kotlinx-serialization-hocon is available again with 1.7.1 version.
No other changes were made to this artifact. Related ticket: #2717.
Add integration with a kotlinx-io library
kotlinx-io is an official multiplatform library that provides basic IO primitives, similar to Okio.
kotlinx.serialization integration is now available in a separate artifact, located at the kotlinx-serialization-json-io coordinates. Integration artifact provides functions similar to existing Okio integration: encodeToSink, decodeFromSource, and decodeSourceToSequence. Check out the PR for more details.
Other bugfixes
Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#2715)
This is a bugfix release that aims to fix missing kotlinx-serialization-hocon artifact.
It also contains experimental integration with kotlinx-io library.
Kotlin 2.0.0 is used by default.
Fixed HOCON publication
Sadly, 1.7.0 release was published incomplete: kotlinx-serialization-hocon artifact is missing from 1.7.0 and 1.7.0-RC releases.
This release fixes this problem and now kotlinx-serialization-hocon is available again with 1.7.1 version.
No other changes were made to this artifact. Related ticket: #2717.
Add integration with a kotlinx-io library
kotlinx-io is an official multiplatform library that provides basic IO primitives, similar to Okio.
kotlinx.serialization integration is now available in a separate artifact, located at the kotlinx-serialization-json-io coordinates.
Integration artifact provides functions similar to existing Okio integration: encodeToSink, decodeFromSource, and decodeSourceToSequence.
Check out the PR for more details.
Other bugfixes
Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#2715)
Bumps the github group with 20 updates in the / directory:
11.12
11.13
1.7.0
1.7.1
3.3.0
3.3.1
3.3.0
3.3.1
3.3.0
3.3.1
3.3.0
3.3.1
3.3.0
3.3.1
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
2.3.11
2.3.12
6.6.2
7.0.0
4.3.0
4.4.0
Updates
com.nimbusds:oauth2-oidc-sdk
from 11.12 to 11.13Changelog
Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.
... (truncated)
Commits
d32a23c
[maven-release-plugin] prepare for next development iteration92f87ea
Adds Entra EAM example test6b38931
The TokenIntrospectionRequest.parse method must throw a ParseException when a...9fbb7a5
Updates to Nimbus JOSE+JWT 9.408f299ae
[maven-release-plugin] prepare release 11.12.19fde04a
[maven-release-plugin] prepare for next development iterationf84e9bf
TypelessToken overrides equals and hashCoded9d74fd
The TokenRevocationRequest.parse method must throw a ParseException whenb25ee22
Refactors JWTAuthentication.parse(HTTPRequest)5d1b32f
JWTAuthentication.parseClientID(Map<String,List>) must correctly han...Updates
org.jetbrains.kotlinx:kotlinx-serialization-json
from 1.7.0 to 1.7.1Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
Commits
c75b46d
Prepare 1.7.1 release (#2726)c628e29
Prohibited use of elements other than JsonObject in JsonTransformingSerialize...3de98ff
Fixed HOCON publication (#2723)0013192
Setup running native tests in release mode (#2667)08e604a
Add integration with kotlinx-io library (#2707)Updates
org.springframework.boot:spring-boot-starter-webflux
from 3.3.0 to 3.3.1Release notes
Sourced from org.springframework.boot:spring-boot-starter-webflux's releases.
... (truncated)
Commits
586499d
Release v3.3.13ef5254
Merge branch '3.2.x'b65aae4
Next development version (v3.2.8-SNAPSHOT)8e405c0
Merge branch '3.2.x'c2f21e9
Don't execute@DockerComposeTests
if docker is not runninge7ffeb3
Use Tomcat's new setter for max queue sizefb9d779
Merge pull request #41162 from mateusscheper955fe18
Polish 'Improve readability of documentation'cf8ed63
Improve readability of documentation6c34c02
Improving readabilityUpdates
org.springframework.boot:spring-boot-starter-oauth2-resource-server
from 3.3.0 to 3.3.1Release notes
Sourced from org.springframework.boot:spring-boot-starter-oauth2-resource-server's releases.
... (truncated)
Commits
586499d
Release v3.3.13ef5254
Merge branch '3.2.x'b65aae4
Next development version (v3.2.8-SNAPSHOT)8e405c0
Merge branch '3.2.x'c2f21e9
Don't execute@DockerComposeTests
if docker is not runninge7ffeb3
Use Tomcat's new setter for max queue sizefb9d779
Merge pull request #41162 from mateusscheper955fe18
Polish 'Improve readability of documentation'cf8ed63
Improve readability of documentation6c34c02
Improving readabilityUpdates
org.springframework.boot:spring-boot-starter-oauth2-client
from 3.3.0 to 3.3.1Release notes
Sourced from org.springframework.boot:spring-boot-starter-oauth2-client's releases.
... (truncated)
Commits
586499d
Release v3.3.13ef5254
Merge branch '3.2.x'b65aae4
Next development version (v3.2.8-SNAPSHOT)8e405c0
Merge branch '3.2.x'c2f21e9
Don't execute@DockerComposeTests
if docker is not runninge7ffeb3
Use Tomcat's new setter for max queue sizefb9d779
Merge pull request #41162 from mateusscheper955fe18
Polish 'Improve readability of documentation'cf8ed63
Improve readability of documentation6c34c02
Improving readabilityUpdates
org.springframework.boot:spring-boot-starter-test
from 3.3.0 to 3.3.1Release notes
Sourced from org.springframework.boot:spring-boot-starter-test's releases.
... (truncated)
Commits
586499d
Release v3.3.13ef5254
Merge branch '3.2.x'b65aae4
Next development version (v3.2.8-SNAPSHOT)8e405c0
Merge branch '3.2.x'c2f21e9
Don't execute@DockerComposeTests
if docker is not runninge7ffeb3
Use Tomcat's new setter for max queue sizefb9d779
Merge pull request #41162 from mateusscheper955fe18
Polish 'Improve readability of documentation'cf8ed63
Improve readability of documentation6c34c02
Improving readabilityUpdates
org.springframework.boot:spring-boot-test
from 3.3.0 to 3.3.1Release notes
Sourced from org.springframework.boot:spring-boot-test's releases.
... (truncated)
Commits
586499d
Release v3.3.13ef5254
Merge branch '3.2.x'b65aae4
Next development version (v3.2.8-SNAPSHOT)8e405c0
Merge branch '3.2.x'c2f21e9
Don't execute@DockerComposeTests
if docker is not runninge7ffeb3
Use Tomcat's new setter for max queue sizefb9d779
Merge pull request #41162 from mateusscheper955fe18
Polish 'Improve readability of documentation'cf8ed63
Improve readability of documentation6c34c02
Improving readabilityUpdates
org.springframework.boot:spring-boot-starter-oauth2-resource-server
from 3.3.0 to 3.3.1Release notes
Sourced from org.springframework.boot:spring-boot-starter-oauth2-resource-server's releases.