SpringBoot Consider making AutoConfigureAfter|Before annotation value a String array

While working on migrating our internal library to be based on the upcoming Spring Boot 4, I encountered issues with the...

SpringBoot Consider using StreamsBuilderFactoryBeanConfigurer instead of KafkaStreamsFactoryBeanConfigurer in KafkaStreamsAnnotationDrivenConfiguration

I noticed that the configuration in KafkaStreamsAnnotationDrivenConfiguration looks a little unusual. It uses the nested...

SpringBoot Default value not detected for a field annoted with @Name

Follow-up #46599.If a field is annotated with @Name we attempt to resolve the default value using the name of the proper...

SpringBoot New arm64 macbooks fail to bootBuildImage due to incorrect platform image

I use the following:Apple Macbook Pro M4 Pro (arm64)docker version 4.42.1Springboot 3.5.4Springboot Gradle plugin 3.5.4I...

SpringBoot Consider moving build/check* directories to a common parent

The checks we have for AOT factories, architecture, etc create quite a few top-level directories in build:checkAotFactor...

Spring Document @ComponentScan(basePackages) property placeholder and ant-path support

Parsing of @ComponentScan(basePackages) supports placeholder resolution from Environment and ant-paths (**/*…). These fe...

Golang cmd/go: go tool panic when GOEXPERIMENT=jsonv2

What version of Go are you using (go version)?$ go versiongo version go1.25rc2 darwin/arm64Does this issue reproduce wit...

Golang gollvm: build fails with llvm latest and release/16.x

Go versionNot applicableOutput of go env in your module/workspace:# Dockerfile for building gollvmFROM ubuntu:latestARG ...

Golang runtime:mayMoreStackMove: TestFinalizerOrCleanupDeadlock/Panic#01 failures

#!watchflakesdefault <- pkg == "runtime:mayMoreStackMove" && test == "TestFinalizerOrCleanupDe...

Golang cmd/go: TestScript/list_symlink_internal failures on Windows

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/list_symlink_internal"Issu...

Golang cmd/go: TestScript/list_symlink_vendor_issue14054 failures

#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/list_symlink_vendor_issue14054&...

Golang x/crypto/acme: TestWithPebble/HTTP01-Issuance failures [consistent failure]

#!watchflakesdefault <- pkg == "golang.org/x/crypto/acme" && test == "TestWithPebble/HTTP01-Is...

Golang runtime: TestCgoSignalDeadlock failures

#!watchflakesdefault <- pkg == "runtime" && test == "TestCgoSignalDeadlock"Issue created ...

Golang proposal: cmd/go: mark test dependencies in go.mod and go list -m

There have been a number of requests for a test dependencies section in go.mod. These requests actually don't make sense...

Golang proposal: context: add WithValueReplace

Proposal DetailsI propose adding a WithValueReplace function to the context package to allow users to update values asso...

Golang proposal: maps: add maps.KeysSlice and maps.ValuesSlice

Since we need to reserve Keys and Values for iterators. I think we might need to change the old maps.Keys/Values to maps...

Golang x/tools/gopls: update package and imports on willRenameFiles/didRenameFiles

when I move go file between folders I want VSCode to automatically update package name and imports in go files that refe...

Pandas BUG: Wrong inferred type in case of a mixture of boolean, float and integers

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: NameError: name 'pa' is not defined despite pyarrow is installed

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas Decrypting file in read_csv

Basic idea of the feature requestI was trying to read an encrypted file in pandas. As far as I know, there is no way to ...
上一页 下一页
.