Aurora Blog
Home
SpringBoot Bump lombok to 1.18.42 to support JDK25
2025-10-05 14:00:14
614
Build with JDK25 and Spring Boot 3.5.6 sbom fails with[ERROR] Failed to execute goal org.apache.maven.plugins:maven-comp...
SpringBoot A doubt about AutoConfigurationImportSelector
2025-10-05 14:00:12
129
In the AutoConfigurationImportSelector class, is there any romantic meaning behind the field static final int ORDER = 21...
SpringBoot Allow stacktrace processing when using structured logging
2025-10-05 14:00:10
2491
Structured logging significantly simplifies production setup. Unfortunately, missing equivalent of ShortenedThrowableCon...
Spring FormHttpMessageConverter should be able to read Multipart responses
2025-10-05 14:00:07
1073
FormHttpMessageConverter currently doesn't support reading multipart responses: it can only write requests.Unless I'm mi...
Spring Security DelegatingOAuth2TokenValidator ClassCastException
2025-10-04 14:00:55
3819
Describe the bugWhen creating a custom JwtDecoder for an application with multiple OAuth2TokenValidators, if one of the ...
Spring Security Support Authorization of Factors within a Specified Amount of Time
2025-10-04 14:00:39
206
We should support authorization of factors within a specified amount of time. For example, you might only allow access t...
Spring AI Many AbstractFilterExpressionConverters incorrectly handle String values
2025-10-04 14:00:29
674
Bug descriptionMany implementations end up doing something similar to this: else if (value instanceof String s) {...
SpringBoot Align MockMvc Kotlin example to use RestTestClient
2025-10-04 14:00:15
196
Once we switch to framework's snapshots that incudes https://github.com/spring-projects/spring-framework/issues/35558 we...
Spring Fix MultipartWebClientIntegrationTests#transferTo with Jetty and Java 25
2025-10-04 14:00:10
11907
While working on https://github.com/spring-projects/spring-framework/issues/35530, I figured out that with Jetty and Jav...
Apache Superset Chart UUID not exposed in API but required when creating dashboard via API
2025-10-03 14:02:02
11139
In order to create a dashboard with the API, the UUID(s) of charts on the dashboard must be supplied in the serialized J...
Apache Superset [6.0.0-RC2] Oracle Database Bar Char Error: ORA-00979: not a GROUP BY expression
2025-10-03 14:01:52
2987
Bug descriptionSteps to ReproduceCreate database connection to Oracle 19.24 using cx_Oracle.Create a bar chart visualiza...
Apache Superset How to Restrict Dataset Access to Specific Roles in Superset?
2025-10-03 14:01:47
3653
Bug descriptionHello Superset Community,I am trying to configure access control for a specific dataset in Apache Superse...
Gorm Ability to perform “preloading” for Postgresql in a single query
2025-10-03 14:01:31
665
Your QuestionDo we have the ability to do “preloading” in a single query? We can get data in a single query in the form ...
Spring Security ServerHttpSecurity.HeaderSpec.ReferrerPolicySpec missing disable
2025-10-03 14:01:22
281
Expected BehaviorMost of the other HeaderSpecs have a disable option, but ServerHttpSecurity.HeaderSpec.ReferrerPolicySp...
Spring Security Allow customization of token generation in JdbcOneTimeTokenService
2025-10-03 14:01:20
9079
Expected BehaviorA simple way to change the one-time token (OTT) generation logic via a modular way without the need of ...
Spring Security Implement OAuth 2.0 Protected Resource Metadata
2025-10-03 14:01:18
575
Add support for OAuth 2.0 Protected Resource Metadata.See the following integration test on how to customize the metadat...
Spring Security Classes not cached in CDS/AOT becaue of "Failed verification"
2025-10-03 14:01:16
2904
Describe the bugI am currently trying out class caching via CDS/AOT not with Java 25 and I stumbled over some warnings r...
Spring Security Consider how the current Authentication is merged with additional Authentication instances
2025-10-03 14:01:15
553
CAUTION This is a ticket that needs to be considered by the Spring Security team and thus is not currently a candidate f...
Spring Security OAuth2 should be easier to set up without a servlet context
2025-10-03 14:01:13
8812
ContextRight now I'm spending a lot of time futzing around trying to figure out how to use spring-cloud-openfeign with t...
Spring Security Consider Adding Authentication.Builder.authentication(Authentication)
2025-10-03 14:01:11
612
CAUTION This is a ticket that needs to be considered by the Spring Security team and thus is not currently a candidate f...
上一页
下一页
1
…
33
34
35
36
37
…
386
.