Spring Accept support for generated keys column name array on HSQLDB and Derby as well

The HSQLDB JDBC Driver (starting at 2.0) will return true when queried for getGeneratedKeys support athttps://github.com...

Spring Doc: SqlBinaryValue behaviour with PostgreSQL

I noticed a difference in behaviour when using recently added SqlBinaryValue instead of SqlLobValue:array is of type byt...

Spring Add Randomization Factor in ExponentialBackOff

hello Use CasePredictable retry intervals in microservices can lead to server overload during peak failures. Randomizing...

Spring Feign client duplicates "path" parameter after upgrading to Spring Boot 3.4.6 from 3.3.10

After upgrading Spring Boot from 3.3.10 to 3.4.6 and Spring Cloud from 2023.0.5 to 2024.0.1 we face the following errors...

Spring Simplify API Versioning Config in WebTestClient

Java 21/Spring 7.0.0-M7/Spring Boot 4.0.0-M1, I attempted to write test code for the API with versioning. When building ...

Spring Uploading files using Spring PartEvent and WebFlux gives DecodingException: Could not find end of body (␍␊---y3AAco...)

I've created a simple Boot project using spring-boot-starter-webflux to upload files using the multipart support in a st...

Golang cmd/go: "get -tool" should fail if toolchain is below 1.24 in go.mod

When a tool is registered in go.mod with go get -tool, ensure that the go requirement is at least 1.24.0. If that isn't ...

Golang proposal: x/crypto/ssh: add support for "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature algorithm

Proposal DetailsOpenSSH has support for a "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature algorithm which was ad...

Golang cmd/go: adding a new file by -overlay didn't work in Go 1.24, though this worked in Go 1.23

Go versiongo version go1.24.0 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...

Golang build: amd64 builders don't support SHA extensions

The amd64 builders don't support the SHA x86-64 extensions, so our crypto/sha256 assembly is untested, in violation of t...

Golang x/build: add linux/amd64 builder that supports AVX-512

We have cryptography assembly not tested in CI for lack of amd64 SHA extensions (#69592) and more recently a potential A...

Pandas BUG: infer_dtype returns "mixed" for complex and pd.NA mix

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

Pandas ENH: Function‑scoped bad‑line callback for read_csv that provides line_number (immediate per‑row handling without global side‑effects)

Feature Type[x] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: 'Sphinx parallel build error' when building docs locally prevents index.html creation

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

Pandas BUG: The lines skipped by pd.read_csv(path, chunksize=n, on_bad_lines='skip') depends on n.

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

Pandas RLS: 3.0

Estimated release date: April 2024, but it will be updated closer to that time.Comment From: mroeschkeLooking like this ...

Keras Reshape layer does not handle -1 shape infor dynamically

HelloI am encountering a problem with keras.layers.Reshape . I am currently running 3.9, but given that the related code...

Keras Keras3 not working with Sparce Tensors

The code from the manual, "Working with sparse tensors" (link):x = tf.keras.Input(shape=(4,), sparse=True)y = tf.keras.l...

Jackson Databind Failing @JsonMerge with a custom Map

Continuation of https://github.com/FasterXML/jackson-databind/issues/4783.import java.util.HashMap;import java.util.Map;...

Jackson Databind Failing @JsonMerge with a custom Map with a @JsonCreator constructor

Search before asking[x] I searched in the issues and found nothing similar.Describe the bugContinuation of https://githu...
上一页 下一页
.