Spring local

Comment From: pivotal-cla@nimoust Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring JmsUtils.commitIfNecessary catches and ignores JMS IllegalStateException, losing message with ActiveMQ Artemis

JmsUtils.commitIfNecessary catch and ignore jakarta.jms.IllegalStateException saying it can only happens in case of JTA ...

Spring Avoid additional unnecessary Annotation array cloning in TypeDescriptor

As a follow-up to #32405, we should also avoid cloning the annotation array unnecessarily in isAnnotationPresent() and g...

Spring Avoid cloning empty Annotation array in TypeDescriptor

Rework AnnotatedElementAdapter to avoid cloning the underlying Annotation array if it is empty when getAnnotations() is ...

Spring A WebMvcTest on a controller annotated with PreAuthorize returns 404 when testing with WebMvcTest junit

Affects: Spring Boot V3.2.3 (Spring 6.1.4, Spring Security 6.2.2)This is a similar situation as described in Stackoverfl...

Spring Java 17 spring boot 2.7.12 AMD EPYC processor - ClassFormatError - java/lang/Class[]

HI team,we are facing issue with specifically on AMD EPYC processor with Java 17 spring boot application.When we deploy ...

Spring Spring Kotlin Serialization ControllerAdvice

Affects: Spring Boot 3.2.3Library: Kotlin Serialization 1.9.23Overview: Kotlin serialization problem occuring in Respons...

Spring JmsTemplate.convertAndSend throws NullPointerException during shutdown

On a web application using Spring 5.2.x the following is showing up in the log files: java.lang.NullPointerException ...

Spring Lots of boundedElastic-evictor TIMED_WAITING threads related to form data requests

I send request to webflux demo server. use springboot version 2.4.1 , create no quantity limit nuboundedElastic-evictor...

Spring UnresolvedAddressException when using webClient.get() to get from a discovery eureka client

Hi, I'd like to know if anyone can help me.I have a setup of microservices registering to a netflix discovery server, an...

Spring Unhandled JMS exceptions are not always recorded as observation errors

When using the DefaultMessageListenerContainer implementation, JMS exceptions that are rethrown by configured ErrorHandl...

Spring Consistently apply TaskDecorator to ManagedExecutorService as well

Following up on #30442, there is still one case where a configured TaskDecorator is not applied: to a late-initialized J...

Spring Consistent ErrorHandler support in TaskScheduler variants

Related to #23755, there is another area of inconsistency among Spring's TaskScheduler implementations: ErrorHandler sup...

Spring TaskScheduler does not work with TaskDecorator

TaskDecorator doesn't directly work with task scheduler implementations - ThreadPoolTaskScheduler/ConcurrentTaskSchedule...

Spring Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources

Delegate to the spliterator method of the underyling collection in MutablePropertyValues and MutablePropertySources. In ...

Spring Use ConcurrentHashMap.newKeySet where feasible

In places where a ConcurrentHashMap was used as a set by wrapping it with Collections.newSetFromMap, switch to just usin...

Spring Optimize HttpHeaders.getAcceptLanguageAsLocales

The HttpHeaders.getAcceptLanguageAsLocales was incurring overhead from using a Stream, as well as calling the fairly exp...

Spring Use readNBytes in StringHttpMessageConverter when contentLength is available

When the content length is known, use readNBytes on the InputStream in StringHttpMessageConverter, which avoids some ext...

Spring Use Collections.emptyEnumeration where appropriate

Use the empty Enumeration singleton returned by Collections.emptyEnumeration; there were a couple places that explicitly...

Spring Use Long.parseLong(CharSequence,int,int,int) to avoid intermediate String creation

Where possible, switch to the Long.parseLong variant that accepts a start and end index for the supplied CharSequence, t...
上一页 下一页
.