Spring path() in UriComponentBuilder should be @Nullable

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)

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?

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

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

Affects: 6.0.9 and 5.3.28-SNAPSHOTThe changes made in https://github.com/spring-projects/spring-framework/commit/0211016...

Spring Add nested propagation support to R2dbcTransactionManager

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"

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

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

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

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

addresses #30312Comment From: RemusRDSee https://github.com/spring-projects/spring-framework/issues/30312Comment From: R...

Spring Transaction isolation level not working with R2dbcTransactionManager

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

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.

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

In the course of some nullability refinements along with #30576, it turns out that ThreadLocalTargetSource always initia...

Spring Performance optimization in AbstractBeanFactoryBasedTargetSource.hashCode()

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

For values returned from an @EventListener method, ApplicationListenerMethodAdapter detects arrays/collections and publi...

Spring ModelAttributeMethodArgumentResolver does not support custom field binding for immutable objects

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

When Spring Boot autoconfiguration instantiates io.r2dbc.spi.ConnectionFactory bean implementing io.r2dbc.spi.Closeable,...
上一页 下一页
.