Spring AI Low Black Duck "Security Confidence Index"

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

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

1) clone simple project: https://github.com/stepancheg/spring-boot-whitelabelproject contains controller with function@R...

SpringBoot Support HTTP Interface Clients for @RestClientTest

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

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

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

// 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

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

The default JMS DestinationResolver implementation used by Spring Framework, DynamicDestinationResolver, doesn't impleme...

Spring Align JpaTransactionManager default for nestedTransactionAllowed flag

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

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)

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]

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

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)

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

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

It was removed in spring boot 4 https://github.com/spring-projects/spring-boot/commit/8bfb170ebc5c5afcc3c707a145b94fde1a...

Spring Security Add Timestamped GrantedAuthority

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

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

We can simplify mutating an authentication by adding a builder to each Authentication implementation:public Builder<?...
上一页 下一页
.