spring-attic / spring-native

Spring Native is now superseded by Spring Boot 3 official native support
https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html
Apache License 2.0
2.74k stars 356 forks source link

Fix Spring AOP AspectJ PCD #1580 #1601

Closed Sochene closed 2 years ago

Sochene commented 2 years ago

fix issues/1580

Because of RequestContextFilter lose destroy() method, ClassUtils.getMostSpecificMethod return Filter#destroy.

pivotal-cla commented 2 years ago

@Sochene Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 2 years ago

@Sochene Thank you for signing the Contributor License Agreement!

sdeleuze commented 2 years ago

Thanks for this PR, could you please modify one of the samples to test this use case?

Sochene commented 2 years ago

Thanks for this PR, could you please modify one of the samples to test this use case?

ok