Nineya
Home
Blog
Spring java.lang.NullPointerException with Scheduled tasks through DefaultScheduledTaskObservationConvention
2025-01-08 21:50:16
585
original issue https://github.com/micrometer-metrics/micrometer/issues/4507Comment From: bclozelThanks for raising this ...
Spring Mockito cannot mock AspectJ-weaved @Async method
2025-01-08 21:50:13
11045
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
2025-01-08 21:50:09
666
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
2025-01-08 21:50:05
1500
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
2025-01-08 21:50:02
7795
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
2025-01-08 21:49:57
1789
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]
2025-01-08 21:49:54
1640
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
2025-01-08 21:49:51
8114
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
2025-01-08 21:49:49
4354
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
2025-01-08 21:49:46
20698
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
2025-01-08 21:49:42
8898
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
2025-01-08 21:49:39
912
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?
2025-01-08 21:49:36
475
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
2025-01-08 21:49:31
597
Describe the bugWhen RestCient is initialized by a RestTemplate using RestClient.builder(restTemplate) the interceptors ...
Spring Let BeanPropertyRowMapper subclasses customize mapped names
2025-01-08 21:49:21
302
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
2025-01-08 21:49:19
2117
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
2025-01-08 21:49:16
1674
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
2025-01-08 21:49:13
2466
With the move to Spring Framework 6 the read-timeout functionality was removed from HttpComponentsClientHttpRequestFacto...
Spring Add error handling strategy to R2DBC DatabaseClient
2025-01-08 21:49:10
3219
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
2025-01-08 21:49:07
2935
Boot: 3.2.2Framework: 6.1.3PartEventHttpMessageReader#maxParts, configured via spring.webflux.multipart.max-parts, is va...
上一页
下一页
1
…
1220
1221
1222
1223
1224
…
2246
.