SpringBoot Fix: Double comma in illegalClasses property in checkstyle.xml

DescriptionFound a minor typo in the checkstyle.xml file: there's a double comma (, ,) in the value attribute for the il...

SpringBoot Create endpoint subpackage under health

org.springframework.boot.actuate.health currently mixes health indicator API and endpoint implementation details. I thin...

Spring @RequestParam not supported for HTTP2 requests

dependency <parent> <groupId>org.springframework.boot</groupId> <artifactId>spr...

Spring Spring JDBC: PostgreSQL 42.7.5: catalog name is treated as case insensitive

Since the Postgres driver 42.7.5 PostgresTableMetaDataProvider no longer retrieves column metadata for databases which h...

Spring Add support for registering multiple init & destroy method names

A BeanDefinition can have an init and destroy method name. While uncommon, it is possible for a bean to have more than o...

Spring Support DefaultWebFilterChain allowing the current filter to provide it's name explicitly

Hey 👋 I'm currently working with a spring based project that wraps certain WebFilters in an instrumentation decorator. B...

Spring Could "ApplicationContextAware" be "deprecated", please?

The "ApplicationContextAware" class accesses other Beans or container resources without dependency injection. However, i...

Spring Simple Websocket Broker terminates WS connection with 1002 error code when client sends heartbeats

May be realted to https://github.com/spring-projects/spring-framework/issues/27503. I am fiddeling around with a VueJs a...

Spring SseEventBuilder implementation is not standards compliant

When I was using SseEventBuilder in spring mvc 5.3.x, I noticed that no spaces were added when constructing "data:" in t...

Golang proposal: testing: run tests in parallel by default

[!IMPORTANT]To clear any misunderstanding: this proposal does not change the semantics of any existing test.Proposal Det...

Golang cmd/compile: loop invariant code motion

Hi, several months ago I submit a patch to implement LICM(https://github.com/golang/go/pull/59194), but in that patch th...

Golang x/tools/gopls: "internal error reading (shared cache|typerefs data|symbol data)" bug (ENOSPC?)

#!stacks("bug.Reportf" || "bug.Errorf") && ("runCached:21" || "runCached:+2...

Golang proposal: cmd/go: add environment variable to disallow //go:embed for modules

Proposal DetailsAfter the XZ backdoor situation, developers want to scrutinise their dependencies more and take away ele...

Golang proposal: Go 2: catch error model, a rethink of check/handle

Go Programming ExperienceIntermediateOther Languages ExperienceJavaScript、PHP、C#、Delphi、JAVARelated Idea[ ] Has this ide...

Golang x/pkgsite/cmd/pkgsite: tests consistently failing with TempDir RemoveAll cleanup errors on windows as of CL 559615

Go version6f44cc88f5f94253096ceed16b8e0fdb117cdd06Output of go env in your module/workspace:N/AWhat did you do?https://b...

Golang cmd/go: buildmode=c-archive on android/arm64 is not supported

Go version$go version go version go1.24.2 linux/amd64Output of go env in your module/workspace:AR='ar'CC='/home/praveen/...

Golang GOARCH=arm64 go build can't find imports

Go versiongo version go1.22.0 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64' // NOTE...

Golang Slice has unpredictable result

Go versiongo version go1.22.1 windows/amd64Output of go env in your module/workspace:set GO111MODULE=set GOARCH=amd64set...

Golang proposal: x/crypto: deprecate algorithms with an inbox implementation but an incompatible API

Proposal DetailsGo 1.24 added to the standard library some cryptographic algorithms that also exist in x/crypto. Of thes...

Viper viper.ReadInConfig not returning ConfigFileNotFoundError if file is missing

Preflight Checklist[X] I have searched the issue tracker for an issue that matches the one I want to file, without succe...
上一页 下一页
.