Aurora Blog
Home
Spring Security Create SqlAllAuthoritiesAuthorizationManager
2025-09-26 14:01:08
2301
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
2025-09-26 14:01:06
4994
Add support for OAuth 2.0 Dynamic Client Registration Protocol.By default, the OAuth2ClientRegistrationEndpointFilter is...
Spring Security Add Principal -> Granted Authority Collection Abstraction
2025-09-26 14:00:58
728
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
2025-09-26 14:00:56
925
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
2025-09-26 14:00:55
2187
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
2025-09-26 14:00:53
3271
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
2025-09-26 14:00:51
1152
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
2025-09-26 14:00:49
12272
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
2025-09-26 14:00:47
280
DelegatingAuthenticationEntryPoint.Builder throws an exception with the following usage:DelegatingAuthenticationEntryPoi...
Spring Security Explore changing X.509 MFA behavior when unauthenticated
2025-09-26 14:00:43
1952
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
2025-09-26 14:00:41
7124
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
2025-09-26 14:00:33
1162
## Bug Description When using Spring AI with Anthropic Claude and MCP tools in streaming mode, a ClassCastException occ...
Spring AI Elicitation Schema Improvements
2025-09-26 14:00:31
934
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
2025-09-26 14:00:26
1981
The reason for this bug is that the function setCertificateKeystoreFile(String certificateKeystoreFile), which is define...
SpringBoot Modularize spring-boot-test
2025-09-26 14:00:19
357
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
2025-09-26 14:00:17
2925
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
2025-09-26 14:00:15
2862
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
2025-09-26 14:00:11
7685
Expected behavior: DuplicateKeyException should be thrownActual behavior: TransientDataAccessResourceException is thrown...
Spring Thread race during FactoryBean instantiations starting with 6.2 due to lenient locks
2025-09-26 14:00:09
4426
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
2025-09-26 14:00:07
4073
TestNG allows running tests in parallel, using the parallel=methods parameter. This causes tests to run in multiple thre...
上一页
下一页
1
…
25
26
27
28
29
…
367
.