Nineya
Home
Blog
Spring path() in UriComponentBuilder should be @Nullable
2025-01-08 17:26:35
3176
I think path() should be nullable in case you have a param that shouldn't always appear depending on the environment. ...
Spring All Kotlin DSL for web-test are using internal constructor (e.g. MockHttpServletRequestDsl)
2025-01-08 17:26:32
4060
Version: spring-test-5.3.27TLDR: Why do all web-test Kotlin DSL classes have internal constructors?I find MockMvcExtensi...
Spring fromUriString has an bug?
2025-01-08 17:26:30
1284
spring version is 5.3.8where i use fromUriString like this,it give an error result,I thank there has some bug with regex...
Spring Support @Scheduled on Reactive methods and Kotlin suspending functions
2025-01-08 17:26:27
9088
This commit adds support for @Scheduled annotation on reactive methodsand on Kotlin suspending functions (provided a bri...
Spring CollectionFactory.createMap(HashMap.class, 0) now returns a LinkedHashMap rather than a HashMap
2025-01-08 17:26:25
355
Affects: 6.0.9 and 5.3.28-SNAPSHOTThe changes made in https://github.com/spring-projects/spring-framework/commit/0211016...
Spring Can the caching annotations of Spring Cache have an additional attribute (serialization type)? Currently, when using Spring Cache, I encountered issues with deserialization because the type information was not serialized.
2025-01-08 17:26:22
801
Affects: 5.3.23Due to the Spring Cache configuration, the serializer is also unable to retrieve the actual type informat...
Spring Add nested propagation support to R2dbcTransactionManager
2025-01-08 17:26:19
2045
I think it could be useful to add R2dbcTransactionManager nested propagation transactions support.The current r2dbc tran...
Spring "Unable to determine the correct call signature - multiple signatures for" OR "PLS-00306: wrong number or types of arguments in call"
2025-01-08 17:26:17
7408
Affects: Spring Boot 2.7.12, spring-jdbc 5.3.27Hi! I have two oracle functions with same name, but different signatures:...
Spring Disable SpEL selector support in WebSocket messaging by default
2025-01-08 17:26:14
1065
OverviewIn an effort to reduce the potential for security vulnerabilities in SpEL to adversely affect Spring application...
Spring Error after compile and run generated graalvm image
2025-01-08 17:26:11
12581
Affects: \3.0.6I have next error after compile and run a native image with Graalvm and Spring.2023-06-03 16:36:42 2023-0...
Spring Transaction isolation level cannot be passed to R2DBC connection in Spring Boot 3
2025-01-08 17:26:09
3066
The isolation level cannot be set/passed to the r2dbc connection after upgrading to Spring Boot 3 and updating r2dbc.Thi...
Spring Support parsing long dates in InstantFormatter
2025-01-08 17:26:06
773
addresses #30312Comment From: RemusRDSee https://github.com/spring-projects/spring-framework/issues/30312Comment From: R...
Spring Transaction isolation level not working with R2dbcTransactionManager
2025-01-08 17:26:04
7254
Spring boot: 3.1.0 and 3.1.1 (SNAPSHOT)Database: PostgreSQL@Servicepublic class TxTester implements ApplicationRunner { ...
Spring Unsupported SQL type: TIMESTAMP_WITH_TIMEZONE when using OffsetDateTime with MySQL
2025-01-08 17:26:01
1792
Since upgrading to spring-boot 3.1 ( spring framework 6.0.9 ) I'm experiencing a new exception for methods that uses Off...
Spring Consider to add the "isLazy(String name)" method in the ApplicationContext hierarchy.
2025-01-08 17:25:58
3513
Introduction:If is used the getBeanDefinitionNames() method such as:for(String beanName : ctx.getBeanDefinitionNames()) ...
Spring ThreadLocalTargetSource does not include actual target bean name in NamedThreadLocal
2025-01-08 17:25:54
273
In the course of some nullability refinements along with #30576, it turns out that ThreadLocalTargetSource always initia...
Spring Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode()
2025-01-08 17:25:52
2388
Affects: 5.2.20Our production application shows 2.8% of spent cpu coming from the following stack trace:java.lang.Object...
Spring ApplicationListenerMethodAdapter inconsistently publishes events from CompletableFuture
2025-01-08 17:25:50
369
For values returned from an @EventListener method, ApplicationListenerMethodAdapter detects arrays/collections and publi...
Spring ModelAttributeMethodArgumentResolver does not support custom field binding for immutable objects
2025-01-08 17:25:48
2159
The paramName value for the constructor field is available, but is not used during binding on line 256 when binder.conve...
Spring R2DBC ConnectionFactory bean .close() method should be called/subscribed when available
2025-01-08 17:25:45
2052
When Spring Boot autoconfiguration instantiates io.r2dbc.spi.ConnectionFactory bean implementing io.r2dbc.spi.Closeable,...
上一页
下一页
1
…
1346
1347
1348
1349
1350
…
2246
.