Nineya
Home
Blog
Spring Improve documentation for SpEL indexing support
2025-01-08 22:02:07
277
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
2025-01-08 22:02:04
3560
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
2025-01-08 22:02:02
3166
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
2025-01-08 22:01:59
2340
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
2025-01-08 22:01:56
1528
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
2025-01-08 22:01:54
20517
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
2025-01-08 22:01:48
13742
I experience an issue with restTemplate.postForEntity(String,Object,Class<T>) with Object of type MultiValueMap<...
Spring Initial support for JPA 3.2
2025-01-08 22:01:45
1867
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
2025-01-08 22:01:42
568
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
2025-01-08 22:01:40
547
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
2025-01-08 22:01:37
1430
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
2025-01-08 22:01:31
14266
I have the following configuration class:@Configurationclass MyFactory( @Qualifier("depA1") private val depA:...
Spring Omit parameter names in REST Clients section of reference docs
2025-01-08 22:01:27
670
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
2025-01-08 22:01:19
471
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
2025-01-08 22:01:17
539
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?
2025-01-08 22:01:14
48596
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
2025-01-08 22:01:11
995
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
2025-01-08 22:01:08
671
In contrast to the commonly used LocalContainerEntityManagerFactoryBean, the simpler LocalEntityManagerFactoryBean does ...
Spring Improve spring-web filter documentation
2025-01-08 22:01:06
766
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]
2025-01-08 22:01:03
23115
Tomasz Nurkiewicz opened SPR-8767 and commentedSpring should provide a way (possibly a BeanFactory with a different Conf...
上一页
下一页
1
…
1211
1212
1213
1214
1215
…
2246
.