Aurora Blog
Home
SpringBoot Optimize SystemEnvironmentPropertyMapper.isLegacyAncestorOf
2025-03-25 15:17:46
10777
demo.zipare checking the performance impact of adding Consumer beans with spring-cloud-function. We added 100 Consumer b...
SpringBoot Errorprone annotations is dependency managed according to documentation but not present in spring-boot-dependencies
2025-03-25 15:17:44
1260
The documentation on managed dependencies specifies that errorprone is managed as:com.google.errorproneerror_prone_annot...
SpringBoot Add containsDescendantOfCache for system property source
2025-03-25 15:17:42
330
SpringIterableConfigurationPropertySource has logic to help respond to containsDescendantOf in a performant way if Prope...
SpringBoot Bypass SystemEnvironmentPropertySource.resolvePropertyName calls for configuration properties
2025-03-25 15:17:40
429
Spring Framework has logic in SystemEnvironmentPropertySource.resolvePropertyName which is applied each time the propert...
SpringBoot Introduce a cache for expensive JavaBeanBinder and ValueObjectBinder
2025-03-25 15:17:39
287
When binding a large list or map it should be possible for the JavaBeanBinder/ValueObjectBinder to cache certain informa...
SpringBoot Allow ConfigurationPropertyCaching overriding for the duration of a bind operation
2025-03-25 15:17:37
324
Currently ConfigurationPropertyCaching is controlled only by the user, however, it's pretty safe to assume that during a...
SpringBoot SystemEnvironmentPropertySource is no longer considered immutable
2025-03-25 15:17:36
429
We have detection logic in SpringIterableConfigurationPropertySource which treats the SystemEnvironmentPropertySource as...
SpringBoot Improve ConfigurationPropertyName equals/hashCode performance
2025-03-25 15:17:34
298
Calls to ConfigurationPropertyName equals and hashCode methods are called a lot and performance could be improved by exi...
SpringBoot ApplicationInfoPropertySource should be marked as immutable
2025-03-25 15:17:32
118
ApplicationInfoPropertySource contains values that don't change and can be marked as immutable to improve performance.
SpringBoot Missing functionality or Different behavior of ServerRequestObservationConvention, does not provide a way to add tags to long task timers
2025-03-25 15:17:31
5029
With Spring boot 2.7 and earlier, WebMvcTagsProvider had a method that allowed to add custom tags for long task timers. ...
SpringBoot Actuator: NPE in LongTaskTimingHandlerInterceptor
2025-03-25 15:17:29
40034
I encountered the following NPE in Spring Boot Actuator 2.1.3.RELEASE:java.lang.NullPointerException: null at org.spr...
Spring Qualifier Resolution Issue in Parent-Child Context Hierarchies
2025-03-25 15:17:25
3216
Hello Spring-Team,thank you for your continued work in maintaining this excellent framework. I've come across what appea...
Spring AOT-generated CGLib proxies do not contain method overrides
2025-03-25 15:17:23
1501
My observation is that method overrides (e.g., ReplaceOverride and LookupOverride) work fine with no AOT processing, but...
Spring Enforced container-level acknowledge call for custom acknowledgement mode
2025-03-25 15:17:21
7089
Hello Spring comunity,I was recently in the process of migrating a project from Spring Boot 2.6.14 to 3.3.4.In our proje...
Spring Migrating from Spring 6.1.x to 6.2.x leads to exceptions in a Pekko setup
2025-03-25 15:17:12
26724
I am working on a Jakarta EE application that uses Spring Framework (not Spring Boot). After upgrading the spring-framew...
Spring Support @Sql annotations on test interfaces
2025-03-25 15:17:09
1575
Sam Brannen opened SPR-14255 and commentedStatus Quo18755 introduced support for declaring test annotations on test inte...
Spring Register resource hints for @TestPropertySource location patterns
2025-03-25 15:17:07
664
OverviewWe recently introduced support for location patterns in @TestPropertySource; however, MergedContextConfiguration...
Spring Register resource hints for @PropertySource location patterns
2025-03-25 15:17:05
644
OverviewWe recently introduced support for location patterns in @PropertySource; however, PropertySourcesAotContribution...
Spring Support registration of resource hints for classpath location patterns
2025-03-25 15:17:03
5463
OverviewPrior to 6.1 M4 we did not have a need for registering resource hints for GraalVM native image for classpath loc...
Spring Add Databricks to sql-error-codes
2025-03-25 15:17:00
5345
I would like to use Databricks directly for the SQL error codes without creating a custom file:https://github.com/spring...
上一页
下一页
1
…
19
20
21
22
23
24
25
.