Aurora Blog
Home
Spring Cloud Config Priority order of the config properties
2025-06-18 14:02:18
1805
Describe the bugI am new to Spring config server and was playing around with the setup , and stumbled upon this usecase ...
Spring Security NimbusJwtEncoder should simplify constructing with javax.security Keys
2025-06-18 14:02:09
1728
Currently to construct a NimbusJwtEncoder with a single key takes something like the following:OctetSequenceKey jwk = ne...
Spring Security Add OAuth Support for HTTP Interface Client
2025-06-18 14:02:07
593
We should ensure that Spring Security can work with interface based Rest ClientsComment From: rwinchFramework will be ad...
Spring AI WebClientResponseException$UnprocessableEntity: 422 Unprocessable Entity
2025-06-18 14:02:04
5796
Bug descriptionWhen integrating the locally deployed model of our own, there was an error when accessing it in a streami...
Spring AI 调用阿里百炼大模型的时候,调用工具流式输出会报错:Cannot invoke "String.equals(Object)" because "toolName" is null
2025-06-18 14:02:00
1280
Bug description当我调用阿里百炼平台的大模型的时候,调用工具流式输出的时候,会报空指针异常错误Environmentspring-ai : 1.0.0 Steps to reproduce请求代码如下:工具配置如下:报错信息...
Spring AI openai chat error
2025-06-18 14:01:54
8837
Bug descriptionXinference 1.4.1 ,LLM qwen2-instruct,use python openai client ok,but use spring-ai-openai-spring-boot-...
Spring AI PgVectorStore does not handle ANDs and ORs together properly when using the FilterExpressionBuilder
2025-06-18 14:01:52
1877
Bug descriptionWhen using the FilterExpressionBuilder with PgVectorStore, for example: FilterExpressionBuilder b = new ...
Spring AI After the mcp server restarts, the client will return 404.
2025-06-18 14:01:50
24188
Bug descriptionAfter the mcp server restarts, the client will return 404.EnvironmentClient: <dependency> ...
Spring AI After migrating from milestones to stable, Observability stopped exposing input/output (null)
2025-06-18 14:01:44
2162
Bug descriptionAfter migrating from M6 to stable and adjusting the parameters/dependencies accordingly, Observability ex...
SpringBoot Checking if APR is available logs a warning on Java 24
2025-06-18 14:01:26
7161
WARNING: A restricted method in java.lang.System has been calledWARNING: java.lang.System::load has been called by org.a...
SpringBoot Auto-configure virtual threads on JDKClientHttpRequestFactory when enabled
2025-06-18 14:01:22
7352
I have seen the conversation in spring-projects/spring-framework#34393, but I wanted to re-open the conversation because...
SpringBoot Loading from spring.factories may fail with a ClassNotFoundException when the TCCL changes between calls
2025-06-18 14:01:18
3663
With the update from v3.4.4 to v3.4.5 we encountered two ClassNotFoundException in combination with Spring Webflux and H...
SpringBoot UnboundConfigurationPropertiesException is no longer thrown from IndexedElementsBinder
2025-06-18 14:01:16
1807
Short story:IndexedElementsBinder from Spring 3.5.0 doesn't throw UnboundConfigurationPropertiesException on missing tar...
SpringBoot Upgrade to Spring LDAP 3.2.13
2025-06-18 14:01:10
171
Upgrade to Spring LDAP 3.2.13.Comment From: snicollAnd this one was fixed by https://github.com/spring-projects/spring-b...
SpringBoot Upgrade to Spring Framework 6.2.8
2025-06-18 14:01:08
136
Upgrade to Spring Framework 6.2.8.Comment From: snicollSomething went wrong with the commit message of this one. It was ...
SpringBoot Remove deprecated server.undertow.allow-encoded-slash
2025-06-18 14:01:01
384
It's @Deprecated(forRemoval = true, since = "3.0.3") but we haven't removed it yet.Comment From: wilkinsonaI found quite...
SpringBoot Update documentation to reflect changes in TestRestTemplate's default redirect behavior
2025-06-18 14:01:00
292
See https://github.com/spring-projects/spring-boot/issues/43431#issuecomment-2948712765Comment From: furmak331@wilkinson...
SpringBoot SSL Bundle not used for setting SSL information in KafkaProperties
2025-06-18 14:00:54
760
When upgrading to Spring Boot 3.5.0 I noticed that the SSL Bundle information is no longer propagated to the properties....
Spring TransactionTimedOutException is not thrown when a transaction timed out on PostgreSQL
2025-06-18 14:00:47
2223
EnvironmentJDK 21Spring Boot 3.4.6 + 3.5.0PostgreSQL 16.9 (installed with Homebrew)macOS 15.5Reproducible codehttps://gi...
Spring Leniently tolerate null @Aspect bean
2025-06-18 14:00:46
9943
I want to conditionally enable aspect like this:import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.anno...
上一页
下一页
1
…
156
157
158
159
160
…
230
.