Aurora Blog
Home
Gorm Reuse context inside Gorm plugin "fails"
2025-08-20 14:01:53
1533
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
2025-08-20 14:01:50
1668
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
2025-08-20 14:01:45
1492
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
2025-08-20 14:01:36
8838
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
2025-08-20 14:01:30
491
As of #17534, JSpecify annotations have been introduced in spring-security-core.SecurityContext.getAuthentication return...
Spring Security serialVersionUID values not randomly generated
2025-08-20 14:01:28
8600
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
2025-08-20 14:01:25
1664
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
2025-08-20 14:01:22
2045
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
2025-08-20 14:01:12
2747
Bug descriptionWhen integrating Swagger with a Spring AI project, the application fails to start (throws NoSuchMethodErr...
SpringBoot HTTP Service Client properties are not applied
2025-08-20 14:00:53
294
RestClientPropertiesHttpServiceGroupConfigurer and WebClientPropertiesHttpServiceGroupConfigurer don't correctly apply p...
SpringBoot Make documentation more precise about readiness state and ApplicationRunners/CommandLineRunners
2025-08-20 14:00:40
10409
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
2025-08-20 14:00:37
136
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
2025-08-20 14:00:33
4327
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
2025-08-20 14:00:29
6628
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
2025-08-20 14:00:26
483
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
2025-08-20 14:00:24
5676
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
2025-08-20 14:00:12
210
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
2025-08-19 14:05:00
2515
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()
2025-08-19 14:04:54
4332
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
2025-08-19 14:04:52
6841
Code Sample (copy-pastable)import pandas as pddf1 = pd.DataFrame([["a", 1, 2, "05/29/2019"], ["...
上一页
下一页
1
…
37
38
39
40
41
…
313
.