Nineya
Home
Blog
软著申请
Spring Drop unnecessary intermediate StringBuilder.toString() call in ServerSentEventHttpMessageReader
2025-01-08 03:23:30
578
Apart from simplification this transformation is likely to bring faster code which consumes less memory.Comment From: jh...
Spring javadoc: remove a comment documented a limitation on @Lookup annotation
2025-01-08 03:23:27
1083
The documentation on @Lookup annotation reads:When used with component scanning or any other mechanism that filters out ...
Spring JmsMessagingTemplate is not correctly configured [SPR-15965]
2025-01-08 03:23:25
3099
Filip Hrisafov opened SPR-15965 and commentedThe JmsMessagingTemplate does not set the payload MessageConverter from the...
Spring Connection not closed in WebFlux when JVM fatal error is raised on parallel Scheduler
2025-01-08 03:23:21
2675
Bug DescriptionWhen there is an jvm exception occur on Schedulers.parallel or other async thread pool, the connection wi...
Spring Can't handle SockJsMessageDeliveryException
2025-01-08 03:23:02
1510
Affects: 2.1.3.RELEASEHi,I can't handle SockJsMessageDeliveryException in my Spring app. Spring boot version:2.1.3.RELEA...
Spring Add missing @PathVariable declarations in examples in webmvc.adoc
2025-01-08 03:22:59
532
We say For example, given URL "/spring-web-3.0.5 .jar", the following method extracts the name, version, and file extens...
Spring Add Nullable to Joinpoint and MethodInterceptor
2025-01-08 03:22:56
191
These annotations enable better Kotlin Interop.With these annotations the Kotlin compiler correctly picks upnullability ...
Spring Document all predefined variables from ApplicationContext available in SpEL expressions
2025-01-08 03:22:55
2445
Currently the document only mentioned systemProperties as predefined variable, actually all builtin beans registered by ...
Spring Avoid unnecessary boxing/unboxing of primitives
2025-01-08 03:22:51
169
Wrapping primitives is pointless for the cases primitive can be used (e.g. in concatenation of arithmetics).Comment From...
Spring Custom Exceptionhandler @ControllerAdvice not working as it should
2025-01-08 03:22:49
3333
Hi,I created a RestExceptionHandler to manage all exceptions thrown from RestControllers. I am having a problem that Re...
Spring Avoid using regex matching for static patterns
2025-01-08 03:22:46
2181
This fixes the issue #24873As of now, AntPathStringMatcher uses regex matching even when:- the pattern is a constant. In...
Spring Multicontext JCache cache is closed
2025-01-08 03:22:44
1645
Affects: 5.2.6.RELEASEOriginal Spring boot issue: https://github.com/spring-projects/spring-boot/issues/21458Using a con...
Spring Webflux: Default Resource as fallback for non-existing resources [SPR-16788]
2025-01-08 03:22:41
4757
Michael Gmeiner opened SPR-16788 and commentedI'm currently migrating a spring-boot app to spring-boot 2 and webflux. Ev...
Spring Make method name as default value for @MessageMapping
2025-01-08 03:22:38
3149
Now I have a RSocket controller as following: @Controller@MessageMapping("org.xxx.account.AccountService")publ...
Spring Add support for metadata push to RSocketRequester
2025-01-08 03:22:35
1993
The RSocketRequester does not currently support the metadata push interaction model of RSocket directly. Instead, you ha...
Spring Allow re-initialization of DataBinder to and from direct field or bean property access
2025-01-08 03:22:33
6752
Affects: Spring 5.0.9 / Boot 2.0.5We have a Spring Web Mvc REST service implemented using complex nested DTO models whic...
Spring Provide access to the WebSocket close status in WebFlux
2025-01-08 03:22:30
1717
Sola opened SPR-17547 and commentedCurrently, both server-side and client-side on the Reactive stack cannot get CloseSta...
Spring Rid pointless wrapping with BufferedInputStream from class reading
2025-01-08 03:22:28
4936
Current implementation of SimpleMetadataReader.getClassReader() wraps InputStream of argument resource with BufferedInp...
Spring ResolvableType forClass fails when a type in the generic signature isn't present
2025-01-08 03:22:26
3588
Via https://github.com/spring-projects/spring-boot/issues/21431 and somewhat similar to https://github.com/spring-projec...
Spring Improve MediaType parsing performance
2025-01-08 03:22:24
1353
Given the latest issues reported against MediaType / MimeTypeUtils and the internal LRU cache implementation (see #24767...
上一页
下一页
1
…
1572
1573
1574
1575
1576
…
2246
.