SpringBoot Drop /reference from docs build YAML

This line can be simplified now that https://github.com/spring-io/spring-doc-actions/issues/20 is fixed.

SpringBoot Provide a possibility to extend/override configuration properties binding process

We faced an issue where a property source for 700+- objects (consists of 100+- fields) binds to java objects slowly: aro...

SpringBoot Improve performance of MapBinder by calculating reused fields only once

Some very minor performance enhancements can be made to MapBinder by calculating and storing some items that are used ma...

SpringBoot Improve performance of IndexedElementsBinder.assertNoUnboundChildren by not checking all elements

Currently IndexedElementsBinder checks that there are no unbound children by tracking elements as they are bound. For la...

SpringBoot When using Kotlin, mutable super-class's properties are not bound when a sub-class declares a non-default primary constructor that does not cover the super-class's properties

I have a spring boot - Kotlin project, which I am upgrading from Spring 5, Java 8 to Spring 6, Java 21build.gradle.ktspl...

SpringBoot Auto-configuration for RestClient, WebClient and generated @HttpExchange proxies

Spring Cloud offers some auto-configuration for its @FeignClient which entered maintenance mode in favor of RestClient a...

SpringBoot Optimize SystemEnvironmentPropertyMapper.isLegacyAncestorOf

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

The documentation on managed dependencies specifies that errorprone is managed as:com.google.errorproneerror_prone_annot...

SpringBoot Add containsDescendantOfCache for system property source

SpringIterableConfigurationPropertySource has logic to help respond to containsDescendantOf in a performant way if Prope...

SpringBoot Bypass SystemEnvironmentPropertySource.resolvePropertyName calls for configuration properties

Spring Framework has logic in SystemEnvironmentPropertySource.resolvePropertyName which is applied each time the propert...

SpringBoot Introduce a cache for expensive JavaBeanBinder and ValueObjectBinder

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

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

We have detection logic in SpringIterableConfigurationPropertySource which treats the SystemEnvironmentPropertySource as...

SpringBoot Improve ConfigurationPropertyName equals/hashCode performance

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

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

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

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

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

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

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...
上一页 下一页
.