SpringBoot Regression in @ConditionalOnMissingBean after upgrade to 3.5.0

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

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

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)

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

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

Minimal example reproducing the problem: https://github.com/klach-ocado/enablescheduling-configurationphase-issueAaaUnre...

Spring consider return a distincted value of MultiValueMap for AnnotatedTypeMetadata.getAllAnnotationAttributes

Here is a simple code sample: @Configuration(proxyBeanMethods = false)public class FooAutoConfiguration { @Conditiona...

Spring Spel does not work when $ right after #

Given// Expression exp = EXPRESSION_PARSER.parseExpression("#${dynamic.enabled:false} == true ? T(com.util.Valid...

Golang unique: TestCanonMap/LoadOrStore/ConcurrentUnsharedKeys failures

#!watchflakesdefault <- pkg == "unique" && test == "TestCanonMap/LoadOrStore/ConcurrentUnshare...

Golang hash: standardize the hash function

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

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

#!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

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...

Golang build: build failure on gotip-linux-arm64_c4as16-perf_vs_release

#!watchflakesdefault <- builder == "gotip-linux-arm64_c4as16-perf_vs_release" && repo == "go&q...

Golang x/tools: various flakes on ppc (linux OOM-kills)

#!watchflakesdefault <- builder ~ "`inux-ppc64_power8` && pkg ~ `golang.org/x/tools/gopls`Issue created ...

Golang x/playground: cannot scroll to end of code

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

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/integration/workspace" && te...

Golang x/tools/gopls/internal/test/integration/workspace: TestClearNonWorkspaceDiagnostics/default failures

#!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

#!watchflakesdefault <- pkg == "golang.org/x/tools/gopls/internal/test/marker" && test == "Tes...

Golang cmd/internal/testdir: Test/funcdup.go failures

#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/funcdup.go"Issue c...
上一页 下一页
.