Skip to content

Make ReflectionUtils.doWithMethods work on Java 8 default interface methods [SPR-12822] #17419

Closed
@spring-projects-issues

Description

@spring-projects-issues

Stefaan Neyts opened SPR-12822 and commented

I'd like to use the @ServiceActivator annotation on a Java 8 default interface method. This does not work because Spring Integration relies on the ReflectionUtils.doWithMethods, which uses ReflectionUtils.getDeclaredMethods and the last one just does this clazz.getDeclaredMethods(), which doesn't return those default methods on the interface.


Affects: 4.1.5

Reference URL: http://stackoverflow.com/questions/29076108/spring-integration-serviceactivator-on-a-java-8-default-interface-method

Issue Links:

Referenced from: commits 1924629

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions