Aurora Blog
Home
Spring JUnit Jupiter TEST_METHOD ExtensionContextScope is not fully supported
2025-10-23 14:00:09
6295
OverviewAfter I investigated #34576, I discussed the difference in behavior between @Autowired fields and @Autowired arg...
Spring WebDataBinder.getTarget() is null; Incompatible form submission retrieval after upgrading spring-framework from 5.3.x to 6.2.10
2025-10-22 14:00:27
4087
It can be reproduced.Spring 5.3.x works normally; it is recommended that 6.2.10 maintains backward compatibility: WebDat...
Spring Any way to add custom property map to binder target as target is Null in Spring 6.x
2025-10-22 14:00:13
2193
Hi TeamIt is general question, I asked in stackoverflow also but needed your input.We are upgrading Spring 5.x to Spring...
Spring Validating byte[]s may produce OutOfMemoryError
2025-10-22 14:00:10
3788
Spring WebMVC allows validating method parameters of controller methods - for example like this: @PostMapping(value ...
Spring Introduce isAutowirableConstructor(Executable, PropertyProvider) in TestConstructorUtils and deprecate existing variants
2025-10-22 14:00:06
872
TestConstructorUtils in spring-test contains multiple isAutowirableConstructor(...) overloads for historical reasons.How...
Gorm Allow enabling TranslateError for session too instead of only globally
2025-10-19 14:00:39
1142
Describe the featureAllow enabling TranslateError for gorm.Session instead of only globally (gorm.Config)MotivationI'd l...
Spring Security HttpHeaders.writeHttpHeaders Fails with UnsupportedOperationException
2025-10-19 14:00:32
7562
Superseded by https://github.com/spring-projects/spring-framework/issues/33789Related https://github.com/spring-cloud/s...
Spring AI Spring-ai does NOT work with io.github.bonigarcia:webdrivermanager
2025-10-19 14:00:25
28016
Minimal Complete Reproducible exampleplugins { id 'java' id 'org.springframework.boot' version '3.4.10' id 'io....
SpringBoot issue: Enable RestClient Auto Configuration when use Reactive and VirtualThreadsExecutor is Enabled.
2025-10-19 14:00:18
108097
I'm using Spring Boot 3.5.6 with next dependencies in classpathimplementation("org.springframework.boot:spring-boot...
SpringBoot Auto-configured JsonMapper not used by WebTestClient and RestTestClient
2025-10-19 14:00:16
1912
With the latest 4.0.0-SNAPSHOT (4.0.0-20251009.094940-602), with the new spring-boot-test modules, the auto-configured J...
Spring Security When possible use SmartHttpMessageConverter over GenericHttpMessageConverter
2025-10-18 14:01:39
1019
Spring Security often uses GenericHttpMessageConverter for JSON support. The new Jackson support was refined to be a Sma...
Spring Security Provide an official PDF download for the Spring Security reference documentation
2025-10-18 14:01:34
2251
DescriptionThe Spring Security reference guide is currently available only as HTML athttps://docs.spring.io/spring-secur...
Spring Security Spring Security with Active Directory shows *Property 'userDn' not set - anonymous context will be used for read-write operations* INFO message even if anonymous is disabled in HttpSecurity settings
2025-10-18 14:01:29
31618
Describe the bugI use AD to authenticate user which works as expected. I have class like below:Note that I have enabled...
Spring Security Redundant Test File AbstractSecurityInterceptorTests
2025-10-18 14:01:14
164
Most of the coverage classes under AbstractSecurityInterceptorTests are deprecated or moved to MethodSecurityInterceptor...
Spring AI Return Direct - multiple returns
2025-10-18 14:01:11
4311
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 Provide an official PDF download for the Spring AI reference documentation
2025-10-18 14:01:06
2166
DescriptionThe Spring AI reference documentation is currently available only as HTML athttps://docs.spring.io/spring-ai/...
Spring AI Add ability to customize WebClient per connection name
2025-10-18 14:01:05
2780
When creating NamedClientMcpTransport, support ability to customize WebClient per connection name.Current code creates t...
SpringBoot Support constructor validation during configuration properties binding
2025-10-18 14:01:01
1369
See example project: https://github.com/HStoyanov-augglobal/springboot-prop-validation-issueThere is a record org.exampl...
SpringBoot Remove ConcurrentReferenceCachingMetadataReaderFactory
2025-10-18 14:00:59
1094
The ConcurrentReferenceCachingMetadataReaderFactory type has been present since Spring Boot 1.4 and its main difference ...
SpringBoot Revisit BaseUrl naming a consider caching the resolution
2025-10-18 14:00:56
821
BaseUrl has been significantly changed to handle base URLs correctly and account for the case where the baseUrl on a mut...
上一页
下一页
1
2
3
4
5
6
7
…
366
.