Spring Drop unnecessary intermediate StringBuilder.toString() call in ServerSentEventHttpMessageReader

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

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]

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

Bug DescriptionWhen there is an jvm exception occur on Schedulers.parallel or other async thread pool, the connection wi...

Spring Can't handle SockJsMessageDeliveryException

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

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

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

Currently the document only mentioned systemProperties as predefined variable, actually all builtin beans registered by ...

Spring Avoid unnecessary boxing/unboxing of primitives

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

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

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

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]

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

Now I have a RSocket controller as following: @Controller@MessageMapping("org.xxx.account.AccountService")publ...

Spring Add support for metadata push to RSocketRequester

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

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

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

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

Via https://github.com/spring-projects/spring-boot/issues/21431 and somewhat similar to https://github.com/spring-projec...

Spring Improve MediaType parsing performance

Given the latest issues reported against MediaType / MimeTypeUtils and the internal LRU cache implementation (see #24767...
上一页 下一页
.