Aurora Blog
Home
Spring AI Add ability to modify the schema generation
2025-08-12 14:00:53
850
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
2025-08-12 14:00:50
935
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
2025-08-12 14:00:48
589
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
2025-08-12 14:00:45
146
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.
2025-08-12 14:00:43
625
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
2025-08-12 14:00:39
7839
I have Spring Boot 3.5 application:@SpringBootApplication( scanBasePackages = [ ... ])@EnableConfigurationPr...
SpringBoot Drop Actuator endpoint parameter support for javax.annotations.NonNull
2025-08-12 14:00:35
210
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
2025-08-12 14:00:33
120
We should support Spring Framework's new @HttpServiceClient annotation on interfaces found in AutoConfigurationPackages.
SpringBoot Standalone application restart feature based on Spring Boot DevTools
2025-08-12 14:00:31
5383
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
2025-08-12 14:00:19
185
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
2025-08-12 14:00:13
285
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]
2025-08-11 14:02:27
4502
#!watchflakesdefault <- pkg == "os/user" && test == "TestCurrent"Issue created automatica...
Golang net/http: Bad url with fragment parsing
2025-08-11 14:02:25
2150
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
2025-08-11 14:02:23
1590
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
2025-08-11 14:02:16
3265
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
2025-08-11 14:02:14
4900
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
2025-08-11 14:02:08
4724
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
2025-08-11 14:02:06
12260
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.
2025-08-11 14:02:02
965
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
2025-08-11 14:01:57
5617
DescriptionHi,I am trying to build a custom keras model subclassing the keras.Model. It seems that if I add custom kwarg...
上一页
下一页
1
…
128
129
130
131
132
…
373
.