SpringBoot Handle deprecation in HttpMessageConvertersRestClientCustomizer

A recent change in Spring Framework 7.0 snapshots deprecated messageConverters(List).I believe the intention of this cus...

SpringBoot Spring Milestone repository should no longer be configured as milestones are released to Maven Central

As of Spring Boot 4, all spring projects should release their corresponding milestones to Maven Central. To prevent from...

Spring org.springframework.data.web.PagedModel not recognized as container type in Jackson serialization

In a Spring Boot @RestController, a response of List<T> is serialized differently from a response of org.springfra...

Spring OncePerRequestFilter cannot be CGLib-proxied

The original report can be found here.tl;drOncePerRequestFilter implementations are not suitable for CGLib proxying as t...

Golang cmd/compile: riscv performance degredation

Go versiongo version go1.24.2 linux/riscv64Output of go env in your module/workspace:AR='ar'CC='riscv64-unknown-linux-gn...

Golang x/tools/gopls: Semantic tokens not generated for local unexported symbols referenced in comment links

gopls version(Built from https://github.com/golang/tools/commit/95aad07923cb9d64eb951e4512c9e62bc3b8e275)Build info-----...

Golang reflect: add TypeFor

reflect.TypeOf is one of a few fundamental reflect APIs. It returns the dynamic type of a value. This is, strictly speak...

Golang x/sys/windows: some syscalls are creating dangling pointers

CL 653856 is an optimization that increases how often make slice results can be stored on the stack.@dmitshur noticed th...

Golang cmd/compile: PGO does not devirtualize methods in another package (log: "no function body")

What version of Go are you using (go version)?$ gotip versiongo version devel go1.21-c7b2f649 Tue May 30 17:30:28 2023Do...

Golang x/build/cmd/gerritbot: make first GitHub PR comment more useful to a new contributor

Currently, the first message posted by GerritBot to a GitHub PR is similar to:This PR (HEAD: 09c8d87) has been imported ...

Golang x/website: contribution guide: make it clear a Gerrit account is required even when sending a GitHub PR

BackgroundIt's possible to read the current "Sending a change via GitHub" section of the Contribution Guide as saying a ...

Golang cmd/compile: missing hint to check go.mod if language version < 1.18 and declare a generic type or func

What version of Go are you using (go version)?Tip: go version devel go1.19-63bd6f68e6 Mon Mar 7 15:02:48 2022Does this i...

Golang cmd/vet: panic in new parallel subtest check when t.Run has single argument

What version of Go are you using (go version)?$ go versiongo version devel go1.20-9088c69 Tue Jan 17 18:21:06 2023 +0000...

Golang runtime: some possible SwissTable map benchmark improvements

The current runtime map benchmarks (imported from the CockroachDB SwissTable repo and used for recent runtime map work) ...

Golang cmd/compile: consider speeding up compile of large ast package in microsoft/typescript-go

Go versiongo version go1.24.1 linux/amd64What did you do?Compile the ast package of the Go-based TypeScript compiler (ht...

Golang There is an issue related to the light and dark mode of the the go.dev website

the issue is that when i click to toggle to dark mode it done it properly .but when i again toggle it to convert to ligh...

Pandas "drop" fails by default when label to drop is not in the index, but "rename" silently passes by. Wouldn't it make sense to synchronize?

Is your feature request related to a problem?.drop and .rename have similar signatures to some extent, and implement bas...

Pandas DOC: Series.__init__ doc incorrectly says dtype is ignored if data is a Series

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Jackson Databind Java Records missing @class type information with DefaultTyping.NON_FINAL in Redis caching

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugJava Records fail to include ...

Apache Superset CLEAR ALL not reseting dropdowns correctly

A clear and concise description of what the bug is.How to reproduce the bugClick on "CLEAR ALL"Expected resultsThat the ...
上一页 下一页
.