Aurora Blog
Home
Spring Security Make WebAuthnAuthenticationTokenRequest Serializable
2025-07-24 14:01:20
2388
WebAuthAuthenticationTokenRequest should be serializable. It isn't, however, since some of its components aren't seriali...
Spring AI Add audio-related multimodal integration tests for the large model with the newly added audio input function.
2025-07-24 14:01:16
443
Currently, the project lacks multimodal integration tests for audio input types (from https://github.com/spring-projec...
Spring AI Tools Not Available when ChatOptions Set on Prompt
2025-07-24 14:01:12
2236
Bug descriptionWhen I use the ChatOptions.builder()... method to create a set of chat options and set these options on m...
Spring AI Function as Tool does not work
2025-07-24 14:01:10
2076
I define a tool as a function (FaT) as described in the documentation and pass it to the chat model as described in the ...
Spring AI Expose original tool name and client identifier in SyncMcpToolCallback’s & AsyncMcpToolCallback's ToolDefinition
2025-07-24 14:01:08
2233
Expected BehaviourWhen calling toolCallbackProvider.getToolCallbacks(), each returned ToolCallback wraps a ToolDefinitio...
Spring AI Similarity searches with the MariaDBVectorStore do not provide a score
2025-07-24 14:01:06
1606
Bug descriptionThe MariaDBVectorStore does not return the score when doing a similarity search. Instead it adds the dist...
Spring AI ChatClient structured output - No access to metadata/token usage with .entity()
2025-07-24 14:01:03
4784
Bug descriptionI'm experiencing what appears to be multiple API calls to the LLM provider when calling different methods...
SpringBoot SpringBootTest - Misleading PropertySource name for programmatically set test properties
2025-07-24 14:00:57
3093
Problem:When debugging property sources in a Spring Boot test, properties programmatically injected via TestPropertyValu...
SpringBoot spring-boot-starter-restclient + spring-boot-starter-test gives compliation error
2025-07-24 14:00:55
960
When new spring-boot-starter-restclient used along with spring-boot-starter-test gives compilation error. If spring-boot...
SpringBoot Add auto-configuration and properties support for Spring Framework's new API Versioning
2025-07-24 14:00:51
320
See https://github.com/spring-projects/spring-framework/issues/34565Probably exercising the ApiVersionConfigurer similar...
SpringBoot Upgrade to Log4j2 2.25.1
2025-07-24 14:00:41
372
Upgrade to Log4j2 2.25.1.Comment From: snicollSo the upgrade requires a bit of work (WIP):@PluginLoggerContext now requi...
SpringBoot Missing property for Spring Authorization PAR endpoint
2025-07-24 14:00:39
526
Spring Authorization Server configures a Pushed Authorization Request endpoint by default at /oauth2/par.Spring Boot pro...
SpringBoot Introduce @KafkaListenerTest for focused Kafka Listener testing
2025-07-24 14:00:37
1453
Currently, testing Kafka listeners typically involves @SpringBootTest and @EmbeddedKafka, which loads the entire applica...
SpringBoot Review relationship between OTLP and OpenTelemetry
2025-07-24 14:00:32
6027
See https://github.com/spring-projects/spring-boot/issues/46229#issuecomment-3043889546 for some background. In addition...
SpringBoot Upgrade to Spring Data 2025.1.0-M3
2025-07-24 14:00:25
79
Comment From: snicollClosed by b32bd84Comment From: snicollSuperseded by #46048
SpringBoot Upgrade to Groovy 4.0.28
2025-07-24 14:00:17
1533
Upgrade to Groovy 4.0.28https://github.com/apache/groovy/releases/tag/GROOVY_4_0_28https://groovy-lang.org/changelogs/ch...
Golang unicode/utf8: improve performance of AppendRune and EncodeRune
2025-07-23 14:05:02
2874
Proposal DetailsThe non-inlined path of AppendRune classifies runes with a switch statement by checking the range in whi...
Golang runtime: memmove should use the REP MOVSB instruction on newer Intel microarchitectures.
2025-07-23 14:05:00
2616
Go versiongo version go1.22.2 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang flag/flag.go panic: runtime error: index out of range [0] with length 0
2025-07-23 14:04:58
1377
panic: runtime error: index out of range [0] with length 0goroutine 1 [running]:flag.init() /usr/local/go/src/fla...
Golang proposal: x/sys/windows: Add GetAce syscall
2025-07-23 14:04:56
3128
Proposal DetailsOn Windows, access to an object / file can be controlled through the Discretionary Access Control List (...
上一页
下一页
1
…
88
89
90
91
92
…
272
.