Aurora Blog
Home
Spring Cloud Openfeign @SpringQueryMap does not work with records under certain conditions
2025-06-25 14:01:37
1461
We ran into an issue where @SpringQueryMap was not working in one of our apps. I created a dummy app to try and diagnose...
Spring Security Remove HandlerMappingIntrospector Usage
2025-06-25 14:01:31
181
We should remove HandlerMappingIntrospector (and related classes) usage to align with Spring Framework's deprecation htt...
Spring Security Remove AbstractSecurityWebSocketMessageBrokerConfigurer
2025-06-25 14:01:29
143
It is replaced by @EnableWebSocketSecurityComment From: jzheauxClosed in favor of https://github.com/spring-projects/spr...
Spring Security Remove DistinguishedName Usage
2025-06-25 14:01:26
175
Spring LDAP LdapName APIs have superceded those using DistinguishedName.Comment From: jzheauxClosed in favor of https://...
Spring Security Remove Nimbus(Reactive)OpaqueTokenIntrospector
2025-06-25 14:01:23
169
It has been superceded by Spring(Reactive)OpaqueTokenIntrospectorComment From: jzheauxClosing in favor of https://github...
Spring AI Question about sglang + deepseek
2025-06-25 14:01:14
9310
sglang 0.4.7 + deepseek v3-0324 Unsupported tool call ?code `package com.ruoyi.controller;import jakarta.annotation.Reso...
Spring AI How can the MCP Client dynamically set the Header?
2025-06-25 14:01:12
2375
I have prepared an MCP Server and am about to get the X-Key from the HTTP request header. However, when developing the M...
Spring AI ParagraphPdfDocumentReader throws java.lang.IndexOutOfBoundsException
2025-06-25 14:01:10
3764
I'm using Spring Boot 3.4.5 with Spring AI 1.0.0. On a particular PDF document the ParagraphPdfDocumentReader throws:jav...
Spring AI SafeGuardAdvisor lacks logs
2025-06-25 14:01:08
801
version: 1.1.0-SNAPSHOTSafeGuardAdvisor lacks any logsIt would be nice if the log informs which amongst the specific sen...
Spring AI How can I obtain the information before and after the tool call using the streaming call tool?
2025-06-25 14:01:04
1607
Obtain the function name, parameters, callId before the tool call, as well as the tool name, parameters, and tool execut...
Spring AI server.servlet.context-path not properly factoring into SSE MCP server path
2025-06-25 14:01:01
4680
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
SpringBoot Spring boot 3.5.x Hikari Issue
2025-06-25 14:00:57
12733
I recently updated to Spring Boot 3.5.3 (from 3.4.5) which upgraded from HikariCP 5.1.0 to 6.3.0. I'm using Spring Data ...
SpringBoot Environment variables using legacy dash format can no longer be bound
2025-06-25 14:00:48
2540
Despite stricter property binding in spring-boot 3.5.0 everything worked.From spring-boot 3.5.1 (including 3.5.3) proper...
SpringBoot Reinstate IndexElementBinder filter optimization removed in 3.5.4
2025-06-25 14:00:45
182
See https://github.com/spring-projects/spring-boot/issues/46184#issuecomment-3001477324We need a way of filtering that s...
Spring @Lazy not working in Native mode
2025-06-25 14:00:35
23637
Given the following sample: https://github.com/Eng-Fouad/spring-native-lazy-bugI got an exception on running the native ...
Spring Qualified EntityManager/EntityManagerFactory injection (aligned with Jakarta Persistence 3.2)
2025-06-25 14:00:14
839
It is great that Spring 6.2 adds initial Jakarta Persistence 3.2 support. Jakarta Persistence 3.2 brings CDI Inject supp...
Spring Upgrade to JUnit 5.13.3
2025-06-25 14:00:10
1033
JUnit 5.13.2 has been released.Comment From: adamberesMz🎉Gesendet von Outlook für AndroidVon: Sam Brannen @.>Gesendet...
Spring Refine nullability of PropertyResolver.getProperty(key: String) extension
2025-06-25 14:00:08
470
inline fun <reified T> PropertyResolver.getProperty(key: String) : T? should be refined to inline fun <reified ...
Golang testing/synctest: improve interactions between Wait, time, and the race detector
2025-06-24 14:06:48
3839
This is an offshoot of #74327.The following program contains a data race as reported by the race detector:func Test(t *t...
Golang testing/synctest: unexpected data race after synctest.Wait
2025-06-24 14:06:39
5571
Go versiongo version go1.25rc1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CG...
上一页
下一页
1
…
241
242
243
244
245
…
337
.