Aurora Blog
Home
SpringBoot Auto-configure virtual threads on JdkClientHttpRequestFactory when enabled
2025-06-18 14:01:22
7352
I have seen the conversation in spring-projects/spring-framework#34393, but I wanted to re-open the conversation because...
SpringBoot Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls
2025-06-18 14:01:18
3663
With the update from v3.4.4 to v3.4.5 we encountered two ClassNotFoundException in combination with Spring Webflux and H...
SpringBoot UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder
2025-06-18 14:01:16
1807
Short story:IndexedElementsBinder from Spring 3.5.0 doesn't throw UnboundConfigurationPropertiesException on missing tar...
SpringBoot Upgrade to Spring LDAP 3.2.13
2025-06-18 14:01:10
171
Upgrade to Spring LDAP 3.2.13.Comment From: snicollAnd this one was fixed by https://github.com/spring-projects/spring-b...
SpringBoot Upgrade to Spring Framework 6.2.8
2025-06-18 14:01:08
136
Upgrade to Spring Framework 6.2.8.Comment From: snicollSomething went wrong with the commit message of this one. It was ...
SpringBoot Remove deprecated server.undertow.allow-encoded-slash
2025-06-18 14:01:01
384
It's @Deprecated(forRemoval = true, since = "3.0.3") but we haven't removed it yet.Comment From: wilkinsonaI found quite...
SpringBoot Update documentation to reflect changes in TestRestTemplate's default redirect behavior
2025-06-18 14:01:00
292
See https://github.com/spring-projects/spring-boot/issues/43431#issuecomment-2948712765Comment From: furmak331@wilkinson...
SpringBoot SSL Bundle not used for setting SSL information in KafkaProperties
2025-06-18 14:00:54
760
When upgrading to Spring Boot 3.5.0 I noticed that the SSL Bundle information is no longer propagated to the properties....
Spring TransactionTimedOutException is not thrown when a transaction timed out on PostgreSQL
2025-06-18 14:00:47
2223
EnvironmentJDK 21Spring Boot 3.4.6 + 3.5.0PostgreSQL 16.9 (installed with Homebrew)macOS 15.5Reproducible codehttps://gi...
Spring Leniently tolerate null @Aspect bean
2025-06-18 14:00:46
9943
I want to conditionally enable aspect like this:import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.anno...
Spring Resolve optional HandlerMethod parameter of @ExceptionHandler method to null
2025-06-18 14:00:44
1641
SummaryI have a Spring Boot service where custom JSON error responses are returned when controller methods are annotated...
Spring Request Forwarding with RestTemplate Malfunctions After Spring Boot 3.5.0 Upgrade
2025-06-18 14:00:40
7064
Description:Recently, we upgraded our project from Spring Boot 2.7.18 to Spring Boot 3.5.0, and after the upgrade, one o...
Spring When building DELETE requests, the request body is not used in JdkClientHttpRequest.buildRequest
2025-06-18 14:00:22
898
After switching from spring-web:6.2.6 to spring-web:6.2.8 one of the tests in our app stopped working.After some investi...
Spring @Scheduled task instrumentation does not work for Kotlin suspend functions
2025-06-18 14:00:20
17831
Spring docs for Scheduled tasks instrumentation states:An Observation is created for each execution of an @Scheduled tas...
Spring Allow usage of @CheckReturnValue on types and constructors
2025-06-18 14:00:18
2268
@CheckReturnValue currently only targets ElementType.METHOD. IDEs, however, also consider a type-level @CheckReturnValue...
Spring Update copyright headers to use "<year>-present" pattern
2025-06-18 14:00:13
570
Historically, we have used <introduction year>-<modification year> as the pattern for copyright headers.For ...
Spring Add support for bean lookup fallback to external containers
2025-06-18 14:00:08
1470
DescriptionI’m working on a project where we maintain a custom IoC container alongside the Spring ApplicationContext. We...
Golang Protobuf encoding: provide canonical output format
2025-06-17 14:12:29
60823
https://go-review.googlesource.com/c/protobuf/+/151340 added internal/detrand to denote to users that they should not re...
Golang x/tools/gopls: doesn't honor staticcheck's //lint:ignore (etc) directives
2025-06-17 14:12:09
4454
gopls versiongopls -v versionBuild info----------golang.org/x/tools/gopls v0.19.0 golang.org/x/tools/gopls@v0.19.0 h1...
Golang x/tools/gopls/internal/cmd: TestMCPCommandHTTP failures [consistent failure]
2025-06-17 14:12:04
36879
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/cmd" && test == "TestMCPComm...
上一页
下一页
1
…
313
314
315
316
317
…
386
.