Aurora Blog
Home
Spring AI Low Black Duck "Security Confidence Index"
2025-09-11 14:00:37
817
I'm trying to get Spring AI approved for use at my dayjob employer, but as it stands, the request is being rejected due ...
Spring AI AWS Bedrock, Increased Latency with Large Requests Exceeds Default Timeouts
2025-09-11 14:00:35
1281
Expected BehaviorWhen submitting large requests to Amazon Bedrock or when reading large responses, or when Amazon Bedroc...
SpringBoot Suppress "Circular view path [error]" error message
2025-09-11 14:00:32
12455
1) clone simple project: https://github.com/stepancheg/spring-boot-whitelabelproject contains controller with function@R...
SpringBoot Support HTTP Interface Clients for @RestClientTest
2025-09-11 14:00:29
1080
Does it make sense to support a way to wire up HTTP interface clients with @RestClientTest?Example: @HttpServiceClient(&...
SpringBoot Undertow's ServletContext is destroy too early, making it unusable in @PreDestroy methods
2025-09-11 14:00:28
6539
BackgroundIn the embedded Undertow container, the methodorg.springframework.boot.web.embedded.undertow.UndertowWebServer...
SpringBoot Exclude spring-boot-devtools from AOT processing and native images built with Maven
2025-09-11 14:00:26
7232
We've had a couple of issues in this area already:https://github.com/spring-projects/spring-boot/issues/32517https://git...
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<?...
上一页
下一页
1
…
73
74
75
76
77
…
386
.