Spring Javadoc for PathPatternParser.defaultInstance is outdated

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

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

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

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]

Rob Winch opened SPR-16481 and commentedCurrently there is no equivalent of reactive ApplicationEventPublisher which mea...

Spring Publish event for @TransactionalEventListener with Spring WebFlux

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

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

Following up on #30345, the applyBeanPostProcessorsBeforeInitialization and applyBeanPostProcessorsAfterInitialization m...

Spring @TransactionalEventListener does not work with SimpleApplicationEventMulticaster.setTaskExecutor

If the ApplicationEventMulticaster bean appears in the context, the @TransactionalEventListener annotation is useless, i...

Spring Document that @TransactionalEventListener is not supported with ReactiveTransactionManager

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

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

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

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

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

build by callinggradle fatJarstart withjava -jar build/libs/demo-0.0.1-SNAPSHOT.jarJava version used: 17the value define...

Spring loadtimeweaver not work

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.

@Caching(cacheable = { @Cacheable(cacheManager = "localCacheManager"), ...

Spring 404 on static resource does not return ProblemDetail response

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

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)

Affects: 6.0.11Hello Folks,In the Spring (Spring Web) documentation for HttpComponentsClientHttpRequestFactory it states...
上一页 下一页
.