Spring Security Create SqlAllAuthoritiesAuthorizationManager

We should create an AuthorizationManager that can lookup authorities using a configured SQL statement given the username...

Spring Security Add support for OAuth 2.0 Dynamic Client Registration Protocol

Add support for OAuth 2.0 Dynamic Client Registration Protocol.By default, the OAuth2ClientRegistrationEndpointFilter is...

Spring Security Add Principal -> Granted Authority Collection Abstraction

There are a number of places in Spring Security that issue granted authorities based on the principal, or loosely based ...

Spring Security Explore configuring authentication mechs declared in EnableGlobalMultifactorAuthentication

NOTE: This is a ticket that the Spring Security team is reviewing for inclusion. It's not considered ready to implement ...

Spring Security Explore introducing a hierarchy of factor authorities

NOTE: This is a ticket that the Spring Security team is reviewing for inclusion. It's not considered ready to implement ...

Spring Security Remove unnecessary throws Exception from spring-security-config

i love the new Customizer approach but they dont declare checked exceptions. (Yes, I know Spring itself has Throwing* v...

Spring Security Explore moving Bearer Token authentication before Csrf in the filter chain

NOTE: This is a ticket that the Spring Security team is reviewing for inclusion. It's not considered ready to implement ...

Spring Security A way to re-enable CSRF for OAuth2 bearer token requests

We have user-facing services which are accessed via OAuth2 proxy, so they are configured as resource server and bearer t...

Spring Security DelegatingAuthenticationEntryPoint.Builder should not throw exception when default entry point is specified

DelegatingAuthenticationEntryPoint.Builder throws an exception with the following usage:DelegatingAuthenticationEntryPoi...

Spring Security Explore changing X.509 MFA behavior when unauthenticated

NOTE: This is a ticket that the Spring Security team is reviewing for inclusion. It's not considered ready to implement ...

Spring Security OAuth2UserService supports signed and/or encrypted UserInfo Response

Expected BehaviorThe implementations of OAuth2UserService support the application/jwt content type when fetching the Use...

Spring AI ClassCastException: MessageDeltaEvent cannot be cast to ToolUseAggregationEvent in StreamHelper.mergeToolUseEvents when using Anthropic streaming with tools

## Bug Description When using Spring AI with Anthropic Claude and MCP tools in streaming mode, a ClassCastException occ...

Spring AI Elicitation Schema Improvements

Currently when using Elicitation the schema needs to be manually created:@McpTool(description = "generate a random numbe...

SpringBoot In Spring Boot 3.5.x and later, embedded Tomcat SSL ignores customized settings from application.yml

The reason for this bug is that the function setCertificateKeystoreFile(String certificateKeystoreFile), which is define...

SpringBoot Modularize spring-boot-test

The test modules know about everything at the moment and we'd like to modularize themComment From: wilkinsonaAs part of ...

SpringBoot Upgraded to JDK 25, receiving netty warnings

Since I upgraded to JDK 25 I receive warnings from netty.Can't really find a way to suppress them.this is my build.gradl...

SpringBoot UUID serialization is broken in v4.0.0-M3

I've provided a Spring Boot app that reproduces a bug with serializing UUIDs in Spring Boot v4.0.0-M3 (be sure to use th...

Spring Duplicate key error is wrongly mapped to TransientDataAccessException by SQLStateSQLExceptionTranslator

Expected behavior: DuplicateKeyException should be thrownActual behavior: TransientDataAccessResourceException is thrown...

Spring Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks

ContextIt seems like there were a lot of changes to the concurrency of singleton creations, here's my understanding of i...

Spring AbstractTestNGSpringContextTests is not thread-safe regarding tracked exceptions

TestNG allows running tests in parallel, using the parallel=methods parameter. This causes tests to run in multiple thre...
上一页 下一页
.