Pin dependency no.nav.security:mock-oauth2-server to 0.5.16 to remain java 11 compatible. (branch_9x) - #4719
Conversation
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
janhoy
left a comment
There was a problem hiding this comment.
Looks good. Personally I'd have closed the renovate PR and created a new one for thiese renovate rules, linking the solrbot-pr, thus explaining why it was closed. But the end game will be the same I guess
i can do that. Sometimes I struggle with all the ceremony around just the writing code and fixing the problem. The pr, the jira, the review. But then I remember that is part of what makes us work as an effective community. |
|
Closing as these dependencies require moving past java 11 to java 17... And we use java 11 on branch_9x. |
This PR contains the following updates:
0.5.10→6.0.0Release Notes
navikt/mock-oauth2-server (no.nav.security:mock-oauth2-server)
v6.0.0Compare Source
What's Changed
ch.qos.logback:logback-classicnorkotlinx-serialization-jsonin its library.testRuntimeOnly("ch.qos.logback:logback-classic:<version>").slf4j-apistill comes transitively./<issuer>/debuggerand/<issuer>/debugger/callback) can no longer target an external identity provider.DebuggerRequestHandlernow takes anOAuth2HttpServerinstead of anSsl?.tools.jackson.*) instead of Jackson 2 (com.fasterxml.jackson.*).jackson-annotations2.x.no.nav.security.mock.oauth2.http.objectMapperand the deserializers nested inOAuth2Configare nowinternal. Construct your own mapper if you usedobjectMapper.NettyWrapperrejects request bodies above 1 MiB with413. This affects the standalone server and Docker image;MockWebServerWrapperis unaffected.See also the migration guide.
🐛 Bug Fixes
🧰 Maintenance
⬆️ Dependency upgrades
New Contributors
Full Changelog: navikt/mock-oauth2-server@5.0.2...5.0.3
v5.0.2Compare Source
What's Changed
🐛 Bug Fixes
⬆️ Dependency upgrades
v5.0.1Compare Source
Why 5.0.1
This is a roll-forward patch release after
5.0.0.5.0.0was already published to GitHub Packages, and re-running publish for the same version fail with409 Conflict(artifact already exists).5.0.1is created to proceed with a clean publish attempt from a new version.No intended library API changes in
5.0.1.v5.0.0Compare Source
What's Changed
This release introduces interactive-login claim mapping improvements, including a breaking claim-precedence change, plus CI and maintenance updates.
requestMappingclaim selection.requestMappingsnow override login-page claims.MIGRATION.md.🚀 Features
Before: claims submitted on the login page could overwrite claims from matching
requestMappings.Now: claims from matching
requestMappingstake precedence on key collisions.Login-page claims still apply for keys not already set by the mapping.
👉 See full migration details: MIGRATION.md
🧰 Maintenance
⬆️ Dependency upgrades
v4.0.1Compare Source
What's Changed
🧰 Maintenance
🔒 Security
⬆️ Dependency upgrades
v4.0.0Compare Source
What's Changed
🚀 Features
Previously any arbitrary string was accepted as a refresh_token.
Tests relying on this behavior will now receive 400 invalid_grant.
See the migration guide for details.
Affected test patterns:
❌ Passing a hardcoded or arbitrary string as refresh_token
❌ Expecting refresh to succeed after revocation
❌ Presenting a refresh token issued by issuer A to issuer B
🐛 Bug Fixes
🧰 Maintenance
⬆️ Dependency upgrades
v3.0.3Compare Source
What's Changed
v3.0.2Compare Source
What's Changed
⬆️ Dependency upgrades
v3.0.1Compare Source
What's Changed
⬆️ Dependency upgrades
v3.0.0Compare Source
What's Changed
TokenExchangeGrant.kthas been removed in favor ofcom.nimbusds.oauth2.sdk.tokenexchange.TokenExchangeGrantfun TokenRequest.tokenExchangeGrantOrNull()audproperty inIntrospectResponseis now aList<String>instead ofString⬆️ Dependency upgrades
v2.3.0Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
v2.2.1Compare Source
What's Changed
Full Changelog: navikt/mock-oauth2-server@2.2.0...2.2.1
v2.2.0Compare Source
What's Changed
⬆️ Dependency upgrades
Full Changelog: navikt/mock-oauth2-server@2.1.11...2.2.0
v2.1.11Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.10Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.9Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.8Compare Source
What's Changed
🐛 Bug Fixes
⬆️ Dependency upgrades
v2.1.7Compare Source
What's Changed
🚀 Features
v2.1.6Compare Source
What's Changed
OAuth2TokenProvidershould allow dynamicsystemTime(#693) @xuanswe⬆️ Dependency upgrades
v2.1.5Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
v2.1.4Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.3Compare Source
What's Changed
Breaking changes
OAuth2Configclass accepts a new parameterrotateRefreshToken. This has a default value offalse. You may need to update your code if you're instantiating aOAuth2Configwithout named parameters.🚀 Features
⬆️ Dependency upgrades
v2.1.2Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.1Compare Source
What's Changed
⬆️ Dependency upgrades
v2.1.0Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
v2.0.1Compare Source
What's Changed
🚀 Features
🐛 Bug Fixes
⬆️ Dependency upgrades
v2.0.0Compare Source
What's Changed
🚀 Features
⬆️ Dependency upgrades
Configuration
📅 Schedule: (UTC)
* * * * *)🚦 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 has been generated by Renovate Bot