Nineya
Home
Blog
Spring ConstructorResolver cannot find correct constructor with Set argument
2025-01-08 06:34:02
6942
Affects:Spring Framework 6.0.3JDK 17OverviewBean with 2 constructors cannot find the correct one in org.springframework....
Spring Provide Kotlin extensions for RuntimeHints
2025-01-08 06:33:59
216
To be able to register hints using for example registerType<HelloController>(MemberCategory.INVOKE_DECLARED_METHOD...
Spring MergedAnnotationReadingVisitor should ignore types that cannot be loaded
2025-01-08 06:33:57
5684
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
2025-01-08 06:33:54
1345
see AbstractPlatformTransactionManager:782Errors on afterCommit still trigger afterCompletion with committed status.This...
Spring Possible infinite forward loop with MockMvcWebConnection
2025-01-08 06:33:51
3395
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
2025-01-08 06:33:49
8148
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
2025-01-08 06:33:46
1518
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
2025-01-08 06:33:44
5830
Edit to make entirely customizable ContentCachingRequestWrapper and ContentCachingInputStreamComment From: pivotal-cla@R...
Spring MockHttpServletRequest InputStream has been made static in gh-29125
2025-01-08 06:33:41
4682
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
2025-01-08 06:33:38
17333
Motivation:There are several standard framework annotations already marked with @Component annotation.E.g. @Controller, ...
Spring Support property placeholders in url attribute of @HttpExchange
2025-01-08 06:33:36
6699
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
2025-01-08 06:33:31
733
Affects: 5.3.22Feature Request:When using @RecordApplicationEvents, currently the ApplicationEventsHolder uses a ThreadL...
Spring Improve generated default name for @JmsListener subscription
2025-01-08 06:33:28
174
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
2025-01-08 06:33:26
611
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
2025-01-08 06:33:23
8735
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
2025-01-08 06:33:21
2351
Affects: 6.0.4ProblemWhen an ApplicationContext with a org.springframework.core.task.support.ExecutorServiceAdapter bean...
Spring Fix integer multiplications by implicitly cast to long
2025-01-08 06:33:19
957
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
2025-01-08 06:33:16
1301
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return valu...
Spring Simplify sortAdvisors() method in AspectJAwareAdvisorAutoProxyCreator
2025-01-08 06:33:13
256
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
2025-01-08 06:33:11
1885
OverviewI have already reported this issue on Stack Overflow.Desc : Spring JPA does not recognize my custom @MyEntity an...
上一页
下一页
1
…
1375
1376
1377
1378
1379
…
2246
.