Nineya
Home
Blog
Spring SpEL no longer supports lists for varargs invocations
2025-01-08 23:03:56
2541
The changes made in conjunction with #33013 resulted in a regression for varargs support in SpEL expressions.Specificall...
Spring Error with checkpoint on refresh when using a remote data source
2025-01-08 23:03:53
43166
Apologize for the length of this write up.Maybe related to #32299 but I believe I have the options all set correctly to ...
Spring Add support for flagging an interface to declaratively expose it as an rsocket remote service
2025-01-08 23:03:51
14360
I really miss declarative service exporters.I'm happy to see the declarative rsocket client option available, but the se...
Spring WebClientResponseException.getMessage has changed to assume status code is not null
2025-01-08 23:03:48
2089
Affects: \6.1.11This commit to improve the message for WebClientResponseException has broken some of our unit tests with...
Spring JdbcClient.MappedQuerySpec::single can return null
2025-01-08 23:03:43
2122
Affects: 3.3.2 / main branchIn the JdbcClient.MappedQuerySpec, the docs and method contract conveys that .single() can n...
Spring MapAccessor#canWrite incorrectly returns true for non-Map target
2025-01-08 23:03:40
136
As a follow up to #33222, I noticed that MapAccessor#canWrite should only return true for a target that is an instance o...
Spring Support rendering stream of fragments
2025-01-08 23:03:39
183
In addition to the ability render multiple fragments added in #33162, htmx and turbo also support rendering fragments ov...
Spring Provide guidelines for using Kotlin properties with proxies (@RequestScope and similar use cases)
2025-01-08 23:03:34
4744
Problem statementHi team,I noticed a discrepancy in behavior when using the @RequestScope annotation. Per the documentat...
Spring SpEL Indexer silently ignores failure to set property as index
2025-01-08 23:03:31
352
The PropertyIndexingValueRef.setValue(Object) method in SpEL's Indexer silently ignores a failure to set a property via ...
Spring SpEL wraps primitive array in Object[] when invoking varargs method
2025-01-08 23:03:29
645
OverviewWhen invoking a varargs method, instead of converting a primitive array to an Object[], the Spring Expression La...
Spring Specify a timeout shorter than 6hrs for GitHub Action jobs/workflows
2025-01-08 23:03:27
492
The default (and maximum) timeout for a single job is 6hrs. The default (and maximum) timeout for a whole workflow is 35...
Spring Do HttpExchange interfaces support exponential backoff and fallbacks?
2025-01-08 23:03:22
1491
We were using OpenFeign in our project and it worked well. We have exponential retries configured and we also have fallb...
Spring ConversionService cannot convert primitive array to Object[]
2025-01-08 23:03:20
1560
OverviewThe DefaultConversionService currently cannot convert a primitive array to Object[]. This is due to the use of G...
Spring SpEL incorrectly splits string arguments by comma for Object... varargs method
2025-01-08 23:03:17
292
Backport of gh-33013Comment From: github-actions[bot]Fixed via d33f66d9b5865d7eb76cfde70e93a25f23c5e4fbComment From: sbr...
Spring SpEL incorrectly splits string arguments by comma for Object... varargs method
2025-01-08 23:03:14
292
Backport of gh-33013Comment From: github-actions[bot]Fixed via dffb6c5bb6c7a8b60ee6ab0f3ddd9edb40e378e2Comment From: sbr...
Spring SpEL incorrectly splits string arguments by comma for Object... varargs method
2025-01-08 23:03:12
10926
Affects4.1.2.RELEASE or higherSummaryIn SpEL, a registered varargs function incorrectly splits string arguments by comma...
Spring @NotNull on a web endpoint generic type parameter fails
2025-01-08 23:03:09
15546
Affects: 6.1 (tested with Spring Boot 3.2.3)Until Spring Boot 3.1 (3.1.8 to be exact) following endpoint was fine:@GetMa...
Spring Hibernate Search Bytecode Enhancement Issue
2025-01-08 23:03:06
3529
I reported the following issue to the Hibernate team: https://hibernate.atlassian.net/browse/HSEARCH-5205org.hibernate.e...
Spring Race condition in HeaderWriterFilter when returning StreamingResponseBody in Spring MVC
2025-01-08 23:03:00
1931
Affects: 6.0.x, 6.1.x (list is not exhaustive) When using HeaderWriterFilter and controller methods that return Streamin...
Spring Add support for Kotlin inline/value classes in BeanUtils
2025-01-08 23:02:58
6470
Kotlin value classes currently cannot be used in configuration bindings in Spring Boot 2.6.6.This is a repro case:packag...
上一页
下一页
1
…
1164
1165
1166
1167
1168
…
2246
.