Spring AI Add ability to modify the schema generation

Expected BehaviorAcsess to the config in JSONSchemaGenerator to be able to modify itCurrent BehaviorCan't modify itConte...

Spring AI Token Count Using Spring AI ChatClient Is Much Higher Than Directly Calling the LLM SDK

When I use Spring AI ChatClient withChatResponse chatResponse = chatClient.prompt(prompt).call().chatResponse();to call ...

Spring AI AzureVectorStore throws UnsupportedOperationException when performing similarity search due to immutable metadata map

Bug DescriptionThe AzureVectorStore throws an UnsupportedOperationException when performing similarity searches. The err...

SpringBoot how to copy some resources when build docker image using spring-boot-maven-plugin

I want to copy some resources when build docker image using spring-boot-maven-plugin, I don't want to copy these to jar ...

SpringBoot In fastjar mode, it is not possible to add a custom URLStreamHandler using the environment variable java.protocol.handler.pkgs.

In fastjar mode, it is not possible to add a custom URLStreamHandler using the environment variable java.protocol.handle...

SpringBoot data class marked with ConfigurationProperties is not loaded in SpringBootTest

I have Spring Boot 3.5 application:@SpringBootApplication( scanBasePackages = [ ... ])@EnableConfigurationPr...

SpringBoot Drop Actuator endpoint parameter support for javax.annotations.NonNull

With OptionalParameter and the new nullness support in Spring Framework 7, keeping yet another option sounds a bit too m...

SpringBoot Add '@HttpServiceClient' scanning auto-configuration

We should support Spring Framework's new @HttpServiceClient annotation on interfaces found in AutoConfigurationPackages.

SpringBoot Standalone application restart feature based on Spring Boot DevTools

I'm trying to improve the developer experience when working with Spring Boot, especially to encourage new developers to ...

SpringBoot Add dependency management for JSpecify

We should manage JSpecify now that we're adding support for it. This will allow us to reference it in the reference guid...

Spring Upgrade to Hibernate ORM 7.1

After the initial upgrade to Hibernate ORM 7.0 in #33750, let's upgrade to the just released Hibernate ORM 7.1 for Sprin...

Golang os/user: TestCurrent failures [consistent failure]

#!watchflakesdefault <- pkg == "os/user" && test == "TestCurrent"Issue created automatica...

Golang net/http: Bad url with fragment parsing

Go versiongo version go1.24.6 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang x/pkgsite: package removal request for git.ckikoo.asia/ckikoo git.linjie0503.online/ckikoo

What is the path of the package that you would like to have removed?git.ckikoo.asia/ckikoo git.linjie0503.online/ck...

Golang proposal: runtime/pprof: add individual goroutine profile with labels

BackgroundThe goroutine profile currently supports:debug=0 / debug=1: Includes pprof labels, but not individual goroutin...

Golang runtime/pprof: doesn't dump goroutine labels when stacks collected

What version of Go are you using (go version)?$ go version1.21.3What did you do?when collecting all goroutine call trace...

Pandas BUG: Pandas to_datetime parsing error with "May" month

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

Pandas BUG: incorrect assumption of full-name month format when "May" is initial month

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

Keras Model.quantize() increases memory allocated.

code isimport osos.environ["KERAS_BACKEND"] = "torch"import torchfrom keras_hub.models import Qwen3B...

Keras get_config() of layers not more called in keras.Model if __init__ signature contains custom kwargs

DescriptionHi,I am trying to build a custom keras model subclassing the keras.Model. It seems that if I add custom kwarg...
上一页 下一页
.