Nineya
Home
Blog
Spring local
2025-01-08 22:15:55
284
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
2025-01-08 22:15:53
2982
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
2025-01-08 22:15:48
135
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
2025-01-08 22:15:46
598
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
2025-01-08 22:15:43
1847
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[]
2025-01-08 22:15:40
2032
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
2025-01-08 22:15:37
2746
Affects: Spring Boot 3.2.3Library: Kotlin Serialization 1.9.23Overview: Kotlin serialization problem occuring in Respons...
Spring JmsTemplate.convertAndSend throws NullPointerException during shutdown
2025-01-08 22:15:33
2440
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
2025-01-08 22:15:30
9829
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
2025-01-08 22:15:25
9791
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
2025-01-08 22:15:19
173
When using the DefaultMessageListenerContainer implementation, JMS exceptions that are rethrown by configured ErrorHandl...
Spring Consistently apply TaskDecorator to ManagedExecutorService as well
2025-01-08 22:15:16
243
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
2025-01-08 22:15:12
571
Related to #23755, there is another area of inconsistency among Spring's TaskScheduler implementations: ErrorHandler sup...
Spring TaskScheduler does not work with TaskDecorator
2025-01-08 22:15:10
3805
TaskDecorator doesn't directly work with task scheduler implementations - ThreadPoolTaskScheduler/ConcurrentTaskSchedule...
Spring Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources
2025-01-08 22:15:05
466
Delegate to the spliterator method of the underyling collection in MutablePropertyValues and MutablePropertySources. In ...
Spring Use ConcurrentHashMap.newKeySet where feasible
2025-01-08 22:15:03
238
In places where a ConcurrentHashMap was used as a set by wrapping it with Collections.newSetFromMap, switch to just usin...
Spring Optimize HttpHeaders.getAcceptLanguageAsLocales
2025-01-08 22:15:00
1285
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
2025-01-08 22:14:49
368
When the content length is known, use readNBytes on the InputStream in StringHttpMessageConverter, which avoids some ext...
Spring Use Collections.emptyEnumeration where appropriate
2025-01-08 22:14:46
301
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
2025-01-08 22:14:43
1320
Where possible, switch to the Long.parseLong variant that accepts a start and end index for the supplied CharSequence, t...
上一页
下一页
1
…
1204
1205
1206
1207
1208
…
2246
.