Spring ConstructorResolver cannot find correct constructor with Set argument

Affects:Spring Framework 6.0.3JDK 17OverviewBean with 2 constructors cannot find the correct one in org.springframework....

Spring Provide Kotlin extensions for RuntimeHints

To be able to register hints using for example registerType<HelloController>(MemberCategory.INVOKE_DECLARED_METHOD...

Spring MergedAnnotationReadingVisitor should ignore types that cannot be loaded

OverviewThis came up in the context of Spring Native, when the exception below was thrown.TypeAccess is an enum used in ...

Spring Platform Transaction Manager / error on afterCommit should NOT trigger afterCompletion with success code

see AbstractPlatformTransactionManager:782Errors on afterCommit still trigger afterCompletion with committed status.This...

Spring Possible infinite forward loop with MockMvcWebConnection

When a filter is configured to conditionally forward, and it is configured to handle FORWARD dispatches as well, and it ...

Spring Default content type in ContentNegotiationConfigurer not taken into account

I have a @GetMapping @RestController that could produce both xml and json.If Content-Type is missing in the clients' req...

Spring Improve generated default name for @JmsListener subscription

This should fix #29763.Comment From: fml2Could this also be backported to the 5.x line?Comment From: sbrannenAs a proof ...

Spring Make ContentCachingRequestWrapper and ContentCachingInputStream fully customizable

Edit to make entirely customizable ContentCachingRequestWrapper and ContentCachingInputStreamComment From: pivotal-cla@R...

Spring MockHttpServletRequest InputStream has been made static in gh-29125

Affects: 6.0.4Hi,since the upgrade to 6.x I have some MockMvc Tests that fail if the content ist null. This also happens...

Spring Ability to mark @Component to be ignored by component scan

Motivation:There are several standard framework annotations already marked with @Component annotation.E.g. @Controller, ...

Spring Support property placeholders in url attribute of @HttpExchange

Affects: 6.0.4Spring Boot: 3.0.1@SpringBootApplicationpublic class DemoExchangeApplication { public static void main(...

Spring Access recorded ApplicationEvents across all threads in the TestContext framework

Affects: 5.3.22Feature Request:When using @RecordApplicationEvents, currently the ApplicationEventsHolder uses a ThreadL...

Spring Improve generated default name for @JmsListener subscription

Backport of gh-29790Comment From: sbrannenThis has been merged into 5.3.x in 07fd7606e73bf60f23b21b0e5399e331175f3b90 an...

Spring Explicit target ClassLoader for interface-based proxies in MvcUriComponentsBuilder

In the course of addressing #29256, we identified a further case of ProxyFactory usage without an explicit target ClassL...

Spring org.springframework.web.context.ContextLoader cannot be loaded in a native image

Affects: 6.0.xLoading org.springframework.web.context.ContextLoader in a native image fails due to its class initializer...

Spring Closing an ApplicationContext leads to Exception at ExecutorServiceAdapter

Affects: 6.0.4ProblemWhen an ApplicationContext with a org.springframework.core.task.support.ExecutorServiceAdapter bean...

Spring Fix integer multiplications by implicitly cast to long

The Thread.sleep() takes long value as a parameter, so instead of integer value we should use a long valueComment From: ...

Spring process-aot fail when dealing with anonymous classes

Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return valu...

Spring Simplify sortAdvisors() method in AspectJAwareAdvisorAutoProxyCreator

found the sortAdvisors have some duplicate calculation logic of the sorting advisors.Comment From: sbrannenThanks for th...

Spring Add support for discovering JPA @Entity used as meta-annotation during scanning

OverviewI have already reported this issue on Stack Overflow.Desc : Spring JPA does not recognize my custom @MyEntity an...
上一页 下一页
.