Aurora Blog
Home
Gorm How to bug report of teh playground code?
2025-09-30 14:01:48
389
You request everyone to report using your playground code. But the playground code is broken on my machineHow to report ...
Gorm GORM Performance comparison with other ORMS/Tools
2025-09-30 14:01:44
2365
Your Question@jinzhu I just wanted to show you this: https://github.com/efectn/go-orm-benchmarks It seems that Gorm is a...
Gorm Support escaping double quotes in struct tags
2025-09-30 14:01:36
663
Describe the featureSupport escaping double quotes in struct tags.MotivationI have the following object and want to do a...
Spring AMQP Don't Initialize Lazy Factory Beans in RabbitAdmin
2025-09-30 14:01:24
419
When looking for exchanges, queues, bindings, don't use getBeansOfType() with eager initialization.https://stackoverflow...
Spring Security Ambiguity when multiple ReactiveAuthenticationManager beans are defined (WebFlux DSL)
2025-09-30 14:01:19
4102
Describe the bugWhen multiple ReactiveAuthenticationManager beans are defined in a WebFlux application (for example, one...
Spring Security Race condition in HeaderWriterFilter when using asynchronous processing
2025-09-30 14:01:17
10214
Describe the bugWhen using HeaderWriterFilter and asynchronous processing (e. g. a Spring MVC controller method that ret...
Spring AI StucturedOutput Example doesn’t work
2025-09-30 14:01:12
2286
List<ActorsFilms> actorsFilms = ChatClient.create(chatModel).prompt() .user("Generate the filmography ...
Spring AI ollama - Align keep-alive handling across OllamaEmbeddingModel and OllamaChatModel
2025-09-30 14:01:08
598
IssueCurrently, the keep-alive option is handled inconsistently between models.In OllamaEmbeddingModel, a duration parse...
Spring AI Pure Java Implementation SentencePiece4J Released
2025-09-30 14:01:06
482
Google has sentencepiece but its written in C++ and java side requires jni and its not that much portableSo we have adde...
Spring AI Separate Authorization for MCP Initialisation Calls from MCP User/Tool Calls
2025-09-30 14:01:01
1895
My current understanding is this:When I have a chat service (acting as mcp client) and an mcp server deployed in a serve...
Spring AI Allow defining multiple MCP servers in a single application, with parametrized paths
2025-09-30 14:00:58
8028
Expected BehaviorDevelopers should be able to register multiple MCP servers on non-default paths, and these paths could ...
Spring AI Multiple tools with the same name
2025-09-30 14:00:50
920
使用spring-ai-mcp-client-webflux-spring-boot-starter-1.0.0.M6 maven依赖,创建mcp client启动时报错:Multiple tools with the same name...
Spring AI Cannot exclude certain auto-configurations in a consuming Boot application
2025-09-30 14:00:42
2923
Bug descriptionThere is a special case in MCP tools, where excluding the ToolCallingAutoConfiguration would be desirable...
Spring AI getToolCalls empty!
2025-09-30 14:00:34
1928
ChatResponse chatResponse = chatClient.prompt() .user(prompt) .tools(new OpenIaFunctions()) ...
SpringBoot Typo: Envronment -> Environment
2025-09-30 14:00:28
154
Typo found on the word Envronment. Should be Environment.https://github.com/search?q=repo%3Aspring-projects%2Fspring-boo...
SpringBoot PrimaryDefaultValidatorPostProcessor mismatches between bean lookup and BeanDefinition lookup when using parent/child ApplicationContext
2025-09-30 14:00:26
2283
Spring Boot Version:1.5.6.RELEASE or 2.2.10.RELEASEProblem Description:When using a parent/child ApplicationContext setu...
SpringBoot ActiveProfiles not used on SpringBootApplication for bootTestRun
2025-09-30 14:00:24
1010
It would seem that ActiveProfiles isn't detected when on a SpringBootApplication when run as part of bootTestRunIn src/t...
SpringBoot Empty gap in log messages in v4.0.0-M3
2025-09-30 14:00:21
2106
After upgrading to Spring Boot v4.0.0-M3 the console log messages have a big empty gap before the package name, e.g.2025...
SpringBoot Adapt source code references to new modules in reference guide
2025-09-30 14:00:19
172
The reference documentation still has a number of use of code-spring-boot-autoconfigure-src which are broken with the mi...
Spring Upgrade to JUnit 5.14
2025-09-30 14:00:05
359
OverviewJUnit 5.14 is scheduled to be released tomorrow.Although we will not require JUnit Jupiter 5.14 as a new baselin...
上一页
下一页
1
…
36
37
38
39
40
…
386
.