Skip to content

NoSuchMethodError: org.springframework.util.MultiValueMap.getOrDefault(Ljava/lang/Object;Ljava/lang/Object;) [SPR-10807] #15433

@spring-projects-issues

Description

@spring-projects-issues

Marek Szalik opened SPR-10807 and commented

There is a method org.springframework.cache.interceptor.CacheOperationContexts#get(Class<? extends CacheOperation> operationClass) in file /spring-context/src/main/java/org/springframework/cache/interceptor/CacheAspectSupport.java

This method tries to invoke method getOrDefault from org.springframework.util.MultiValueMap which is unfortunately not defined in this interface.


Affects: 4.0 M2

Attachments:

Referenced from: commits ce06d13, 9645799

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions