Spring Regression: AnnotationUtils.findAnnotation no longer finds non-inherited java. annotations on superclasses

Affects: spring-core 5.2.1When updating from 5.1.10 to 5.2.0 / 5.2.1, then AnnotationUtils.findAnnotation(Class<?>...

Spring As of Spring 5.2 AnnotationUtils.findAnnotation no longer finds java meta-annotations

ProblemAs of Spring 5.2 AnnotationUtils.findAnnotation is not searching for nested annotations properly.Sample:@Deprecat...

Spring ObjectToMapConverter and MapToObjectConverter

I want something like MapToMapConverter, but allow an object to be converted, either way, seems feasible. I really would...

Spring Many threads blocked on CachingMetadataReaderFactory$LocalResourceCache

many threads blocked on CachingMetadataReaderFactory$LocalResourceCachespring-core-5.0.8.RELEASEAffects: \spring-core-5....

Spring dynamicLoader.loadClass doesn't seem to be working

ContextTypeMatchClassLoader ,a temporary ClassLoader for type matching(when use ltw)but its loadClass always seems to p...

Spring Should we parse placeholder in beanName in class PlaceholderConfigurerSupport?

Related questionWhen I look at code in PlaceholderConfigurerSupport#doProcessProperties, I found there is no logic to pa...

Spring Allow application to continue w/o using cache if backing cacheing service is down

See https://stackoverflow.com/questions/29003786/how-to-disable-redis-caching-at-run-time-if-redis-connection-failed and...

Spring The class of DefaultListableBeanFactory allBeanNamesByType attribute optimization Suggestions

Current Versions This method:@Overridepublic String[] getBeanNamesForType(@Nullable Class<?> type, boolean include...

Spring Illegal reflective access by org.springframework.util.ReflectionUtils - JDK11

Spring Boot :: (v2.2.4.RELEASE)WARNING: An illegal reflective access operation has occurredWARNING: Illegal refle...

Spring @Repository and custom scheduler switch mechanism problem when using reactor

Affects: 5.2.0.RELEASEorg.springframework.aop.framework.ReflectiveMethodInvocation will crash suddenly when @Respositor...

Spring Support one off scheduled tasks

Sometimes I want to have a task that runs 1M after the app starts as well as once a day at 1AM.Right now, there doesn't ...

Spring Add missing conversionService field in doc example

Comment From: pivotal-cla@jihuayu Please sign the Contributor License Agreement!Click here to manually synchronize the s...

Spring Order of methods shouldn't matter in Data Binding

Affects: 5.1.6.RELEASEMy Spring Controller method, which handles a post request, will throw the following exception when...

Spring spring.ftl doesn't work on freemarker 2.3.24+'s auto escaping feature [SPR-14740]

Tokuhiro Matsuno opened SPR-14740 and commentedspring boot's spring.ftl is using ?html (legacy escaping) in some macros....

Spring Searching for RegisterReflectionForBinding produces an incomplete set of results

At the time of writing, if I search the Framework reference docs for RegisterReflectionForBinding a single result is ret...

Spring Searching for @Configuration is very difficult

Affects: 6.0.10Using the search at https://docs.spring.io/spring-framework/reference/index.html to find documentation fo...

Spring Spring Source code construction , Unable to load Maven meta-data

I encountered an error while building the Spring source codeIntelliJ IDEA version: 2020.1gradle version:5.6.4Spring vers...

Spring Consider adding "ObjectProvider#getIfNotUnique" and its variants

I write a library on spring-boot and it is used by multiple apps.Since it is a library, I do not know what beans are def...

Spring Add media types to possible handler method params

The requested media types are now valid arguments for Spring MVCcontroller methods. They are computed by theContentNegot...

Spring MediaType Resolver in handlers to get at encodings/charsets from Accept Header

While this is an old issue(closed PR here https://github.com/spring-projects/spring-framework/pull/232#issuecomment-6481...
上一页 下一页
.