Aurora Blog
Home
SpringBoot Regression in @ConditionalOnMissingBean after upgrade to 3.5.0
2025-06-11 14:00:44
2080
After upgrading to springboot 3.5.0 from 3.4.6 we noticed a regression in bean creation in our projects. A bean, which d...
Spring jakarta.validation.constraints.NotNull and Kotlin non-nullable type
2025-06-11 14:00:41
16304
DTO kotlin data classpackage edu.tyut.spring_boot_ssm.dtoimport edu.tyut.spring_boot_ssm.annotation.Stateimport jakarta....
Spring Support repeatable writes in FormHttpMessageConverter#writeMultipart
2025-06-11 14:00:35
790
The FormHttpMessageConverter#writeMultipart method should support repeatable bodies, rather than only supporting single-...
Spring Aspect Not Triggered After Restart in Spring Boot 3.4.x (But Works in 3.3.10)
2025-06-11 14:00:33
35725
In my Spring Boot 3.4.0 based application, I have an @Aspect named TenantServiceAspect that intercepts repository method...
Spring Revise @Nullable declarations for contains*() methods in CollectionUtils
2025-06-11 14:00:21
333
OverviewAs a follow up to #34934 (specifically, https://github.com/spring-projects/spring-framework/issues/34934#issueco...
Spring Reject conditional @EnableScheduling / @EnableCaching declarations that rely on the REGISTER_BEAN phase
2025-06-11 14:00:17
2491
Minimal example reproducing the problem: https://github.com/klach-ocado/enablescheduling-configurationphase-issueAaaUnre...
Spring consider return a distincted value of MultiValueMap for AnnotatedTypeMetadata.getAllAnnotationAttributes
2025-06-11 14:00:15
1087
Here is a simple code sample: @Configuration(proxyBeanMethods = false)public class FooAutoConfiguration { @Conditiona...
Spring Spel does not work when $ right after #
2025-06-11 14:00:09
3009
Given// Expression exp = EXPRESSION_PARSER.parseExpression("#${dynamic.enabled:false} == true ? T(com.util.Valid...
Golang unique: TestCanonMap/LoadOrStore/ConcurrentUnsharedKeys failures
2025-06-10 14:17:18
5449
#!watchflakesdefault <- pkg == "unique" && test == "TestCanonMap/LoadOrStore/ConcurrentUnshare...
Golang hash: standardize the hash function
2025-06-10 14:17:16
76371
Background: Issue https://github.com/golang/go/issues/69420 proposes a types.Hash function that provides a hash operator...
Golang cmd/dist: re-expose pack command in Go 1.25
2025-06-10 14:17:14
5736
Go versiongo1.25-devel_cfb4e9bc4a Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g'CGO_CPPF...
Golang build: build failure on gotip-linux-arm64_c4ah72-perf_vs_release
2025-06-10 14:17:09
185436
#!watchflakesdefault <- builder == "gotip-linux-arm64_c4ah72-perf_vs_release" && repo == "go&q...
Golang x/tools/gopls/internal/test/marker: Test/codeaction/remove_struct_tags.txt failures
2025-06-10 14:17:06
1105
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang build: build failure on gotip-linux-arm64_c4as16-perf_vs_release
2025-06-10 14:17:04
38814
#!watchflakesdefault <- builder == "gotip-linux-arm64_c4as16-perf_vs_release" && repo == "go&q...
Golang x/tools: various flakes on ppc (linux OOM-kills)
2025-06-10 14:17:02
5206
#!watchflakesdefault <- builder ~ "`inux-ppc64_power8` && pkg ~ `golang.org/x/tools/gopls`Issue created ...
Golang x/playground: cannot scroll to end of code
2025-06-10 14:17:00
725
What did you do?Visit a playground link. Arbitrary example: https://go.dev/play/p/wwvMPANaBh4Scroll down as far as possi...
Golang x/tools/gopls/internal/test/integration/workspace: TestCreateModule_Interdependent/default failures
2025-06-10 14:16:52
14206
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/workspace" && te...
Golang x/tools/gopls/internal/test/integration/workspace: TestClearNonWorkspaceDiagnostics/default failures
2025-06-10 14:16:50
805
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/workspace" && te...
Golang x/tools/gopls/internal/test/marker: Test/codeaction/remove_struct_tags.txt failures
2025-06-10 14:16:48
2085
#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...
Golang cmd/internal/testdir: Test/funcdup.go failures
2025-06-10 14:16:46
3088
#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/funcdup.go"Issue c...
上一页
下一页
1
…
351
352
353
354
355
…
386
.