SpringBoot Regression in @ConditionalOnMissingBean behavior between Spring Boot 3.4.6 and 3.5.0 when using duplicate bean names

SummaryAfter upgrading from Spring Boot 3.4.6 to 3.5.0, a configuration class that previously worked now fails with a Be...

SpringBoot Expose new Tomcat properties maxPartCount and maxPartHeaderSize

Recent versions of Tomcat 11.0.8 and 10.1.42 introduced new system properties, namely maxPartCount and maxPartHeaderSize...

SpringBoot Allow for more narrowed netty ResourceLeakDetector customization

Currently, spring-boot allows for the configuration of netty's leak detection strategy. Althought that is very useful, b...

Spring AOT-generated bean registration file contains "too many constants" when building with many beans

Hi,I’m running into a problem with a pretty big Spring project (about 18,000 beans). When I build with AOT processing tu...

Spring Re-instate support for Commons File Upload

OverviewThe Apache Commons FileUpload project has been working on putting out Commons FIleUpload2 which is compatible wi...

Spring Relax Java 24 toolchain requirements

The https://github.com/spring-projects/spring-framework/issues/35007 requested to disable gradle auto provisioning so th...

Spring Add support for configuring SslInfo in WebTestClient

I would like to be able to use WebTestClient to test applications that use SslInfo without the need to use an HTTP conne...

Spring Parameter based cache keys on repository methods can't resolve after 6.1.2->6.1.3

Affects: 6.1.3A change was made in 6.1.3 to the AopUtils.getMostSpecificMethod and BridgeMethodResolver.getMostSpecificM...

Spring Make built-in RetryPolicy implementations final

The built-in RetryPolicy implementations are currently not declared as final, which makes it technically possible to ext...

Spring Secret value from GCP not resolved as String

I have those properties:idam.service.client_id=3V_CLIENTidam.service.client_secret=${sm@AS_3V_CLIENT}AND@Setter@Getter@C...

Spring Revert "Disable Gradle auto-provisioning" on 6.2.x

The docs-build branch is broken since auto-provioning has been disabled by #35007, as only Java 24 is installed by GitHu...

Golang mime: incorrect mime-type for .mjs files on windows (text/plain instead of application/javascript)

Go version1.21What did you see happen?This is identical to #32350 but .mjs instead of .js (I would have commented on the...

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

#!watchflakesdefault <- pkg == "cmd/internal/testdir" && test == "Test/goto.go"Issue crea...

Golang proposal: database/sql: Can add DriverName() string into sql.DB and sql.Tx

Proposal DetailsWe often need to adapt to different databases (e.g., PostgreSQL, MySQL), so we need to distinguish them ...

Golang cmd/cgo/internal/testsanitizers: failures with signal: segmentation fault or exit status 66

#!watchflakespost <- pkg == "cmd/cgo/internal/testsanitizers" && (`exited with signal: segmentation...

Golang go/doc,x/pkgsite: struct fields inconsistently linked in doc comments

https://go.dev/doc/comment#doclinks currently says:Doc links are links of the form “[Name1]” or “[Name1.Name2]” to refer...

Golang go/doc: AllMethods mode erroneously includes methods shadowed by field declarations

What version of Go are you using (go version)?$ go versiongo version devel go1.22-ee788dba Sat Sep 9 01:48:44 2023 +0000...

Golang runtime: bad frame pointer during panic during duffcopy [1.24 backport]

@randall77 requested issue #73748 to be considered for backport to the next 1.24 minor release.@gopherbot please open ba...

Golang runtime: bad frame pointer during panic during duffcopy [1.23 backport]

@randall77 requested issue #73748 to be considered for backport to the next 1.23 minor release.@gopherbot please open ba...

Golang cmd/compile: regression on ppc64le bit operations [1.24 backport]

@pmur requested issue #73153 to be considered for backport to the next 1.24 minor release.@gopherbot please consider thi...
上一页 下一页
.