Nineya
Home
Blog
Spring Document limitations of CGLIB proxy class generation in JPMS module setups
2025-01-09 00:23:26
19506
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
2025-01-09 00:23:23
14863
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
2025-01-09 00:23:17
1438
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
2025-01-09 00:23:15
512
Currently it's possible to stream SSE events via ServerResponse.sse(Consumer<SseBuilder>), but no way to stream in...
Spring Encapsulate ETag comparison logic
2025-01-09 00:23:11
187
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
2025-01-09 00:23:09
484
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?
2025-01-09 00:23:06
457
@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
2025-01-09 00:23:01
8188
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]
2025-01-09 00:22:58
10009
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
2025-01-09 00:22:55
298
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
2025-01-09 00:22:53
3701
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
2025-01-09 00:22:50
16295
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
2025-01-09 00:22:47
335
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
2025-01-09 00:22:45
964
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
2025-01-09 00:22:43
289
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
2025-01-09 00:22:40
1781
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)
2025-01-09 00:22:38
15638
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
2025-01-09 00:22:35
158
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
2025-01-09 00:22:33
1283
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
2025-01-09 00:22:31
7455
For example:@Before(value = "execution(* org.springframework.cloud.client.serviceregistry.ServiceRegistry.register(...
上一页
下一页
1
…
1156
1157
1158
1159
1160
…
2246
.