Spring SimpleJdbcInsert doesn't support "keyword" column [SPR-17097]

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

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

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

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

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

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

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

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

When using Spring 6 with Hibernate 6, HibernateTemplate bean creation fails with the following error.org.springframework...

Spring Issue with @PersistenceContext in aot mode

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

code(kotlin):@Validated@RestController@RequestMapping("/admin/system/sysRole")class SysRoleController( priv...

Spring Bean methods with generic array/varargs parameters break native compilation

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

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

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

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"

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

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

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

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

I am using a custom @ComponentScan.Filter(type = FilterType.CUSTOM, classes = {MyFilterType.class}) If MyFilterType is a...
上一页 下一页
.