Spring Update to io.freefair.aspectj 8.4

Starting with version 8.4 the custom configuration to change the source directory from src/*/aspectj to src/*/java is no...

Spring Remove redundant static declaration on Search class

I found a very small mistake. : )9.3. Field (Constant) Declarations.Every field declaration in the body of an interface ...

Spring SpringFW 6 / SpringBoot 3.1.4 http_server_requests_seconds_count metrics incorrectly reports outcome=UNKNOWN for success requests and not reporting exception/errors for client cancel

Current situation:There are 3 main issues in http_server_requests_seconds_count/sum/max/bucket metrics in SpringBoot 3.x...

Spring Lifecycle beans inconsistently started as dependency of autoStartup=false SmartLifecycle

Based on the following pseudo-codeSpring does NOT auto-start a solo Lifecycle bean: @Component public class ManualServi...

Spring PathMatchingResourcePatternResolver gives different results with classpath in JAR manifest

Affects: spring-core 5.3.18When looking up a resource that's contained in the root of a dependency jar with a path wildc...

Spring R2dbcTimeoutException (connection acquisition) on @Transactional annotated method with connection pool

Spring Boot + Spring Webflux 2.7.4Spring r2dbc 5.3.23r2dbc-pool 0.9.2.RELEASEJDK 17r2dbc pool settings:spring.r2dbc.pool...

Spring Revisit AOT support for generic constructor argument values

Now that https://github.com/spring-projects/spring-framework/issues/27920 has been implemented, constructor resolver see...

Spring Prevent duplicate HTTP server observations for cancelled exchanges

In some specific cases, HTTP clients can eagerly close connections with the server right after the response has been rec...

Spring ConfigurableBeanFactory.registerDependentBean() being ignored

I migrated a project to 5.3.16 (through Spring Boot 2.6.4) and I had a problem similar to #28002, which so far worked by...

Spring After upgrading to Spring Boot 2.6.3, queries with @Lock or <lock-mode> fail

Currently, we are using Spring Boot 2.5.9.After upgrading to 2.6.3 the Queries start to fail with the following error.If...

Spring Aspectj @Configurable not working in bean post construct

Spring Boot 2.4.2Using two beans: Parent implements InitializingBean and @Configurable Child.Parent inside afterProperti...

Spring SimpleJdbcInsert attempts to map from bigint(20) to Long and throws exception

I defined an entity class:class Clazz{ private long id; private String cityHash; public Clazz(){} public Cla...

Spring Cannot cast CglibAopProxy$SerializableNoOp to Dispatcher on App startup

Affects: 6.0.12, 6.0.9Application run fails on very weird exception. Not sure I am not doing something wrong.023-10-10T2...

Spring Please make SimpleJdbcCall.compile() throw exception when the procedure is not exists in Oracle

I use SimpleJdbcCall to call stored procedure in Oracle.But I found that when compile() non exists procedure, it simply ...

Spring Support injecting Map Entries into Map object

Spring boot supports injecting List elements into List object. Could we have the same function for Map?It would be simil...

Spring The copyProperties method cannot function properly between Java and Kotlin data objects

I checked the stackhoverflow for this question and there is no standard answer.version info:JDK21 and Kotlin 1.9.10 and ...

Spring Concealing Non-Static Bean Factory Method Impacts Scripted Beans

Affects: 5.3.27File: https://github.com/spring-projects/spring-framework/blob/main/spring-beans/src/main/java/org/sprin...

Spring convertAndSend Locks the current process and completely ignores the timeout

Spring version: 2.7.1 We have found some sort of problem when submitting messages to clientsWe have a scheduled task whi...

Spring Javax validation triggered in tests after Spring Boot upgrade to 2.3.4 and not in 2.0.8

I have code that has validations like the following.In the test setup, when i pass a null value to this method, there is...

Spring AOT-generated code no longer sets bean class for beans created from a @Bean method

When using spring native with AOT processing, source generation for bean with version 6.0.10 produces: public static Be...
上一页 下一页
.