Skip to content

Commit

Permalink
accept breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jan 25, 2024
1 parent 54d2568 commit 751f9ad
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions config/accepted-api-changes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2043,5 +2043,45 @@
"type": "io.micronaut.security.rules.SensitiveEndpointRule",
"member": "Implemented interface io.micronaut.security.rules.SecurityRule",
"reason": "Provide a human readable reason for the change"
},
{
"type": "io.micronaut.security.authentication.AuthenticationProvider",
"member": "Implemented interface io.micronaut.security.authentication.provider.ReactiveAuthenticationProvider",
"reason": "Revert breaking changes"
},
{
"type": "io.micronaut.security.authentication.AuthenticationProvider",
"member": "Implemented interface io.micronaut.core.order.Ordered",
"reason": "Revert breaking changes"
},
{
"type": "io.micronaut.security.oauth2.endpoint.token.request.password.OauthPasswordAuthenticationProvider",
"member": "Implemented interface io.micronaut.security.authentication.provider.ReactiveAuthenticationProvider",
"reason": "Revert breaking changes"
},
{
"type": "io.micronaut.security.oauth2.endpoint.token.request.password.OauthPasswordAuthenticationProvider",
"member": "Implemented interface io.micronaut.core.order.Ordered",
"reason": "Revert breaking changes"
},
{
"type": "io.micronaut.security.oauth2.endpoint.token.request.password.OpenIdPasswordAuthenticationProvider",
"member": "Implemented interface io.micronaut.security.authentication.provider.ReactiveAuthenticationProvider",
"reason": "Revert breaking changes"
},
{
"type": "io.micronaut.security.oauth2.endpoint.token.request.password.OpenIdPasswordAuthenticationProvider",
"member": "Implemented interface io.micronaut.core.order.Ordered",
"reason": "Revert breaking changes"
},
{
"type": "io.micronaut.security.ldap.LdapAuthenticationProvider",
"member": "Implemented interface io.micronaut.security.authentication.provider.ReactiveAuthenticationProvider",
"reason": "Revert breaking changes"
},
{
"type": "io.micronaut.security.ldap.LdapAuthenticationProvider",
"member": "Implemented interface io.micronaut.core.order.Ordered",
"reason": "Revert breaking changes"
}
]

0 comments on commit 751f9ad

Please sign in to comment.