Spring Document when the JPA infrastructure is ready for use

Spring Framework supports a background setup of the JPA instructure in a separated thread. While the current section of ...

Spring EventListenerMethodProcessor causes expensive introspection of lazy beans

Affects: 5.1.4I was attempting to fix https://github.com/spring-projects/spring-amqp/issues/885 to avoid eager initializ...

Spring WebClient request sent twice instantly when using @Cacheable

Hi all,We started using the spring cache abstraction in our REST API. The methods we want to cache make an HTTP request ...

Spring Asynchronous method execution is always invoked before bean validation [SPR-11775]

baymon opened SPR-11775 and commentedI want to use @validated on a @Service bean in combination with @Async methods. But...

Spring Asynchronous EntityManagerFactory bootstrapping to complete on context refresh completion [SPR-17334]

Andy Wilkinson opened SPR-17334 and commentedWhen a LocalEntityManagerFactory bean is configured with a bootstrap execut...

Spring Provide a mechanism to be notified that a bean has been created [SPR-16822]

Andy Wilkinson opened SPR-16822 and commentedWe have some code in Spring Boot that's intended to perform initialisation ...

Spring Reconsider enablement of JNDIPropertySource by default [SPR-14026]

Mike Noordermeer opened SPR-14026 and commented13189 enabled JndiPropertySource by default. Looking at some profiler res...

Spring Inherited @Transactional methods should be able to use class-level TransactionManager qualifier from concrete class

Setup: In a multi-DB environment, there is an abstract Service/DAO class with @Transactional methods common to all entit...

Spring Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown

A @Scheduled task that is using other components (such as the database) should terminate processing of any pending tasks...

Spring In spring framework linked to spring-boot version 3.2.3, interceptors are not called in order of addition in InterceptorRegistry

Some changes happened in new spring-boot 3.2.3 library, to align with the new version I changed my application code"clas...

Spring Use ELContext instead of deprecated VariableResolver API in JspPropertyAccessor

The JSP VariableResolver API has been deprecated since JSP 2.1 in favor of the newer ELContext API.We should therefore u...

Spring Improve Javadoc for substituteNamedParameters() in NamedParameterUtils regarding empty lists

Document that an empty list is not guaranteed to be supported by the database – for example, MySQL and PostgreSQL don't ...

Spring Fix non-ASCII character handling in StringUtils.uriDecode

StringUtils.uriDecode now correctly handles non-ASCII characters regardless of the presence of "%" encoding.Previously, ...

Spring Add query parameters to MockMvc Kotlin DSL

Query parameter(s) was added to MockHttpServletRequestBuilder, but did not exist in MockHttpServletRequestDsl.So, there ...

Spring Allow global default for @Transactional rollback behavior on checked exceptions

In Kotlin all exceptions are effectively unchecked. Therefore, transactions will not be rolled back for functions like t...

Spring Memory leak with CglibAopProxy$ProxyCallbackFilter

It seems that there is a memory leak with Spring Boot 2.4.1 on my Debian 10.5 with Java 11.0.1 when using @PreAuthorize(...

Spring Use lambda expressions for message handlers in StandardWebSocketHandlerAdapter

This PR removes anonymous classes and uses lambda expressions instead which reduce the verbosity of code and enhance the...

Spring AbstractErrors: use isEmpty() instead of length()

This pull request proposes an enhancement to the doSetNestedPath method where I replaced the check for an empty string u...

Spring Better protect against concurrent error handling for async requests

Section 3.2.2.4 of the Servlet spec indicates the request and response objects are not guaranteed to be thread safe, and...

Spring Enhancement: Improve Documentation and Error Handling in AnnotationVisitor

Description:The current AnnotationVisitor class in ASM lacks comprehensive documentation and could benefit from improved...
上一页 下一页
.