玖涯软件开发
Home
Blog
Spring RuntimeHints missing for WebFlux
2025-01-08 05:48:15
707
I had to add these hints to get WebFlux with Netty running, using the spring-native sample webflux-netty on this branch:...
Spring Support by-type constructor references in ConstructorOrFactoryMethodResolver
2025-01-08 05:48:13
2938
ConstructorOrFactoryMethodResolver supports type various constructor argument types such as by-name references through i...
Spring AOT generated code leads to exception on startup: Object of class [java.lang.Boolean] must be an instance of boolean
2025-01-08 05:48:11
6166
Hi,when running a Spring Boot project with the starter-integration in it in AOT mode, it crashes on startup with this ex...
Spring Use PathPatternParser by default in Spring MVC
2025-01-08 05:48:08
1722
PathPatternParser was introduced for WebFlux in 5.0 as a replacement for AntPathMatcher that uses pre-compiled patterns,...
Spring HtmlUnit / MockMvc integration handles forwarded URLs partially
2025-01-08 05:48:06
900
Currently ForwardRequestPostProcessor uses the forwarded URL only to set the servletPath of the mock request, which mean...
Spring Fix issue autowiring channelExecutors and taskScheduler in spring messaging & websocket
2025-01-08 05:48:04
1379
There are several beans require TaskExecutor or TaskScheduler without @Qualifier, which means inject wrong executors if ...
Spring 注释部分代码
2025-01-08 05:48:01
189
Comment From: pivotal-cla@boerzi Please sign the Contributor License Agreement!Click here to manually synchronize the st...
Spring Support to guarantee transactions by using @EventListener and ReactiveTransactionManager
2025-01-08 05:47:58
370
Hi.If you register ReactiveTransactionManager as Spring Bean and use @Transactional annotation, you can guarantee transa...
Spring Support for CGLIB BeanCopier utility on JDK 17
2025-01-08 05:47:56
16202
Affects: \env:jdk17,spring-core:5.3.19,springboot:2.6.7cglib said it does not support jdk17, but spring is still using c...
Spring Memory leak in MediaType.parseMediaType()
2025-01-08 05:47:53
5267
We have 40 VMs (8 core, 27 GB RAM) running with Spring Webflux (version given below). Randomly facing performance issue...
Spring GenericApplicationContext does not honor ProtocolResolver when a resource loader is set via setResourceLoader()
2025-01-08 05:47:42
2127
I'm trying to intercept certain URL patterns to resolve into the correct UrlResource, but the application context does n...
Spring I need a little help with use of CronExpression.
2025-01-08 05:47:39
2771
https://github.com/spring-projects/spring-framework/blob/730d6c95fcb8352d1d81079904deeb6518e90454/spring-context/src/mai...
Spring AnnotationConfigurationException during @AliasFor processing on Java 14
2025-01-08 05:47:37
6472
Java version: 14-ea+15-621Trying to evaluate ConditionalOnMissingFilterBean by running a Spring Boot application using J...
Spring GraalVM conflict with spring.main.log-startup-info property in WSL
2025-01-08 05:47:34
756
Although the property is set to: false (spring.main.log-startup-info=false) in my application.properties and even if you...
Spring Add prefix or suffix to the GET,PUT,POST,DELETE mappings in controller at method level using custom annotation
2025-01-08 05:47:31
1832
I am trying to add a prefix or suffix in the controller at the method level on top of GET, POST, PUT, DELETE mappings.Co...
Spring Meta-annotations are unnecessarily synthesized in MergedAnotations
2025-01-08 05:47:29
723
While analyzing the claim in #28702, I discovered that meta-annotations are unnecessarily synthesized when attempting to...
Spring RuntimeHintsUtils#registerAnnotation does not consider AliasFor in meta-annotation
2025-01-08 05:47:27
4358
The @EnableGlobalAuthentication in Spring Security uses @Configuration as a meta-annotation, which in turn uses @AliasFo...
Spring Fix issues 28298, findAnnotationOnBean finds annotations from a static @Bean method's enclosing class
2025-01-08 05:47:24
332
Fix issue https://github.com/spring-projects/spring-framework/issues/28298Please review my first PR, thx very much.Comme...
Spring Stop using SpringFactoriesLoader.loadFactoryNames in the TestContext framework
2025-01-08 05:47:21
1001
AbstractTestContextBootstrapper.getDefaultTestExecutionListenerClassNames() is currently the only remaining use of Sprin...
Spring Improve options for exception handling in HTTP interface client
2025-01-08 05:47:19
280
There is no good way to handle exceptions from a single place. An application may want to turn WebClientException into a...
上一页
下一页
1
…
1424
1425
1426
1427
1428
…
2246
.