Nineya
Home
Blog
Spring Document when the JPA infrastructure is ready for use
2025-01-08 22:09:05
883
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
2025-01-08 22:09:02
3223
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
2025-01-08 22:08:59
1991
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]
2025-01-08 22:08:56
4422
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]
2025-01-08 22:08:54
4603
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]
2025-01-08 22:08:51
8499
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]
2025-01-08 22:08:48
1998
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
2025-01-08 22:08:45
28430
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
2025-01-08 22:08:42
3787
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
2025-01-08 22:08:39
1871
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
2025-01-08 22:08:37
203
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
2025-01-08 22:08:34
415
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
2025-01-08 22:08:32
1086
StringUtils.uriDecode now correctly handles non-ASCII characters regardless of the presence of "%" encoding.Previously, ...
Spring Add query parameters to MockMvc Kotlin DSL
2025-01-08 22:08:29
184
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
2025-01-08 22:08:27
6477
In Kotlin all exceptions are effectively unchecked. Therefore, transactions will not be rolled back for functions like t...
Spring Memory leak with CglibAopProxy$ProxyCallbackFilter
2025-01-08 22:08:23
22088
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
2025-01-08 22:03:22
488
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()
2025-01-08 22:03:19
361
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
2025-01-08 22:03:15
2091
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
2025-01-08 22:03:13
1407
Description:The current AnnotationVisitor class in ASM lacks comprehensive documentation and could benefit from improved...
上一页
下一页
1
…
1209
1210
1211
1212
1213
…
2246
.