Nineya
Home
Blog
Spring Javadoc for PathPatternParser.defaultInstance is outdated
2025-01-08 17:46:10
772
Affects: 6.0.11Current Javadoc for PathPatternParser defaultInstance: /** * Shared, read-only instance of {@code ...
Spring Allow preferred constructor to be defined at the BeanDefinition level
2025-01-08 17:46:07
1007
See #30900 for an example.When crafting a BeanDefinition for a class with multiple constructors and AUTOWIRE_CONSTRUCTOR...
Spring Document that @TransactionalEventListener only works with non-reactive transactions
2025-01-08 17:46:05
7754
Affects: 5.2.9The problem described here can be reproduced using the following sample project: https://github.com/codepe...
Spring When using the getForLookupPath method of resourceUrlProvider to automatically add version numbers to static resource files
2025-01-08 17:46:03
1586
When using the getForLookupPath method of resourceUrlProvider to automatically add version numbers to static resource fi...
Spring Use of ApplicationEventPublisher in a reactive call stack [SPR-16481]
2025-01-08 17:46:00
6035
Rob Winch opened SPR-16481 and commentedCurrently there is no equivalent of reactive ApplicationEventPublisher which mea...
Spring Publish event for @TransactionalEventListener with Spring WebFlux
2025-01-08 17:45:57
2123
Affects: \Spring webflux does not support @TransactionalEventListener to publish event after transaction completed. So w...
Spring TypeBootstrapContext constructor not called in custom types with Hibernate 6
2025-01-08 17:45:55
11528
I use spring-orm with hypersistence-utils for additional types. There is class JsonBinaryType that has constructor:JsonB...
Spring Deprecate applyBeanPostProcessorsBeforeInitialization and applyBeanPostProcessorsAfterInitialization in the AutowireCapableBeanFactory interface
2025-01-08 17:45:51
291
Following up on #30345, the applyBeanPostProcessorsBeforeInitialization and applyBeanPostProcessorsAfterInitialization m...
Spring @TransactionalEventListener does not work with SimpleApplicationEventMulticaster.setTaskExecutor
2025-01-08 17:45:49
2589
If the ApplicationEventMulticaster bean appears in the context, the @TransactionalEventListener annotation is useless, i...
Spring Document that @TransactionalEventListener is not supported with ReactiveTransactionManager
2025-01-08 17:45:47
1671
Affects: Spring Boot 2.2.0.M3If we publish the events within the transactional reactive methods, for example:@Transactio...
Spring Give spring-core access to jdk.unsupported for Objenesis support on WildFly
2025-01-08 17:45:44
1197
Add a Dependencies manifest entry with the value jdk.unsupported tospring-core.Objenesis repackaged in Spring Core needs...
Spring Clarify FactoryBean.OBJECT_TYPE_ATTRIBUTE supported types
2025-01-08 17:45:42
1417
The FactoryBean.OBJECT_TYPE_ATTRIBUTE can be used to give type information to a FactoryBean. The documentation isn't cle...
Spring Remove obsolete native image reflection hint registration for TransactionDefinition constants
2025-01-08 17:45:39
262
OverviewAs a follow up to #30851, we should remove obsolete reflection hints registration for use cases where Constants ...
Spring mvcweb ServletServerHttpResponse:getFirst in tomcat bug
2025-01-08 17:45:36
2194
Affects: \webmvc 5.3.3first: response.setHeader("Content-Type","application/json"); in Filter.after: ServletServerHtt...
Spring application.yaml ignored from fatjar started from command line
2025-01-08 17:45:33
542
build by callinggradle fatJarstart withjava -jar build/libs/demo-0.0.1-SNAPSHOT.jarJava version used: 17the value define...
Spring loadtimeweaver not work
2025-01-08 17:45:30
794
version: springframework 5.2.3.RELEASEI found that when instantiating loadtimeweaver, the bean I defined has been loaded...
Spring [enhancements] Issue with the logic determining cache hits and cache miss in CacheAspectSupport.
2025-01-08 17:45:27
2196
@Caching(cacheable = { @Cacheable(cacheManager = "localCacheManager"), ...
Spring 404 on static resource does not return ProblemDetail response
2025-01-08 17:45:24
230
As described in https://github.com/spring-projects/spring-framework/issues/30847#issuecomment-1641982108 along with samp...
Spring Circular Dependency Issue - V2.6 to Latest
2025-01-08 17:45:22
2983
Having an issue resolving circular dependency in a Spring Boot Starter project (version 3.1) with Gradle.Using setter in...
Spring Spring Web module's Maven POM is missing an (optional) dependency to Apache HttpComponents HTTPClient library (Gradle one does have it)
2025-01-08 17:45:20
3354
Affects: 6.0.11Hello Folks,In the Spring (Spring Web) documentation for HttpComponentsClientHttpRequestFactory it states...
上一页
下一页
1
…
1326
1327
1328
1329
1330
…
2246
.