Nineya
Home
Blog
Spring Unable to create object for HibernateJpaVendorAdapter
2025-01-08 17:39:27
1150
I am getting below error while creating object for HibernateJpaVendorAdapter Class org.springframework.orm.jpa.vendor.Sp...
Spring SPR-8389 condense BeanCreationException exception message
2025-01-08 17:39:22
618
8389The root cause is the message for NestedException included the cause (by concatenating by ; nested exception is ...)...
Spring Add CompositeTaskDecorator
2025-01-08 17:39:20
2413
Hi,Currently, task executors only accept single TaskDecorator instance.When there are multiple TaskDecorator beans to ap...
Spring Allow alternative JdbcOperations implementations
2025-01-08 17:39:18
2303
Change various JDBC abstraction classes to allow them to work withJdbcOperations instead of JdbcTemplate. This allows th...
Spring Add JDBC SqlValue classes for arrays
2025-01-08 17:39:15
687
Introduce two SqlValue classes for more convenient use of arrays fromSpring JDBC.AbstractSqlArrayValue abstract base cla...
Spring Storing JVM system properties in the Spring Environment as Properties can degrade performance due to synchronization
2025-01-08 17:39:12
4069
systemProperties PropertySource in Environment implemented with Properties ,But Properties is synchronous, which will re...
Spring @Request body doesn't attach fields like iNN kPP
2025-01-08 17:39:09
1023
Using spring v. 3.0Request body object looks like this:{ "name" : "test", "iNN" : "12313"}Object model contains two f...
Spring Update to antora-ui-spring v0.3.1
2025-01-08 17:39:06
143
Adds GitHub Project LinkAdds Stackoverflow LinkAdds Related Documentation linksSee https://docs.spring.io/spring-securit...
Spring Blocking execution for WebFlux controller methods
2025-01-08 17:39:01
770
This was raised and discussed under #21184, but closed with https://github.com/spring-projects/spring-framework/issues/2...
Spring SpringBeanContainer not working with Hibernate Search's ParameterizedBridge [SPR-17311]
2025-01-08 17:38:59
1818
mihxil opened SPR-17311 and commentedI tried to upgrade my project using spring and hibernate to spring 5.1.I use custom...
Spring Code generation not applying shortcut if the target method is ambiguous
2025-01-08 17:38:56
334
Closes gh-29278Added logic to check if target method is ambiguous while generating bean definition methodPlease check is...
Spring Code generation should only apply shortcut if the target method is not ambiguous
2025-01-08 17:38:53
1213
Consider the following bean definition:RootBeanDefinition beanDefinition = (RootBeanDefinition) BeanDefinitionBuilder ...
Spring Support for MultiValueMap elements in web data binding
2025-01-08 17:38:52
2969
Affects: spring-web 5.2.11Given a controller like the following:import javax.annotation.Nullable;import org.springframew...
Spring Refine the log message printed after restoration with CRaC
2025-01-08 17:38:49
303
The current message Restart complete in xx ms printed by DefaultLifecycleProcessor.CracResourceAdapter#afterRestore is c...
Spring Plugin version no longer available
2025-01-08 17:38:47
754
Affects: v5.3.23Version 0.0.10 (specified in v5.3.23) of the "io.spring.ge.conventions.gradle.plugin" is no longer avail...
Spring Upgrade to Reactor 2023.0.0-M1
2025-01-08 17:38:43
74
This version adds support for Virtual Threads usage in Reactor Schedulers.
Spring Add missing @Nullable annotations in ContentDisposition.Builder
2025-01-08 17:38:41
394
This PR adds missing @Nullable annotations in ContentDisposition.Builder.See 7f9349b7ae36af312c83ea1b9a9232e13490cfc3Com...
Spring Add support to any Iterable types on PropertyAccessor
2025-01-08 17:38:38
2079
Sometimes, for better clarity of the application model, we create objects that encapsulate a Collection, and this object...
Spring HttpExchangeAdapter for RestClient
2025-01-08 17:38:33
220
Following on #30117 taking care of the necessary infrastructure changes, it should be straight forward to add a RestClie...
Spring Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader
2025-01-08 17:38:30
4590
Reproducible on JDK 11, 15 (presumably 9+) and the latest Spring Framework (5.2.9).I put together a simple reproducer, w...
上一页
下一页
1
…
1333
1334
1335
1336
1337
…
2246
.