Nineya
Home
Blog
Spring SimpleJdbcInsert doesn't support "keyword" column [SPR-17097]
2025-01-08 17:21:01
1283
lmtoo opened SPR-17097 and commentedI have a table, defined as follows:create table im.t_process_instance_attributescrea...
Spring Allow configuration of the data buffer size when creating a FilePartEvent
2025-01-08 17:20:58
961
Affects: 3.0.6I'm trying to do multipart uploads following the documentation provided at PartEvent.Whilst trying to stre...
Spring Respect TaskDecorator configuration on DefaultManagedTaskExecutor
2025-01-08 17:20:55
175
TaskDecorator configuration does not properly work on DefaultManagedTaskExecutor due to the late setting of a JNDI-locat...
Spring Consistent support for MultiValueMap and common Map implementations in CollectionFactory
2025-01-08 17:20:53
228
It turned out that CollectionFactory.createMap specifically supports MultiValueMap already but createApproximateMap does...
Spring ConcurrentTaskScheduler and ConcurrentTaskExecutor can create an executor with no way to shut it down
2025-01-08 17:20:51
270
There is a default constructor of both on these that creates a default executor. When the application shuts down, there'...
Spring Support for SequencedCollection/Set/Map
2025-01-08 17:20:49
1388
JDK 21 comes with new SequencedCollection/SequencedSet/SequencedMap types, with SequencedCollection as super-interface o...
Spring Double set of annotations needed to support REST service and client with same interface
2025-01-08 17:20:45
2799
Let's suppose we want to implement the typical use case for JAX-RS developers: for a given REST service, define:interfac...
Spring With Mockito 5 tests stall when Spring instantiates proxied configuration classes with mock in static field
2025-01-08 17:20:43
1775
I've found a strange behavior when using Mockito 5 together with Spring. I'm not sure whether this is a bug in Mockito o...
Spring Spring 6: HibernateTemplate Bean creation fails with java.lang.NoClassDefFoundError: org/hibernate/criterion/DetachedCriteria
2025-01-08 17:20:40
5374
When using Spring 6 with Hibernate 6, HibernateTemplate bean creation fails with the following error.org.springframework...
Spring Issue with @PersistenceContext in aot mode
2025-01-08 17:20:38
205
Hi team,Can you please have a look at the below issue and kindly let us know the solution for the same.https://github.co...
Spring Bug report: spring boot 3.0.1 web native java.lang.IllegalStateException: No primary or single unique constructor found for class xx.xx.xx
2025-01-08 17:20:35
14659
code(kotlin):@Validated@RestController@RequestMapping("/admin/system/sysRole")class SysRoleController( priv...
Spring Bean methods with generic array/varargs parameters break native compilation
2025-01-08 17:20:32
2310
When upgrading from 3.0.5 to 3.0.6 I find that having spring-boot-starter-hateoas on the classpath breaks the native bui...
Spring Add link to latest current version in the reference manual
2025-01-08 17:20:29
4196
Search engines results often lead to old versions of Spring Framework reference and it is becoming a habit to go to addr...
Spring Enable tabs-sync-option for the Antora based reference documentation
2025-01-08 17:20:19
153
This ensures that the tabs are synced across pages after the switch to the Antora in #30414.See https://github.com/ascii...
Spring Switch the reference documentation to Antora
2025-01-08 17:20:16
524
Migrate the asciidoc based reference documentation to Antora https://antora.org/. The new documentation site https://doc...
Spring Native image build fails with "New Method or Constructor found as reachable after static analysis"
2025-01-08 17:20:14
5623
Hi everyone,While I was working on our monthly spring boot version upgrade process, I hit an error which is saying "New ...
Spring SpEL FunctionReference could support MethodHandle
2025-01-08 17:20:11
1586
A SpEL FunctionReference is currently limited to a static Method object, limiting what it can do drastically.Oddly enoug...
Spring Clarify behavior of the Elvis SpEL operator in documentation
2025-01-08 17:20:08
568
This commit improves both the javadoc and the reference guide section onthe Elvis SpEL operator to clarify that in addit...
Spring Use spring.components only for JARs that define an index
2025-01-08 17:20:06
3996
Affects: 5.2.9I am trying to use spring-context-indexer on my project. It creates a META-INF/spring-components file with...
Spring @ComponentScan filter bean annotation error
2025-01-08 17:20:02
1179
I am using a custom @ComponentScan.Filter(type = FilterType.CUSTOM, classes = {MyFilterType.class}) If MyFilterType is a...
上一页
下一页
1
…
1352
1353
1354
1355
1356
…
2246
.