Nineya
Home
Blog
Spring Consider relative ordering for AspectJ aspects
2025-01-09 00:34:39
2665
I use micrometer in a Spring Boot application to measure the execution time of a method.Given the following (Kotlin) met...
Spring Review the use and responsabilities of BindingReflectiveHintsRegistrar
2025-01-09 00:34:36
1127
This class currently does a lot, providing the heavy lifting for registering hints for getters/setters, fields, construc...
Spring Support @PersistenceContext and @PersistenceUnit in test classes in AOT
2025-01-09 00:34:34
399
OverviewWhile running tests such as JpaEntityListenerTests in the spring-test module in AOT mode, I noticed that we do n...
Spring Context cache is broken if two Bean Override fields declare annotations in different order
2025-01-09 00:34:31
940
Given the following example test classes, one would expect that Test1 and Test2 would share the same ApplicationContext....
Spring Programmatic bean registration with configuration classes
2025-01-09 00:34:27
18739
Rob Winch opened SPR-13779 and commentedIt would be nice to be able to allow Java Configuration to register multiple typ...
Spring Refactor constants for sendTimeLimit and sendBufferSizeLimit to improve maintainability
2025-01-09 00:34:25
1880
Summary:This PR refactors the sendTimeLimit and sendBufferSizeLimit constants within the class to improve the overall co...
Spring Optimize wildcard pattern matching in initCounters()
2025-01-09 00:34:22
2083
Summary:This PR refactors the initCounters() method in PatternInfo to enhance code readability, improve performance, and...
Spring Add Example of computing content length for Spring WebClient multipart/form-data for upload file in chunks
2025-01-09 00:34:19
5201
Hi, I've noticed that multipart/form-data does not include a content length when the request is created with multipart/f...
Spring Improve ObjectUtils#nullSafeEquals method for readability and performance
2025-01-09 00:34:17
502
Description:This pull request simplifies the nullSafeEquals method to improve readability and performance.Changes:Reorga...
Spring SPR-16956 - Propagate read-only status as FlushMode.MANUAL to Hibernate Session
2025-01-09 00:34:14
943
https://jira.spring.io/browse/SPR-16956Comment From: pivotal-issuemaster@vladmihalcea Please sign the Contributor Licens...
Spring Intercept JMS messages
2025-01-09 00:34:11
10576
I'm working on a Spring Boot app which communicates with other apps, or with itself, using JMS. In addition to the funct...
Spring Improve random source in SockJS support
2025-01-09 00:34:08
989
The SockJs protocol spec states the following:As browsers don't have a good entropy source, the server must help with th...
Spring JavaConfig bean resolution fails with generics + Kotlin declaration-site variance
2025-01-09 00:34:06
3965
Declaration-site variance used in the very common kotlin.Pair class seems to impact bean resolution and currently preven...
Spring Allow customizing of DefaultSubscriptionRegistry messageEvalContext [SPR-17485]
2025-01-09 00:34:03
5063
David Melia opened SPR-17485 and commentedHi,org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry conta...
Spring Support STOMP receipts with the simple broker [SPR-17315]
2025-01-09 00:34:01
13100
spencercw opened SPR-17315 and commentedI'm trying to set up a project using WebSockets with the 'subscribe and snapshot...
Spring Support @RequestParam, @RequestHeader, etc. as meta-annotations [SPR-17296]
2025-01-09 00:33:58
2773
Rob Winch opened SPR-17296 and commentedIt would be nice if @RequestHeader could be used for a meta-annotation. This wou...
Spring @Pattern error message "{0}" is not resolved. [SPR-17217]
2025-01-09 00:33:55
5212
yoshikawaa opened SPR-17217 and commentedApplicationSpring Boot Web MVC ApplicationSpring Boot 2.0.4.RELEASESample : htt...
Spring Support repeatable annotations for condition evaluation [SPR-17207]
2025-01-09 00:33:53
1064
Stéphane Nicoll opened SPR-17207 and commentedCondition evaluation currently doesn't support @Repeatable. The first thin...
Spring JDK HttpClient WebSocket integration with WebSocketClient [SPR-16471]
2025-01-09 00:33:50
864
Rossen Stoyanchev opened SPR-16471 and commentedThe JDK HttpClient documentation shows there is also a WebSocket client ...
Spring Support for @ModelAttribute dependency on webflux [SPR-16198]
2025-01-09 00:33:47
2983
Dongmin Shin opened SPR-16198 and commented@ModelAttribute method arguments of @ModelAttribute annotated method are not ...
上一页
下一页
1
…
1145
1146
1147
1148
1149
…
2246
.