Spring RuntimeHints missing for WebFlux

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

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

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

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

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

There are several beans require TaskExecutor or TaskScheduler without @Qualifier, which means inject wrong executors if ...

Spring 注释部分代码

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

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

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()

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()

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.

https://github.com/spring-projects/spring-framework/blob/730d6c95fcb8352d1d81079904deeb6518e90454/spring-context/src/mai...

Spring AnnotationConfigurationException during @AliasFor processing on Java 14

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

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

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

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

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

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

AbstractTestContextBootstrapper.getDefaultTestExecutionListenerClassNames() is currently the only remaining use of Sprin...

Spring Improve options for exception handling in HTTP interface client

There is no good way to handle exceptions from a single place. An application may want to turn WebClientException into a...
上一页 下一页
.