Nineya
Home
Blog
Spring SpEL containing argument references not working from Spring boot 3.2.X and even after 3.2.3
2025-01-08 22:20:28
3531
I used PreAuthorize annotation with SpEL to custom user auth validation.From Springboot 3.2.0 SpEL argument keep passing...
Spring StringUtils.truncate(Charsequence, int) incorrect length size
2025-01-08 22:20:19
2051
Affects: 6.1.4I'm curious why the truncated String using StringUtils of the Spring Framework library is appending " (tru...
Spring CoroutinesUtils causes ClassCastException & NullPointerException after upgrading to Spring 6.1.5 / Spring Boot 3.2.4
2025-01-08 22:20:16
3551
After upgrading to Spring Boot 3.2.4 we noticed ClassCastException and NullPointerException in org.springframework.core....
Spring Auto-configure a bootstrapExecutor bean to be used by Framework's background bean initialization
2025-01-08 22:20:14
3348
Summary:This pull request introduces the ability to auto-configure a bootstrapExecutor bean for background bean initiali...
Spring Add CBOR support to AllEncompassingFormHttpMessageConverter
2025-01-08 22:20:11
152
It was likely a leftover, MappingJackson2CborHttpMessageConverter configuration is present in the classpath and should b...
Spring Remove unnecessary method.isAccessible() invocation
2025-01-08 22:20:09
190
KCallablesJvm#isAccessible and KCallablesJvm#setAccessible already take care of dealing with method.isAccessible(), and ...
Spring Content-disposition issue after upgrade from to Spring Boot 3.2.3
2025-01-08 22:20:07
6708
Hi, we found and issue in building Content-Disposition header value after upgrading from Spring Boot 2.7.18 to 3.2.3. Th...
Spring Fix handling value class with private constructor on proxy
2025-01-08 22:19:55
5515
ProblemCoroutineUtils and InvocableHandlerMethod will throw exception when value class whose constructor is private is g...
Spring Indicate since what SF is possible declare @Transactional in an interface
2025-01-08 22:19:53
1647
Consider to include in the current reference documentation since what Spring Framework release is possible declare @Tran...
Spring @RequestBody decorator is crashing on Json.Parse for null types - null types are from Google Firebase response stream.
2025-01-08 22:19:50
921
The @RequestBody Json.Parse() routine, errors out when running into null types for a Json value.Example:The Google Fireb...
Spring No support for SOAP webservices in 6.x
2025-01-08 22:19:47
599
**Affects:6.xFor Spring Boot there is support for SOAP webservices: https://spring.io/guides/gs/producing-web-serviceHow...
Spring Calling AOP annotated method with Kotlin Coroutines and parameter with private constructor causes IllegalAccessException in 6.1.5
2025-01-08 22:19:45
3523
Affects: 6.1.5I have a working Spring application using 6.1.4 (by means of Boot 3.2.3). When that version is bumped to 6...
Spring ScriptFactoryPostProcessor#prepareScriptBeans is invoked twice and overrides bean definitions
2025-01-08 22:19:42
512
In our efforts to get rid of bean overriding in the core framework, I've noticed that ScriptFactoryPostProcessor#prepare...
Spring ContentDisposition.toString() should include both regular and extended filename parameter
2025-01-08 22:19:39
4336
The Content-Disposition header generated by ContentDisposition.toString() includes either the regular filename parameter...
Spring @Named fails to instantiate dependency beans with type-mutating BPPs
2025-01-08 22:19:35
5637
ref.: https://stackoverflow.com/questions/78203201/spring-beanpostprocessor-and-inconsistently-failing-app-startup Hello...
Spring Awaitility-based tests should wait more than one second
2025-01-08 22:19:32
138
Our build just failed because we didn't get a reply within a second. This is probably a bit too short if the infrastruct...
Spring IllegalArgumentException / SpelEvaluationException even after compiling with -parameters
2025-01-08 22:19:30
840
Affects: \I have a parent project with pluginManagement. I have added the -parameters in the parent project as follows:I...
Spring org.springframework.web.socket.server.standard.SpringConfiguratorTests has a configuration class that scans itself
2025-01-08 22:19:23
377
In our efforts to get rid of bean overriding in the core framework, I've found a weird setup arrangement in SpringConfig...
Spring Disable built-in controller method validation per controller
2025-01-08 22:19:21
4985
Following up on this discussion about disabling the built-in controller method validation here with @rstoyanchev.The bea...
Spring Provide and document a way to handle single-page application redirects
2025-01-08 22:19:18
18124
Affects: 5.3.8The problem was previously discussed in #21328, but as @danbim pointed out, it's not a reliable solution a...
上一页
下一页
1
…
1201
1202
1203
1204
1205
…
2246
.