Gorm Reuse context inside Gorm plugin "fails"

Your QuestionI created a pagination plugin that basically do a select count(*) once a select query is triggered. The cod...

Gorm Association removal not handled by Updates() even with FullSaveAssociations for many2many

For a simple model with a self-referential many2many link (Depends) an Updates() does not remove associations.It seems t...

Spring Cloud Config Security: 16 CVEs detected in Config Server 4.3.0 (15 fixable) — request for dependency upgrade

Describe the bugIn Spring Cloud Config Server 4.3.0, a Trivy scan reports 16 CVEs in transitive dependencies. Out of the...

Spring Cloud Openfeign Feign client returns empty response body, when http code is 401

FeignClient return an empty response body (response.body()) whenever the response status code is 401. I have did a direc...

Spring Security Missing nullability information in AuthenticationTrustResolver

As of #17534, JSpecify annotations have been introduced in spring-security-core.SecurityContext.getAuthentication return...

Spring Security serialVersionUID values not randomly generated

It appears there are quite a few serialVersionUID that are not randomly generated. We should fix that. Here is a quick s...

Spring Security OAuth2Login behaves differently in MVC and Reactive

Expected BehaviorWhen switching between MVC and Reactive variants, the behavior of the oauth2login should likely be the ...

Spring AI Exact similarity match with Redis Vector Store always retuning empty list

Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...

Spring AI Swagger integration not working with Spring AI unless using springdoc-openapi version 2.8.5

Bug descriptionWhen integrating Swagger with a Spring AI project, the application fails to start (throws NoSuchMethodErr...

SpringBoot HTTP Service Client properties are not applied

RestClientPropertiesHttpServiceGroupConfigurer and WebClientPropertiesHttpServiceGroupConfigurer don't correctly apply p...

SpringBoot Make documentation more precise about readiness state and ApplicationRunners/CommandLineRunners

The Spring documentation states the following:"An application is considered ready as soon as application and command-lin...

SpringBoot Upgrade to Jetty 12.0.25

Upgrade to Jetty 12.0.25.Supersedes #46741Comment From: snicollSuperseded by https://github.com/spring-projects/spring-b...

Spring @Retryable cannot be used with with @HttpServiceClient due to NullPointerException

When using an @HttpServiceClient annotated interface, it doesn't appear that @Retryable can also be used:@HttpServiceCli...

Spring Invoking private method on a CGLIB proxy should trigger a dedicated exception

I created a ExecutionTimeAdvice.java to log the runtime of all my controller methods using @Aspect.When i call the publi...

Spring Expose retry attempts in RetryException

Looking at some usage in Spring Kafka, it would be nice if the suppressed exceptions that are added in the RetryExceptio...

Spring RestClient does not close the connection when protocol information is abnormal

Bug reportEnvironmentOpenJDK 22Spring Boot 3.5.4ProcessI have two servers (A and B), both providing a POST /readyz HTTP ...

Spring Remove redundant declarations of JSpecify's @NonNull

There are a number of uses of @NonNull in the codebase for which IntelliJ IDEA warns about them being unnecessary. After...

Pandas ENH: Consistent name property for the iterates in DataFrameGroupBy

Feature Type[ ] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: df created with columns takes exceedingly long time for sum()

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas pd.groupby seems to mutate my pd.Grouper in-place

Code Sample (copy-pastable)import pandas as pddf1 = pd.DataFrame([["a", 1, 2, "05/29/2019"], ["...
上一页 下一页
.