Spring java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention

original issue https://github.com/micrometer-metrics/micrometer/issues/4507Comment From: bclozelThanks for raising this ...

Spring Mockito cannot mock AspectJ-weaved @Async method

When trying to mock an @Async method from a @SpyBean I get the following error:org.mockito.exceptions.misusing.InvalidUs...

Spring Optimize Map methods in ServletAttributesMap

ServletAttributesMap inherited default implementations of the size and isEmpty methods from AbstractMap which delegates ...

Spring "IllegalStateException: Cannot call sendError() after the response has been committed" when IOException is thrown during resolving method argument values on Tomcat >= 10.1.16

Affects: Spring Framework 6.1.3 with Tomcat >= 10.1.16 (or Spring Boot >= 3.1.6, including 3.2.x)DescriptionWhen a...

Spring Passing attributes from WebClient to underlying HTTP library

Hello,We are trying to enable communication logging (low level HTTP logging) for requests and responses processed with W...

Spring Add invokeDefaultMethod utils for JDK dynamic proxy created by Spring AOP

Closes gh-28495Motivation@HttpExchange("http://localhost:8080")public interface GreetingClient { @GetExchan...

Spring SpEL: parsing exception when combining null-safe navigation and list indexing [SPR-16929]

Juan Domínguez González opened SPR-16929 and commentedWhen parsing an expression which combines null-safe and list/array...

Spring Introduce SPI to configure the SpEL Indexer

The SpEL indexer doesn't provide support for Jackson's ArrayNode, and it seems to be non-extensible; whereas, a Jackson ...

Spring SpEL: support type inference in dynamic typing scenarios

Affects: All versionsI am using SpEL in a platform I have built where users are able to set expressions which refer to ...

Spring Adapt native support for Hibernate 6.3.0 bytecode provider changes

The native support for Hibernate should be refined in order to be compatible with those changes related to the bytecode ...

Spring Spring Websockets Broker relay supporting active/standby broker

In order to support Broker Cluster setups and according to Connecting to a Broker we need to configure a supplier of add...

Spring Spring Boot with Active MQ STOMP Failover (Active/Standby) - auto reconnect to Standby without closing existing connection

Chat has been implemented using React JS with Spring Boot as the back-end. Relay to STOMP broker AWS Managed ActiveMQ se...

Spring spring-context-indexer 6.1.3 does not work. I've read the source code and it's deprecated. How do I fix this?

Comment From: bclozelWe have tests showing that the indexer works. It is deprecated since we've shown that AOT is more e...

Spring RestClient : interceptors are executed 2 times

Describe the bugWhen RestCient is initialized by a RestTemplate using RestClient.builder(restTemplate) the interceptors ...

Spring Let BeanPropertyRowMapper subclasses customize mapped names

BeanPropertyRowMapper traditionally maps lower-case and underscore-based names for each discovered property.While it all...

Spring Allow BeanPropertyRowMapper subclass to add mapped properties dynamically

This commit adds a new method addProperty that allows for the dynamic addition of mapped properties to the existing map ...

Spring Make imported config always override the one found by package scan

Fixes #24643Current stateWhether imported user config class will override a scanned one depends on its names.Unit test w...

Spring Support ReadTimeout in HttpComponentsClientHttpRequestFactory with Apache HTTP Client 5

With the move to Spring Framework 6 the read-timeout functionality was removed from HttpComponentsClientHttpRequestFacto...

Spring Add error handling strategy to R2DBC DatabaseClient

We currently have an issue where the database might throw unexpected exceptions. To handle that we would like to catch t...

Spring Validation of PartEventHttpMessageReader#maxParts is off by one

Boot: 3.2.2Framework: 6.1.3PartEventHttpMessageReader#maxParts, configured via spring.webflux.multipart.max-parts, is va...
上一页 下一页
.