Spring Improve documentation for SpEL indexing support

OverviewThe Properties, Arrays, Lists, Maps, and Indexers section of the reference manual only documents indexing suppor...

Spring Support to propagate a savepoint operation via TransactionSynchronization

I propose to support to propagate a savepoint operation via TransactionSynchronization.BackgroundI'm the MyBatis's devel...

Spring Improve documentation for @Sql execution phases regarding lifecycle

Affects: spring-test 6.1.4There is a bug, when using @Sql with BEFORE_TEST_CLASS.Without this annotation the order of ex...

Spring SSLTube(SocketTube(2)) Too few bytes returned by the publisher with RestTemplate with JdkClientHttpRequestFactory

Affects: Spring Framework version: 6.1.4Previously, I was using Spring Boot 3.1.8 (Spring Framework Version: 6.0.16) wit...

Spring constructor-impl of Kotlin value class is not called

The init block of the value class can contain processing.@JvmInlinevalue class Value(val value: Int) { init { ...

Spring ClientAbortException from StreamingResponseBody can cause infinite loop of dispatches

Spring Boot 3.2.0Java 17.0.8.1Client aborting a StreamingResponseBody download in combination with an ExceptionHandler c...

Spring issue with restTemplate.postForEntity(String,Object,Class<T>) with MultiValueMap<String,Object> when updating to Spring Boot 3.2.2

I experience an issue with restTemplate.postForEntity(String,Object,Class&lt;T&gt;) with Object of type MultiValueMap&lt...

Spring Initial support for JPA 3.2

There are several new API methods in the upcoming JPA 3.2 (Jakarta EE 11) that might be interesting to support in Spring...

Spring Restore Jetty 10 compatibility in JettyClientHttpResponse

As part of 186d6e3, support for Jetty 10 was mistakenly removed. It should be restored.Thanks to @sbordet for noting thi...

Spring Upgrade to com.gradle.enterprise 3.16.2

Bumps com.gradle.enterprise from 3.16.1 to 3.16.2.Compatibility was not changed with this minor releaseCompatibilityscan...

Spring Bug: ClientRequestObservationContext increase heap consumption spring-webflux 6.1.1 -> 6.1.2

Hi together,I upgraded our application from Spring Boot 3.0.13 to 3.2.2 and I see the same issue as @erimolNordnet repor...

Spring False positive of circular dependency in Spring AOT

I have the following configuration class:@Configurationclass MyFactory( @Qualifier(&quot;depA1&quot;) private val depA:...

Spring Omit parameter names in REST Clients section of reference docs

Affects: 6.1.4 docI just saw HttpMethod method parameter in rest-clients.adoc.I think it should be HttpMethod only, beca...

Spring Allow opt-out of cglib proxy

Due to the interaction between Spring Security and Spring MVC, I need to keep using cglib proxies in my Web application....

Spring Fall back from cglib to JDK proxies when possible

I am using Spring Boot 2.7, which defaults to cglib proxies. I have a JavaConfig bean definition:interface ServiceInterf...

Spring Make snakeyaml a non-optional dependency of spring-beans?

Is there a specific reason org.yaml:snakeyaml is not an "implementation" dependency of spring-beans?Currently, spring-we...

Spring Initial support for Servlet 6.1

Along with JPA 3.2 (#31157), the most interesting additions to Jakarta EE 11 are happening in Servlet 6.1, e.g. ByteBuff...

Spring Add DataSource configuration/exposure to LocalEntityManagerFactoryBean

In contrast to the commonly used LocalContainerEntityManagerFactoryBean, the simpler LocalEntityManagerFactoryBean does ...

Spring Improve spring-web filter documentation

Affects: 5.3.x, 6.0.xThe Spring Web MVC filters section only mentions the provided filters by the framework.Whereas the...

Spring Parallel bean initialization during startup [SPR-8767]

Tomasz Nurkiewicz opened SPR-8767 and commentedSpring should provide a way (possibly a BeanFactory with a different Conf...
上一页 下一页
.