Aurora Blog
Home
Spring RestTemplate rootUri() gets ignored in @HttpExchange methods with URI parameter
2025-11-07 14:00:38
2916
DescriptionWhen using @HttpExchange clients with a custom RestClient built from a RestTemplate, setting RestTemplateBuil...
Spring API Versioning - media-type-parameter in YAML config
2025-11-07 14:00:28
1111
I'm trying out the new API Versioning for Spring Framework 7 and using the 'media-type-parameter' with YAML config that ...
Spring Fix spring-core multirelease jar
2025-11-07 14:00:25
920
The multi-release jar for spring-core doesn't validate when running jar --validate --file spring-core.jar. Instead, the ...
Spring Consider adding a gradle-daemon-jvm.properties file
2025-11-07 14:00:21
1092
As of the change made in https://github.com/spring-projects/spring-framework/commit/7edb0b339719db49803f5a81c9501816d750...
Spring AbstractStreamingClientHttpRequest isn't actually streaming but buffering
2025-11-07 14:00:12
2652
Changes made in Spring 6.1 by removing buffering from the ClientHttpRequest implementations in this commit actually made...
Spring Proposal: Preserve Original 'Produces' Media Types in Exception Handlers
2025-11-07 14:00:08
1483
I have a REST service that can produce responses in either JSON or XML, as defined by the produces = {"application/xml",...
MyBatis-Plus [功能改进]: 希望能固定Querywrapper等的调用顺序
2025-11-06 14:01:58
1857
确认[x] 我的版本是最新版本, 我的版本号与 version 相同, 并且项目里无依赖冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为你的想法(不得删除 描述 前面的部分...
Gorm Customized Join Table Select/Update
2025-11-06 14:01:54
4509
Your QuestionSay for example I have these structs:type Person struct { ID int Name string Addresses []Add...
Spring Cloud Config Spring Cloud Config Import Config Behaviours
2025-11-06 14:01:49
12788
Describe the bugSpring Cloud Config 4.3.0Spring Boot 3.5.6Scenario 1application.ymlspring.application.name: demo1spring....
Spring Cloud Config Inconsistent exceptions thrown by Repository#resolve(String revstr) for invalid commit IDs
2025-11-06 14:01:47
3222
I was validating a scenario where, if I provide a commit ID that is not present in the repository, the Config Client sho...
Spring Security Add a Minimal Authorization Server Configuration
2025-11-06 14:01:39
555
The reference currently has two samples. It would be nice if there was an intermediate example that shows a minimal conf...
Spring Security Oauth2 Graavlm issue
2025-11-06 14:01:36
1085
Describe the bugWhen running a native spring boot image with spring security and redis sessions I get an error both with...
Spring Security JdbcRegisteredClientRepository should support Jackson 3
2025-11-06 14:01:33
209
Jackson 3 support was added to JdbcOAuth2AuthorizationService in gh-17832, however, it was not added to JdbcRegisteredCl...
Spring Security One Time Token Authentication Failure Handler
2025-11-06 14:01:29
1255
Expected Behaviorwhen the request resolver doesn't match, the filter should have a handler for failure for the user to c...
Spring Security Customizable Default Authentication Entry Point for Multi-Factor Authentication
2025-11-06 14:01:20
4444
Summary / Expected BehaviorWhen using @EnableGlobalMultiFactorAuthentication with Spring Security, the framework current...
Spring AI MCP tool not invoked when using .entity(Class) with ChatClient (version 1.1.0-M4)
2025-11-06 14:01:15
2989
When using ChatClient.prompt() with .entity(MyClass.class), the MCP (Model Context Protocol) tool is not invoked. Howeve...
Spring AI OpenAI Chat Response doesn't include Websearch annotations in stream mode
2025-11-06 14:01:07
784
The OpenAI gpt-4o-search-preview model doesn't seem to return web search annotations in streaming mode.This is currently...
Spring AI Streaming token usage always zero in OpenAI chat streams [BUG]🐞
2025-11-06 14:01:05
2760
Bug descriptionWhen using the Spring AI chatClient.prompt().stream() API with OpenAI (tested on version 1.1.0-M3), the r...
SpringBoot Use since attribute in configuration properties deprecation consistently
2025-11-06 14:00:57
759
Most properties that are deprecated don't have a since attribute. We should revisit them and add the attribute so that n...
SpringBoot GC pressure from SpringConfigurationPropertySource
2025-11-06 14:00:55
5987
SpringConfigurationPropertySource.DelegatingPropertyMapper.callMappers() is showing up in Flight Recorder as a source of...
上一页
下一页
1
2
3
4
5
6
7
…
369
.