Aurora Blog
Home
SpringBoot Groovy Templates fails with an NPE when rendering an auto new line
2025-09-11 14:00:22
11104
// home.tpldiv { p('Hello!')}# 3.5.5 | application.yamlspring: groovy: template: auto-new-line: true# 3.4.9 | ...
SpringBoot Upgrade to Groovy 5.0.2
2025-09-11 14:00:18
163
Upgrade to Groovy 5.0.0.Comment From: snicollThis is blocked until a compatible Spock release is available, see https://...
Spring Add caching to default JMS destination resolver
2025-09-11 14:00:12
1093
The default JMS DestinationResolver implementation used by Spring Framework, DynamicDestinationResolver, doesn't impleme...
Spring Align JpaTransactionManager default for nestedTransactionAllowed flag
2025-09-11 14:00:10
671
Following up on #35212 and https://github.com/spring-projects/spring-framework/pull/35212#issuecomment-3267361692 specif...
Apache Superset type error in convert_tbl_column_to_sqla_col
2025-09-10 14:01:39
3117
Bug descriptionfunction convert_tbl_column_to_sqla_col is at superset/models/helpers.pyhttps://github.com/apache/superse...
Redis [QUESTION] client connection to sentinels stuck after adding 2000 masters (7.0.11)
2025-09-10 14:01:26
1032
I know this is not the usual use case. But we are managing 2000 masters with a single cluster of redis sentinel on linux...
Gorm fatal error: concurrent map read and map write [with reproduction]
2025-09-10 14:01:19
12950
GORM Playground LinkReproducible, but might need to run 100+ times to get it.Had to disable migrations, siince they seem...
Spring Cloud Netflix DNS lookup for K8s / OCP deployments
2025-09-10 14:01:14
1419
Hello.I tried to open this feature request also in https://github.com/Netflix/eureka/issues/1591, but with no luck.Maybe...
Spring Cloud Netflix Eureka: client does not unregister on application shutdown (stays with status DOWN)
2025-09-10 14:01:12
5526
The Eureka client does not unregister properly from the registry on application shutdown but stays registered with a DOW...
Spring Cloud Netflix Application can't deregister
2025-09-10 14:01:10
13907
Describe the bugWhen an application tries to deregister itself due to a graceful shutdown, the call fails and, as such, ...
Spring Cloud Netflix Add jersey dependency management
2025-09-10 14:01:05
126
It was removed in spring boot 4 https://github.com/spring-projects/spring-boot/commit/8bfb170ebc5c5afcc3c707a145b94fde1a...
Spring Security Add Timestamped GrantedAuthority
2025-09-10 14:01:01
2142
Certain authorization rules are time-based. For example, a user may only have the profile:read authority if they've been...
Spring Security Propagate Authorities From Previous Authentications
2025-09-10 14:00:57
176
If a user authenticates, and they has previously authenticated with another factor, the authorities from the first authe...
Spring Security Add Builders for all Authentication implementations
2025-09-10 14:00:55
228
We can simplify mutating an authentication by adding a builder to each Authentication implementation:public Builder<?...
Spring Security Use AuthorizationManagerFactory in Kotlin DSL
2025-09-10 14:00:51
707
Currently, the Kotlin DSL for authorizeHttpRequests internally invokes the following static factory methods that should ...
Spring AI 1.0.1版本命中无参工具报“toolInput cannot be null or empty”错误
2025-09-10 14:00:48
1829
时间工具:报错信息:java.lang.IllegalArgumentException: toolInput cannot be null or empty at org.springframework.util.Asser...
Spring AI I have discovered a bug ---- Custom Advisor cannot obtain token consumption quantity
2025-09-10 14:00:41
1999
I wanted to obtain the number of tokens consumed for calling the large model, so I customized the Advisor, but it didn't...
Spring AI Model Tool Calls not persisted in chat memory
2025-09-10 14:00:37
6651
Bug descriptionWhen adding a MessageChatMemoryAdvisor to my chat client. I would expect it to persist all messages, incl...
SpringBoot When using embedded servlets and log4j2, should "log4j2.enableThreadlocals" be enabled by default to avoid GC issues?
2025-09-10 14:00:30
594
When using log4j2, I noticed these two system properties: "isWebApp" and "enableThreadlocals," which are mutually exclus...
SpringBoot Introduce customizer for SpringOpaqueTokenIntrospector
2025-09-10 14:00:27
571
I want to customize authenticationConverter of SpringOpaqueTokenIntrospector, currently I need to redefine my own bean t...
上一页
下一页
1
…
56
57
58
59
60
…
369
.