Spring Document limitations of CGLIB proxy class generation in JPMS module setups

arguably a duplicate of #24922 but since that wasn't fixed and actually causes real errors when using JPMS. It's not a w...

Spring Memory Leak with SseEmitter

Affects: webmvc 6.xWe have a new application that uses the SseEmitter to send events back to clients as they arrive in o...

Spring Factory Bean, BeanDefinitionRegistryPostProcessor and XML config causes properties to not be available

Affects: 5.3.29, 6.1.12, probably others. I've not done an exhaustive search.We've hit a problem with using factory bean...

Spring Provide more ways to stream through ServerResponse for WebMvc functional endpoints

Currently it's possible to stream SSE events via ServerResponse.sse(Consumer<SseBuilder>), but no way to stream in...

Spring Encapsulate ETag comparison logic

33372 introduced an ETag type that begins to consolidate ETag handling. For 6.2, we can use it to further encapsulate co...

Spring Refactor eTag formatting logic into a static utility method

This pull request refactors the eTag formatting logic by consolidating it into a static format method within the ETag re...

Spring Is this considered as a bug of the Spring framework?

@Configuration @EnableAsync public class AppConfig { @Resource private AppConfig app ; @Async public void ...

Spring Introduce ability to add to the Environment using properties of a bean

It would be nice to be able to add properties to the Environment based upon properties of a bean. Spring Boot Testjars d...

Spring Support @TestPropertySource at method level [SPR-14378]

Justin Knowles opened SPR-14378 and commented@TestPropertySource allows you to set test-suite / class-level properties, ...

Spring Update mime.types and remove commented entries

The org/springframework/http/mime.types file bundled with spring-web is outdated (for example it does not contain the Wa...

Spring Document fixed rate scheduling with CRaC

Affects: Spring Boot 3.3.0, but I think every version supporting CRaC is affectedConsider the following simple applicati...

Spring Native image is missing CGLIB proxy when @Aspect is used

I have project with aspect that automatically logs input and output of public methods, if class is annotated with @Autom...

Spring Provide access to the unexpanded URI template when using MockMvc

Spring REST Docs needs to capture the raw URI template to post-process it and this broke with MockMvcTester as the fluen...

Spring GatewayRouterFunctions throwing for path variable with space throwing 400 bad request error

When i am sending get request with path variable having space in between throwing 400 bad request error while gateway is...

Spring Ensure use of specified status code on redirect with Rendering

Fixes: #33497Comment From: pivotal-cla@yfoel Please sign the Contributor License Agreement!Click here to manually synchr...

Spring Unable to Set Status on RedirectView in Rendering.Builder

Issue: Unable to Set Status on RedirectView in Rendering.BuilderDescriptionIn the current implementation of the Renderin...

Spring java.lang.IllegalArgumentException: Invalid character ' ' for QUERY_PARAM at org.springframework.web.util.HierarchicalUriComponents.verifyUriComponent(HierarchicalUriComponents.java:422)

I am using spring boot 3.2.2 and while try to routing with query param space it is throwing below errors.java.lang.Illeg...

Spring Remove obsolete role attributes for tab groups in the reference manual

Since we now use asciidoctor-tabs instead of spring-asciidoctor-backends, we no longer need the role="primary" and role=...

Spring Add Exception Handling for Unsupported Object Types in isEmpty Method

The current isEmpty method is designed to check if various types of objects are empty.However, if an unsupported object ...

Spring @Aspect does not work in native-image when pointcut expression uses interface

For example:@Before(value = "execution(* org.springframework.cloud.client.serviceregistry.ServiceRegistry.register(...
上一页 下一页
.