Aurora Blog
Home
Spring Security HttpSecurity should allow for AuthorizationManager<? super RequestAuthorizationContext>
2025-09-19 14:04:43
695
This allows an AuthorizationManager<Object> to be used. Similarly we should allow for AuthorizationManagerFactory&...
Spring Security Security Expressions Should Allow Returning an AuthorizationManager
2025-09-19 14:04:40
177
If SpEL expressions return an authorization manager, then this unifies the way that custom web and method security rules...
Spring Security SEC-2390: Multi Factor Authentication
2025-09-19 14:04:39
7833
Rob Winch (Migrated from SEC-2390) said:Include support for HMAC-Based One-time Password (HOTP) algorithm specified in R...
Spring Security Default Login Page Should Pre-populate Username Field If Already Logged In
2025-09-19 14:04:37
153
In a multi-factor arrangement, the second factor may already know the username of the individual and so can simplify log...
Spring Security Providers Should Add an Authority Representing Successful Authentication
2025-09-19 14:04:35
520
If OneTimeTokenAuthenticationProvider issues an authority FACTOR_OTT upon completion, then authorization rules can state...
Spring Security Add AccessDeniedHandler that Ties Authorities to Authentication Entry Points
2025-09-19 14:04:33
320
A handy AccessDeniedHandler implementation would be one that allows an authority like FACTOR_PASSWORD to be bound to an ...
Spring Security Add AuthorizationManagerFactory.hasAll(Authorities|Roles)
2025-09-19 14:04:30
246
We should add AuthorizationManagerFactory.hasAllAuthorities(String...) and AuthorizationManagerFactory.hasAllRoles(Strin...
Spring AI Thinking and toolName content sent from Ollama is lost in merge of ChatResponse.message in Spring AI ver 1.0.2
2025-09-19 14:04:26
2058
Bug descriptionContent in OllamaApi.Message.thinking and OllamaApi.Message.toolName is lost in OllamaApiHelper.merge sin...
Spring AI vectorstore pgvector support specify datasource host
2025-09-19 14:04:20
1301
pgvector support specify url\host such as vectorstore: chroma: initialize-schema: true client: ...
Spring AI SpringAI does not follow the AWS SDK's default region resolution rules
2025-09-19 14:04:18
1833
Bug descriptionWhen using any of the AWS / Bedrock models, the documentation states "The region property is compulsory."...
Spring AI Can't use Hugginface Inference API (serverless) due to hardcoded /generate path
2025-09-19 14:04:16
1145
Spring-ai has support for Hugginface Inference endpoints. However this doesn't work with the 'serverless' version of the...
Spring AI VertexAiGeminiChatClient loses information about Safety Ratings when returning ChatResponse
2025-09-19 14:04:14
985
Expected BehaviorI would like to be able to extract SafetyRatings from ChatResponse returned by VertexAiGeminiChatClient...
Spring AI Why Qdrant generated ID policy must be UUID
2025-09-19 14:04:10
4045
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring AI Feature Request : Consider making the ImageOptions properties such as N, Quality, dimensions etc to be an enum
2025-09-19 14:04:05
1101
Consider making the ImageOptions properties such as N, Quality, dimensions etc to be an enum. For example, OpenAiImageOp...
Spring AI Support async call by return Mono<ChatResponse>
2025-09-19 14:04:01
1505
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
Spring AI Add 'like' operator in FilterExpressionBuilder
2025-09-19 14:03:51
4093
Expected BehaviorThe document of FilterExpressionBuilder says "This builder DSL mimics the common https://www.baeldung.c...
Spring AI Add the low-level message ID and finishReason to SpringAI's Message properties.
2025-09-19 14:03:49
184
For example the Generation currently contains the finishReason but doesn't propagate ID to the Message. Comment From: ma...
Spring AI Review API design of org.springframework.ai.image
2025-09-19 14:03:47
180
The ImageResponse can have more helpers to convert base64 to binary. Review for ease of use in using the ImageResponse ...
Spring AI Create ResourceReader extends Function<Resource, List<Document>>
2025-09-19 14:03:44
144
This will facilitate loading a list of Resources into a vector database inside a loop. Currently this requires recreati...
Spring AI Add Model Captability class
2025-09-19 14:03:42
664
Both #2787 and #2863 would benefit from having a Model Capability class that describes what functionality the model sup...
上一页
下一页
1
…
56
57
58
59
60
…
386
.